[ar71xx] get rid of some ifdefs in the IRQ code
[openwrt.git] / target / linux / ar71xx / profiles / ubnt.mk
index e7b20de..849e3c2 100644 (file)
@@ -11,7 +11,29 @@ define Profile/UBNTRS
 endef
 
 define Profile/UBNTRS/Description
-       Package set optimized for the Ubiquiti RouterStation
+       Package set optimized for the Ubiquiti RouterStation.
 endef
 
 $(eval $(call Profile,UBNTRS))
+
+define Profile/UBNTRSPRO
+       NAME:=Ubiquiti RouterStation Pro
+       PACKAGES:=kmod-usb-ohci kmod-usb2
+endef
+
+define Profile/UBNTRSPRO/Description
+       Package set optimized for the Ubiquiti RouterStation Pro.
+endef
+
+$(eval $(call Profile,UBNTRSPRO))
+
+define Profile/UBNT
+       NAME:=Ubiquiti Products
+       PACKAGES:=kmod-usb-ohci kmod-usb2
+endef
+
+define Profile/UBNT/Description
+       Build images for all Ubiquiti products (including LS-SR71, RouterStation and RouterStation Pro)
+endef
+
+$(eval $(call Profile,UBNT))
This page took 0.026453 seconds and 4 git commands to generate.