diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:16:05 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:16:05 +0000 |
commit | 9e15017ceb5daaf15c843104dc8feedb0ae79dcb (patch) | |
tree | 156d8c9adc82d910693eb606d551cd95e049ec26 /target/linux/ar71xx/generic/profiles | |
parent | 52b8c92764e3f4f75065bf9b98d62374d832f9e1 (diff) | |
download | openwrt-9e15017ceb5daaf15c843104dc8feedb0ae79dcb.tar.gz openwrt-9e15017ceb5daaf15c843104dc8feedb0ae79dcb.zip |
AA: ar71xx: add profile and build image for the Ubiquiti UniFi AP-Outdoor board
Backport of r34198.
Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34343 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/ubnt.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/ubnt.mk b/target/linux/ar71xx/generic/profiles/ubnt.mk index 668171b8e..dc26956b3 100644 --- a/target/linux/ar71xx/generic/profiles/ubnt.mk +++ b/target/linux/ar71xx/generic/profiles/ubnt.mk @@ -38,6 +38,17 @@ endef $(eval $(call Profile,UBNTUNIFI)) +define Profile/UBNTUNIFIOUTDOOR + NAME:=Ubiquiti UniFiAP Outdoor + PACKAGES:= +endef + +define Profile/UBNTUNIFIOUTDOOR/Description + Package set optimized for the Ubiquiti UniFiAP Outdoor. +endef + +$(eval $(call Profile,UBNTUNIFIOUTDOOR)) + define Profile/UBNT NAME:=Ubiquiti Products PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 |