2010-01-02 18:30:52 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2012-01-28 15:19:49 +02:00
|
|
|
define Profile/AP113
|
|
|
|
NAME:=Atheros AP113 reference board
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP113/description
|
|
|
|
Package set optimized for the Atheros AP113 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP113))
|
|
|
|
|
2011-07-07 16:01:48 +03:00
|
|
|
define Profile/AP121
|
|
|
|
NAME:=Atheros AP121 reference board
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2
|
2011-07-07 16:01:48 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP121/Description
|
|
|
|
Package set optimized for the Atheros AP121 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP121))
|
|
|
|
|
|
|
|
define Profile/AP121MINI
|
|
|
|
NAME:=Atheros AP121-MINI reference board
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=
|
2011-07-07 16:01:48 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP121MINI/Description
|
|
|
|
Package set optimized for the Atheros AP121-MINI reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP121MINI))
|
|
|
|
|
2012-07-05 11:26:51 +03:00
|
|
|
define Profile/AP136
|
|
|
|
NAME:=Atheros AP136 reference board
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP136/Description
|
|
|
|
Package set optimized for the Atheros AP136 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP136))
|
|
|
|
|
2010-01-02 18:30:52 +02:00
|
|
|
define Profile/AP81
|
|
|
|
NAME:=Atheros AP81 reference board
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2
|
2010-01-02 18:30:52 +02: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
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 \
|
2010-02-24 15:49:02 +02:00
|
|
|
vsc7385-ucode-ap83 vsc7395-ucode-ap83
|
2010-01-02 18:30:52 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP83/Description
|
|
|
|
Package set optimized for the Atheros AP83 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP83))
|
|
|
|
|
2010-09-27 11:59:53 +03:00
|
|
|
define Profile/AP96
|
|
|
|
NAME:=Atheros AP96 reference board
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2
|
2010-09-27 11:59:53 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/AP96/Description
|
|
|
|
Package set optimized for the Atheros AP96 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,AP96))
|
|
|
|
|
2011-04-07 23:53:25 +03:00
|
|
|
define Profile/DB120
|
|
|
|
NAME:=Atheros DB120 reference board
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage
|
2011-04-07 23:53:25 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/DB120/Description
|
|
|
|
Package set optimized for the Atheros DB120 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,DB120))
|
|
|
|
|
2010-01-02 18:30:52 +02:00
|
|
|
define Profile/PB42
|
|
|
|
NAME:=Atheros PB42 reference board
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
2010-01-02 18:30:52 +02: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
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 \
|
2010-02-24 15:49:02 +02:00
|
|
|
vsc7385-ucode-pb44 vsc7395-ucode-pb44
|
2010-01-02 18:30:52 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/PB44/Description
|
|
|
|
Package set optimized for the Atheros PB44 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,PB44))
|
2010-04-10 19:50:20 +03:00
|
|
|
|
|
|
|
define Profile/PB92
|
|
|
|
NAME:=Atheros PB92 reference board
|
2011-09-05 21:37:48 +03:00
|
|
|
PACKAGES:=kmod-usb-core kmod-usb2
|
2010-04-10 19:50:20 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/PB92/Description
|
|
|
|
Package set optimized for the Atheros PB92 reference board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,PB92))
|