ramips: fix various mistakes in subtargets *.mk profiles
[openwrt.git] / target / linux / ramips / mt7621 / profiles / misc.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/PBR-M1
9         NAME:=PBR-M1 Device
10         FEATURES+=rtc
11         PACKAGES:=\
12                 kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
13                 kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \
14                 kmod-usb3-mt7621 kmod-rtc-pcf8563
15 endef
16
17 define Profile/PBR-M1/Description
18         Default package set compatible with most boards.
19 endef
20 $(eval $(call Profile,PBR-M1))