diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 15:45:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 15:45:38 +0000 |
commit | fe6294e21cc6924e5148863b9b3060eb9ef05cd1 (patch) | |
tree | 0a7353e83829014df39483c17d10a86d9b834d4e /target/linux | |
parent | ddb3d3705da728fc0638d39d699e5550748d5689 (diff) | |
download | upstream-fe6294e21cc6924e5148863b9b3060eb9ef05cd1.tar.gz upstream-fe6294e21cc6924e5148863b9b3060eb9ef05cd1.tar.bz2 upstream-fe6294e21cc6924e5148863b9b3060eb9ef05cd1.zip |
update wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)
SVN-Revision: 9523
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm-2.4/image/Makefile | 3 |
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 960f5fa24c..5f7f95bbd0 100644 --- a/target/linux/brcm-2.4/image/Makefile +++ b/target/linux/brcm-2.4/image/Makefile @@ -63,7 +63,8 @@ define Image/Build/jffs2-128k endef define Image/Build/jffs2-64k - $(call Image/Build/CyberTAN,$(1),wrt54g3g,W54F,2.01.1,$(patsubst jffs2-%,jffs2,$(1))) + $(call Image/Build/CyberTAN,$(1),wrt54g3g,W54F,2.20.1,$(patsubst jffs2-%,jffs2,$(1))) + $(call Image/Build/CyberTAN,$(1),wrt54g3g-em,W3GN,2.20.1,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/CyberTAN,$(1),wrt54g,W54G,4.60.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.00.5,$(patsubst jffs2-%,jffs2,$(1))) |