2 # Copyright (C) 2009-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 NAME
:=Atheros AP121 reference board
10 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
13 define Profile
/AP121
/Description
14 Package set optimized for the Atheros AP121 reference board.
17 $(eval
$(call Profile
,AP121
))
19 define Profile
/AP121MINI
20 NAME
:=Atheros AP121-MINI reference board
21 PACKAGES
:=wpad-mini kmod-ath9k
24 define Profile
/AP121MINI
/Description
25 Package set optimized for the Atheros AP121-MINI reference board.
28 $(eval
$(call Profile
,AP121MINI
))
31 NAME
:=Atheros AP81 reference board
32 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
35 define Profile
/AP81
/Description
36 Package set optimized for the Atheros AP81 reference board.
39 $(eval
$(call Profile
,AP81
))
42 NAME
:=Atheros AP83 reference board
43 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2 \
44 vsc7385-ucode-ap83 vsc7395-ucode-ap83
47 define Profile
/AP83
/Description
48 Package set optimized for the Atheros AP83 reference board.
51 $(eval
$(call Profile
,AP83
))
54 NAME
:=Atheros AP96 reference board
55 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
58 define Profile
/AP96
/Description
59 Package set optimized for the Atheros AP96 reference board.
62 $(eval
$(call Profile
,AP96
))
65 NAME
:=Atheros DB120 reference board
66 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2 kmod-usb-storage
69 define Profile
/DB120
/Description
70 Package set optimized for the Atheros DB120 reference board.
73 $(eval
$(call Profile
,DB120
))
76 NAME
:=Atheros PB42 reference board
77 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
80 define Profile
/PB42
/Description
81 Package set optimized for the Atheros PB42 reference board.
84 $(eval
$(call Profile
,PB42
))
87 NAME
:=Atheros PB44 reference board
88 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 \
89 vsc7385-ucode-pb44 vsc7395-ucode-pb44
92 define Profile
/PB44
/Description
93 Package set optimized for the Atheros PB44 reference board.
96 $(eval
$(call Profile
,PB44
))
99 NAME
:=Atheros PB92 reference board
100 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
103 define Profile
/PB92
/Description
104 Package set optimized for the Atheros PB92 reference board.
107 $(eval
$(call Profile
,PB92
))