mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-04 06:07:30 +03:00
ar71xx: add separate profiles for the AP121 and AP121-MINI boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb73402d37
commit
142740d87d
@ -5,6 +5,28 @@
|
|||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
define Profile/AP121
|
||||||
|
NAME:=Atheros AP121 reference board
|
||||||
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
|
||||||
|
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
|
||||||
|
PACKAGES:=wpad-mini kmod-ath9k
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Profile/AP121MINI/Description
|
||||||
|
Package set optimized for the Atheros AP121-MINI reference board.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call Profile,AP121MINI))
|
||||||
|
|
||||||
define Profile/AP81
|
define Profile/AP81
|
||||||
NAME:=Atheros AP81 reference board
|
NAME:=Atheros AP81 reference board
|
||||||
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
|
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user