Root/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
8define Profile/NP27G
9    NAME:=Compex NP27G
10    PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-adm5120
11endef
12
13define Profile/NP27G/Description
14    Package set optimized for the Compex NP27G.
15endef
16
17define Profile/NP28G
18    NAME:=Compex NP28G
19    PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-uhci kmod-usb2
20endef
21
22define Profile/NP28G/Description
23    Package set optimized for the Compex NP28G.
24endef
25
26define Profile/WP54
27    NAME:=Compex WP54 family
28    PACKAGES:=kmod-madwifi
29endef
30
31define Profile/WP54/Description
32    Package set optimized for the Compex WP54 family.
33endef
34
35$(eval $(call Profile,NP27G))
36$(eval $(call Profile,NP28G))
37$(eval $(call Profile,WP54))
38

Archive Download this file



interactive