OpenWrt – Blame information for rev 1
?pathlinks?
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/P334WT |
||
9 | NAME:=ZyXEL Prestige 334WT |
||
10 | PACKAGES:=kmod-acx-mac80211 |
||
11 | endef |
||
12 | |||
13 | define Profile/P334WT/Description |
||
14 | Package set optimized for the ZyXEL Prestige 334WT board. |
||
15 | endef |
||
16 | |||
17 | define Profile/P335WT |
||
18 | NAME:=ZyXEL Prestige 335WT |
||
19 | PACKAGES:=kmod-acx-mac80211 kmod-usb-core kmod-usb-adm5120 |
||
20 | endef |
||
21 | |||
22 | define Profile/P335WT/Description |
||
23 | Package set optimized for the ZyXEL Prestige 335WT board. |
||
24 | endef |
||
25 | |||
26 | $(eval $(call Profile,P334WT)) |
||
27 | $(eval $(call Profile,P335WT)) |