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 AP81 reference board
10 PACKAGES
:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb2
13 define Profile
/AP81
/Description
14 Package set optimized for the Atheros AP81 reference board.
17 $(eval
$(call Profile
,AP81
))
20 NAME
:=Atheros AP83 reference board
21 PACKAGES
:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb2
24 define Profile
/AP83
/Description
25 Package set optimized for the Atheros AP83 reference board.
28 $(eval
$(call Profile
,AP83
))
31 NAME
:=Atheros PB42 reference board
32 PACKAGES
:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
35 define Profile
/PB42
/Description
36 Package set optimized for the Atheros PB42 reference board.
39 $(eval
$(call Profile
,PB42
))
42 NAME
:=Atheros PB44 reference board
43 PACKAGES
:=hostapd-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
46 define Profile
/PB44
/Description
47 Package set optimized for the Atheros PB44 reference board.
50 $(eval
$(call Profile
,PB44
))