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
:=wpad-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
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2 \
22 vsc7385-ucode-ap83 vsc7395-ucode-ap83
25 define Profile
/AP83
/Description
26 Package set optimized for the Atheros AP83 reference board.
29 $(eval
$(call Profile
,AP83
))
32 NAME
:=Atheros PB42 reference board
33 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
36 define Profile
/PB42
/Description
37 Package set optimized for the Atheros PB42 reference board.
40 $(eval
$(call Profile
,PB42
))
43 NAME
:=Atheros PB44 reference board
44 PACKAGES
:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 \
45 vsc7385-ucode-pb44 vsc7395-ucode-pb44
48 define Profile
/PB44
/Description
49 Package set optimized for the Atheros PB44 reference board.
52 $(eval
$(call Profile
,PB44
))