ar71xx: add a profile for PB92
SVN-Revision: 20778
This commit is contained in:
parent
f98e55faf0
commit
1633dd6b6c
1 changed files with 11 additions and 0 deletions
|
@ -50,3 +50,14 @@ define Profile/PB44/Description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,PB44))
|
$(eval $(call Profile,PB44))
|
||||||
|
|
||||||
|
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))
|
||||||
|
|
Loading…
Reference in a new issue