summaryrefslogtreecommitdiff
path: root/target/linux/ramips/image/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-23 14:27:10 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-23 14:27:10 +0000
commit2cb946f5b4ebb720739b4dbb80c7821843f22ee5 (patch)
treee47c13a3c4236f3b7972ea14405b1afc5f7d1708 /target/linux/ramips/image/Makefile
parent03bce343840c3936cce79e42a8e6973870807aea (diff)
downloadmtk-20170518-2cb946f5b4ebb720739b4dbb80c7821843f22ee5.zip
mtk-20170518-2cb946f5b4ebb720739b4dbb80c7821843f22ee5.tar.gz
mtk-20170518-2cb946f5b4ebb720739b4dbb80c7821843f22ee5.tar.bz2
ramips: add support for the Senao/EnGenius ESR-9753 board
Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
Diffstat (limited to 'target/linux/ramips/image/Makefile')
-rw-r--r--target/linux/ramips/image/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index 4f92d30..1248785 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -162,6 +162,10 @@ define Image/Build/Profile/RTG32B1
$(call Image/Build/Template/RTG32B1,$(1),rt-g32-b1,RT-G32-B1)
endef
+define Image/Build/Profile/ESR9753
+ $(call Image/Build/Template/GENERIC_4M,$(1),esr-9753,ESR-9753)
+endef
+
define Image/Build/Profile/FONERA20N
$(call Image/Build/Template/GENERIC_8M,$(1),fonera20n,FONERA20N)
$(call BuildFirmware/Edimax,$(1),fonera20n,RSDK,NL1T,0x50000,0xc0000)
@@ -253,6 +257,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/ARGUS_ATP52B,$(1))
$(call Image/Build/Profile/BC2,$(1))
$(call Image/Build/Profile/DIR300B1,$(1))
+ $(call Image/Build/Profile/ESR9753,$(1))
$(call Image/Build/Profile/RTG32B1,$(1))
$(call Image/Build/Profile/FONERA20N,$(1))
$(call Image/Build/Profile/V22RW2X2,$(1))