[adm5120] add usb drivers to the Compex NP28G's profile, thanks to kenny
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / router_le / profiles / Compex.mk
1 #
2 # Copyright (C) 2007 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/NP27G
9 NAME:=Compex NP27G
10 PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-adm5120
11 endef
12
13 define Profile/NP27G/Description
14 Package set optimized for the Compex NP27G.
15 endef
16
17 define Profile/NP28G
18 NAME:=Compex NP28G
19 PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-uhci kmod-usb2
20 endef
21
22 define Profile/NP28G/Description
23 Package set optimized for the Compex NP28G.
24 endef
25
26 define Profile/WP54G
27 NAME:=Compex WP54G family
28 PACKAGES:=kmod-madwifi
29 endef
30
31 define Profile/WP54G/Description
32 Package set optimized for the Compex WP54G family.
33 endef
34
35 $(eval $(call Profile,NP27G))
36 $(eval $(call Profile,NP28G))
37 $(eval $(call Profile,WP54G))