X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/80411343eb0880a31f6a6afcb0af3506a7fa47aa..900b36fc06ddb82d16f2c76573e76edd0637371d:/target/linux/ar71xx/profiles/ubnt.mk diff --git a/target/linux/ar71xx/profiles/ubnt.mk b/target/linux/ar71xx/profiles/ubnt.mk index e7b20deaa..849e3c2ed 100644 --- a/target/linux/ar71xx/profiles/ubnt.mk +++ b/target/linux/ar71xx/profiles/ubnt.mk @@ -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))