diff options
author | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:45 +0000 |
commit | fe2b64f1f22c6433af51300b08b348d0f4d97891 (patch) | |
tree | e877f5356b18a637b0c47f8d8c77fba53389cb1e /target/linux/ar71xx/generic/profiles | |
parent | c92f634e0d755368fefb9758500889d8555a6e22 (diff) | |
download | upstream-fe2b64f1f22c6433af51300b08b348d0f4d97891.tar.gz upstream-fe2b64f1f22c6433af51300b08b348d0f4d97891.tar.bz2 upstream-fe2b64f1f22c6433af51300b08b348d0f4d97891.zip |
ar71xx: add profile and build image for EnGenius EPG5000.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
Backport of r46049
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic/profiles')
-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)) |