X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fprofiles%2Fubnt.mk;h=a7fd9a26190cb26a71fc68bd5839a7f6ee7e42d0;hb=HEAD;hp=ac9ef3619db4c2a1596dc2d6088c4faf1ff65c88;hpb=06a71d286f28d391191ce117ebeceb366ca6d97a;p=openwrt-10.03%2F.git diff --git a/target/linux/ar71xx/profiles/ubnt.mk b/target/linux/ar71xx/profiles/ubnt.mk index ac9ef3619..a7fd9a261 100644 --- a/target/linux/ar71xx/profiles/ubnt.mk +++ b/target/linux/ar71xx/profiles/ubnt.mk @@ -7,7 +7,7 @@ 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 @@ -15,3 +15,25 @@ define Profile/UBNTRS/Description 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))