[ar71xx] Add Ubiquiti UniFi Profile; It's an AP without USB so don't include USB...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 07:45:28 +0000 (07:45 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 07:45:28 +0000 (07:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30571 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/generic/profiles/ubnt.mk

index a7fd9a2..668171b 100644 (file)
@@ -27,6 +27,17 @@ endef
 
 $(eval $(call Profile,UBNTRSPRO))
 
+define Profile/UBNTUNIFI
+       NAME:=Ubiquiti UniFi AP
+       PACKAGES:=
+endef
+
+define Profile/UBNTUNIFI/Description
+       Package set optimized for the Ubiquiti UniFi AP.
+endef
+
+$(eval $(call Profile,UBNTUNIFI))
+
 define Profile/UBNT
        NAME:=Ubiquiti Products
        PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
This page took 0.025576 seconds and 4 git commands to generate.