diff options
author | John Crispin <john@openwrt.org> | 2015-06-18 18:21:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-06-18 18:21:46 +0000 |
commit | 710a17e16d0afae90865ae6bd001479a3a0eda2c (patch) | |
tree | 9234e8e7cc37dc66517a996814b591fa07a2becd /target/linux/ar71xx/generic | |
parent | 1f038e0678f3662d29b5ab9331070ff65f7e2366 (diff) | |
download | upstream-710a17e16d0afae90865ae6bd001479a3a0eda2c.tar.gz upstream-710a17e16d0afae90865ae6bd001479a3a0eda2c.tar.bz2 upstream-710a17e16d0afae90865ae6bd001479a3a0eda2c.zip |
ar71xx: add profile and build image for EnGenius EPG5000.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
SVN-Revision: 46049
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 b42c5cc819..7ea93e3c8c 100644 --- a/target/linux/ar71xx/generic/profiles/engenius.mk +++ b/target/linux/ar71xx/generic/profiles/engenius.mk @@ -39,3 +39,15 @@ define Profile/ESR1750/Description 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)) |