eb175ec9baf836fa1d53511d75a1495d30a5817d
[openwrt/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-dwc2 \
12 kmod-ledtrig-usbdev
13 endef
14
15 define Profile/ALL02393G/Description
16 Package set for Allnet ALL0239-3G
17 endef
18 $(eval $(call Profile,ALL02393G))
19
20
21 define Profile/ALL0256N
22 NAME:=Allnet ALL0256N
23 PACKAGES:=rssileds
24 endef
25
26 define Profile/ALL0256N/Description
27 Package set for Allnet ALL0256N
28 endef
29 $(eval $(call Profile,ALL0256N))
30
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 $(eval $(call Profile,ALL5002))
42
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 $(eval $(call Profile,ALL5003))