projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f98e55f
)
ar71xx: add a profile for PB92
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 10 Apr 2010 16:50:20 +0000
(16:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 10 Apr 2010 16:50:20 +0000
(16:50 +0000)
SVN-Revision: 20778
target/linux/ar71xx/profiles/atheros.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/profiles/atheros.mk
b/target/linux/ar71xx/profiles/atheros.mk
index a7ed71414fea30ae6c51cbf0c5d7f3c1384e43f3..4ce0e605c6390d4ba827d742896eb608e19b5039 100644
(file)
--- a/
target/linux/ar71xx/profiles/atheros.mk
+++ b/
target/linux/ar71xx/profiles/atheros.mk
@@
-50,3
+50,14
@@
define Profile/PB44/Description
endef
$(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))