diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 21:30:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 21:30:30 +0000 |
commit | f01dfc32818ba2b8579a28965816a278a08499f7 (patch) | |
tree | 567b38fd0ab5c40af04e2aad173838682de60079 /target/linux/ar71xx/generic | |
parent | 96131b0538f85c98cb0ad274ecd5497a8f95d861 (diff) | |
download | upstream-f01dfc32818ba2b8579a28965816a278a08499f7.tar.gz upstream-f01dfc32818ba2b8579a28965816a278a08499f7.tar.bz2 upstream-f01dfc32818ba2b8579a28965816a278a08499f7.zip |
ar71xx: add profile and build image for the EnGenius EAP300 v2 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/engenius.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/engenius.mk b/target/linux/ar71xx/generic/profiles/engenius.mk index 093dfa47e9..b42c5cc819 100644 --- a/target/linux/ar71xx/generic/profiles/engenius.mk +++ b/target/linux/ar71xx/generic/profiles/engenius.mk @@ -5,6 +5,18 @@ # See /LICENSE for more information. # +define Profile/EAP300V2 + NAME:=EnGenius EAP300V2 + PACKAGES:= +endef + +define Profile/EAP300V2/Description + Package set optimized for the EnGenius EAP300V2. +endef + +$(eval $(call Profile,EAP300V2)) + + define Profile/ESR900 NAME:=EnGenius ESR900 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev |