summaryrefslogtreecommitdiff
path: root/target/linux/brcm-2.4/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-24 10:58:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-24 10:58:09 +0000
commit46f75ee8698d09dcbb97447fcd2c6f5473c52331 (patch)
tree8d1273a05667132498330b6be81ff83dcf6da74a /target/linux/brcm-2.4/image
parent919724ab50586be54a1d903e47d772265e01bf38 (diff)
downloadmtk-20170518-46f75ee8698d09dcbb97447fcd2c6f5473c52331.zip
mtk-20170518-46f75ee8698d09dcbb97447fcd2c6f5473c52331.tar.gz
mtk-20170518-46f75ee8698d09dcbb97447fcd2c6f5473c52331.tar.bz2
add WRT300N v1.1 support (patch from #6379)
SVN-Revision: 18921
Diffstat (limited to 'target/linux/brcm-2.4/image')
-rw-r--r--target/linux/brcm-2.4/image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/image/Makefile b/target/linux/brcm-2.4/image/Makefile
index 3957020..3dad1ce 100644
--- a/target/linux/brcm-2.4/image/Makefile
+++ b/target/linux/brcm-2.4/image/Makefile
@@ -68,7 +68,8 @@ define Image/Build/jffs2-64k
$(call Image/Build/CyberTAN,$(1),wrt54g,W54G,4.71.1,$(patsubst jffs2-%,jffs2,$(1)))
$(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),wrt300n_v1,EWCB,1.03.6,$(patsubst jffs2-%,jffs2,$(1)))
+ $(call Image/Build/CyberTAN,$(1),wrt300n_v11,EWC2,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)))