summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-16 03:39:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-16 03:39:59 +0000
commit85a1127f2dc5b842ec8838c44105f1d2a8100e9b (patch)
treea1a8b06fd11d59808a12da17f79466ed5d4b14a7
parent94ccc26f42982e0d39f4a9f0b346de41b5d15602 (diff)
downloadmtk-20170518-85a1127f2dc5b842ec8838c44105f1d2a8100e9b.zip
mtk-20170518-85a1127f2dc5b842ec8838c44105f1d2a8100e9b.tar.gz
mtk-20170518-85a1127f2dc5b842ec8838c44105f1d2a8100e9b.tar.bz2
add wrt350n image file
SVN-Revision: 10205
-rw-r--r--target/linux/brcm-2.4/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/image/Makefile b/target/linux/brcm-2.4/image/Makefile
index 96798b5..3957020 100644
--- a/target/linux/brcm-2.4/image/Makefile
+++ b/target/linux/brcm-2.4/image/Makefile
@@ -69,6 +69,7 @@ define Image/Build/jffs2-64k
$(call Image/Build/CyberTAN,$(1),wrt54gs_v4,W54s,1.09.1,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/CyberTAN,$(1),wrt150n,N150,1.51.3,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/CyberTAN,$(1),wrt300n_v1,EWCB,1.51.2,$(patsubst jffs2-%,jffs2,$(1)))
+ $(call Image/Build/CyberTAN,$(1),wrt350n_v1,EWCG,1.04.1,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Motorola,$(1),wa840g,2,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Motorola,$(1),we800g,3,$(patsubst jffs2-%,jffs2,$(1)))
endef