ramips: add profile for Allnet devices
[openwrt/svn-archive/archive.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
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:=
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-usb2 kmod-ledtrig-usbdev
35 endef
36
37 define Profile/ALL5002/Description
38 Package set for Allnet ALL5002
39 endef
40
41 $(eval $(call Profile,ALL5002))