X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fprofiles%2Fubnt.mk;fp=target%2Flinux%2Far71xx%2Fprofiles%2Fubnt.mk;h=e7b20deaa0cea5542b846829372b9afd672123ee;hp=0000000000000000000000000000000000000000;hb=2cde66a8787447db94766444f989d92be73695d8;hpb=9007028bd780ea95470dfbf261bb8df34a55e31c diff --git a/target/linux/ar71xx/profiles/ubnt.mk b/target/linux/ar71xx/profiles/ubnt.mk new file mode 100644 index 0000000000..e7b20deaa0 --- /dev/null +++ b/target/linux/ar71xx/profiles/ubnt.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/UBNTRS + NAME:=Ubiquiti RouterStation + PACKAGES:=kmod-usb-ohci kmod-usb2 +endef + +define Profile/UBNTRS/Description + Package set optimized for the Ubiquiti RouterStation +endef + +$(eval $(call Profile,UBNTRS))