From 387477350334daf8cd6adf72f63eddae83785614 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 23 Jun 2016 19:33:07 +0200 Subject: Revert "ar71xx: fix legacy image building" This reverts commit 59e98b27c93d282edb62fad756fd1c1e587c067f. and Revert "ar71xx: merge profiles into image building code" This reverts commit 636089ead6864364798ac988299429d171051c0e. these are still causing issues Signed-off-by: John Crispin --- target/linux/ar71xx/generic/profiles/engenius.mk | 53 ++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/engenius.mk (limited to 'target/linux/ar71xx/generic/profiles/engenius.mk') diff --git a/target/linux/ar71xx/generic/profiles/engenius.mk b/target/linux/ar71xx/generic/profiles/engenius.mk new file mode 100644 index 0000000000..7ea93e3c8c --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/engenius.mk @@ -0,0 +1,53 @@ +# +# Copyright (C) 2009-2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# 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 +endef + +define Profile/ESR900/Description + Package set optimized for the EnGenius ESR900 +endef + +$(eval $(call Profile,ESR900)) + + +define Profile/ESR1750 + NAME:=EnGenius ESR1750 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage kmod-ath10k wpad-mini +endef + +define Profile/ESR1750/Description + Package set optimized for the EnGenius ESR1750 +endef + +$(eval $(call Profile,ESR1750)) + + +define Profile/EPG5000 + NAME:=EnGenius EPG5000 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage kmod-ath10k wpad-mini +endef + +define Profile/EPG5000/Description + Package set optimized for the EnGenius EPG5000 +endef + +$(eval $(call Profile,EPG5000)) -- cgit v1.2.3