2 # Copyright (C) 2007 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
10 PACKAGES
:=kmod-madwifi kmod-usb-core kmod-usb-adm5120
13 define Profile
/NP27G
/Description
14 Package set optimized for the Compex NP27G.
19 PACKAGES
:=kmod-madwifi kmod-usb-core kmod-usb-uhci kmod-usb2
22 define Profile
/NP28G
/Description
23 Package set optimized for the Compex NP28G.
27 NAME
:=Compex WP54 family
28 PACKAGES
:=kmod-madwifi
31 define Profile
/WP54
/Description
32 Package set optimized for the Compex WP54 family.
35 $(eval
$(call Profile
,NP27G
))
36 $(eval
$(call Profile
,NP28G
))
37 $(eval
$(call Profile
,WP54
))