From 09244c0811175353f530ea9955334cede46ee232 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 6 Aug 2010 22:50:58 +0000 Subject: [PATCH] brcm47xx: do not generate image for wgr614_v8 as long as we did not get any positive reports with that device. SVN-Revision: 22522 --- target/linux/brcm47xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index daee392da9..f8c09b97d4 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -110,7 +110,7 @@ define Image/Build $(call Image/Build/Motorola,$(1),wr850g,1,$(1)) $(call Image/Build/USR,$(1),usr5461,$(1)) $(call Image/Build/Chk,$(1),wnr834b_v2,U12H081T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) - $(call Image/Build/Chk,$(1),wgr614_v8,U12H072T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) +# $(call Image/Build/Chk,$(1),wgr614_v8,U12H072T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) endef $(eval $(call BuildImage))