2010-01-02 16:30:52 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/AP81
|
|
|
|
NAME:=Atheros AP81 reference board
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
|
2010-01-02 16:30:52 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP81/Description
|
|
|
|
Package set optimized for the Atheros AP81 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP81))
|
|
|
|
|
|
|
|
define Profile/AP83
|
|
|
|
NAME:=Atheros AP83 reference board
|
2010-02-24 13:49:02 +00:00
|
|
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2 \
|
|
|
|
vsc7385-ucode-ap83 vsc7395-ucode-ap83
|
2010-01-02 16:30:52 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP83/Description
|
|
|
|
Package set optimized for the Atheros AP83 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP83))
|
|
|
|
|
2010-09-27 08:59:53 +00:00
|
|
|
define Profile/AP96
|
|
|
|
NAME:=Atheros AP96 reference board
|
|
|
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP96/Description
|
|
|
|
Package set optimized for the Atheros AP96 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP96))
|
|
|
|
|
2010-01-02 16:30:52 +00:00
|
|
|
define Profile/PB42
|
|
|
|
NAME:=Atheros PB42 reference board
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
|
2010-01-02 16:30:52 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/PB42/Description
|
|
|
|
Package set optimized for the Atheros PB42 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,PB42))
|
|
|
|
|
|
|
|
define Profile/PB44
|
|
|
|
NAME:=Atheros PB44 reference board
|
2010-02-24 13:49:02 +00:00
|
|
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 \
|
|
|
|
vsc7385-ucode-pb44 vsc7395-ucode-pb44
|
2010-01-02 16:30:52 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/PB44/Description
|
|
|
|
Package set optimized for the Atheros PB44 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,PB44))
|
2010-04-10 16:50:20 +00:00
|
|
|
|
|
|
|
define Profile/PB92
|
|
|
|
NAME:=Atheros PB92 reference board
|
|
|
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/PB92/Description
|
|
|
|
Package set optimized for the Atheros PB92 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,PB92))
|