diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-04 09:26:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-04 09:26:40 +0000 |
commit | f9699632f1ac1983df042860d064911731e2ba33 (patch) | |
tree | 8ab9b2ec76822a220820189ca974ecf516563ea6 /target/linux/brcm-2.4/image/Makefile | |
parent | a0ebaa87d0e637d6690ea7580339b08644112aec (diff) | |
download | mtk-20170518-f9699632f1ac1983df042860d064911731e2ba33.zip mtk-20170518-f9699632f1ac1983df042860d064911731e2ba33.tar.gz mtk-20170518-f9699632f1ac1983df042860d064911731e2ba33.tar.bz2 |
enable image generation for the WRT150N
SVN-Revision: 7486
Diffstat (limited to 'target/linux/brcm-2.4/image/Makefile')
-rw-r--r-- | target/linux/brcm-2.4/image/Makefile | 1 |
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 46c660f..4f1c284 100644 --- a/target/linux/brcm-2.4/image/Makefile +++ b/target/linux/brcm-2.4/image/Makefile @@ -59,6 +59,7 @@ ifneq ($(1),jffs2-128k) $(call Image/Build/CyberTAN,$(1),wrt54g3g,W54F,2.01.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))) $(call Image/Build/CyberTAN,$(1),wrt300n_v1,EWCB,0.93.10,$(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))) |