ar71xx: add a profile for PB92
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 10 Apr 2010 16:50:20 +0000 (16:50 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 10 Apr 2010 16:50:20 +0000 (16:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20778 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/profiles/atheros.mk

index a7ed714..4ce0e60 100644 (file)
@@ -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))
This page took 0.028825 seconds and 4 git commands to generate.