ramips: introduce DTS for ALL5003
[openwrt.git] / target / linux / ramips / rt305x / profiles / allnet.mk
1 #
2 # Copyright (C) 2012 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/ALL02393G
9         NAME:=Allnet ALL0239-3G
10         PACKAGES:=\
11                 kmod-usb-core kmod-usb-rt305x-dwc_otg \
12                 kmod-ledtrig-usbdev restorefactory
13 endef
14
15 define Profile/ALL02393G/Description
16         Package set for Allnet ALL0239-3G
17 endef
18
19 $(eval $(call Profile,ALL02393G))
20
21 define Profile/ALL0256N
22         NAME:=Allnet ALL0256N
23         PACKAGES:=restorefactory rssileds
24 endef
25
26 define Profile/ALL0256N/Description
27         Package set for Allnet ALL0256N
28 endef
29
30 $(eval $(call Profile,ALL0256N))
31
32 define Profile/ALL5002
33         NAME:=Allnet ALL5002
34         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
35         kmod-i2c-core kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x
36 endef
37
38 define Profile/ALL5002/Description
39         Package set for Allnet ALL5002
40 endef
41
42 $(eval $(call Profile,ALL5002))
43
44 define Profile/ALL5003
45         NAME:=Allnet ALL5003
46         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
47         kmod-i2c-core kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x
48 endef
49
50 define Profile/ALL5003/Description
51         Package set for Allnet ALL5003
52 endef
53
54 $(eval $(call Profile,ALL5003))