X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Far71xx%2Fprofiles%2Fubnt.mk;h=a7fd9a26190cb26a71fc68bd5839a7f6ee7e42d0;hb=HEAD;hp=e7b20deaa0cea5542b846829372b9afd672123ee;hpb=80411343eb0880a31f6a6afcb0af3506a7fa47aa;p=openwrt-10.03%2F.git diff --git a/target/linux/ar71xx/profiles/ubnt.mk b/target/linux/ar71xx/profiles/ubnt.mk index e7b20deaa..a7fd9a261 100644 --- a/target/linux/ar71xx/profiles/ubnt.mk +++ b/target/linux/ar71xx/profiles/ubnt.mk @@ -7,11 +7,33 @@ define Profile/UBNTRS NAME:=Ubiquiti RouterStation - PACKAGES:=kmod-usb-ohci kmod-usb2 + PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 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-core 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-core 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))