OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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-ath5k 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-ath5k 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/WP54
27 NAME:=Compex WP54 family
28 PACKAGES:=kmod-ath5k
29 endef
30  
31 define Profile/WP54/Description
32 Package set optimized for the Compex WP54 family.
33 endef
34  
35 $(eval $(call Profile,NP27G))
36 $(eval $(call Profile,NP28G))
37 $(eval $(call Profile,WP54))