ramips: Add build files for HiWiFi HC5x61 models
[openwrt/openwrt.git] / target / linux / ramips / mt7620 / profiles / hiwifi.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/HC5661
9 NAME:=HiWiFi HC5661
10 PACKAGES:=\
11 kmod-usb-core kmod-usb-dwc2 kmod-usb2 \
12 kmod-mmc-spi kmod-sdhci kmod-sdhci-mt7620 \
13 kmod-ledtrig-usbdev
14 endef
15
16 define Profile/HC5661/Description
17 Support HiWiFi HC5661 model(J1S)
18 endef
19 $(eval $(call Profile,HC5661))
20
21
22 define Profile/HC5761
23 NAME:=HiWiFi HC5761
24 PACKAGES:=\
25 kmod-usb-core kmod-usb-dwc2 kmod-usb2 \
26 kmod-mmc-spi kmod-sdhci kmod-sdhci-mt7620 \
27 kmod-ledtrig-usbdev
28 endef
29
30 define Profile/HC5761/Description
31 Support HiWiFi HC5761 model(J2)
32 endef
33 $(eval $(call Profile,HC5761))
34
35
36 define Profile/HC5861
37 NAME:=HiWiFi HC5861
38 PACKAGES:=\
39 kmod-usb-core kmod-usb-dwc2 kmod-usb2 \
40 kmod-mmc-spi kmod-sdhci kmod-sdhci-mt7620 \
41 kmod-ledtrig-usbdev
42 endef
43
44 define Profile/HC5861/Description
45 Support HiWiFi HC5861 model(J3)
46 endef
47 $(eval $(call Profile,HC5861))