diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-29 17:42:34 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-29 17:42:34 +0000 |
commit | dcd4203ae6099282511e3f27e3611e1143e1c842 (patch) | |
tree | cfcb34f1040ee0d7e936617ca6b10d5b0bd5a954 /target/linux | |
parent | 553276471ff9b03f3ea26287b7c068f1ef898010 (diff) | |
download | upstream-dcd4203ae6099282511e3f27e3611e1143e1c842.tar.gz upstream-dcd4203ae6099282511e3f27e3611e1143e1c842.tar.bz2 upstream-dcd4203ae6099282511e3f27e3611e1143e1c842.zip |
brcm47xx: deactivate wndr3400 for now as this device will not boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index daadf0a34a..bc2ff3a8f1 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -111,7 +111,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),wndr3400_v1,U12H155T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) +# $(call Image/Build/Chk,$(1),wndr3400_v1,U12H155T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) # $(call Image/Build/Chk,$(1),wgr614_v8,U12H072T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) endef |