projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83a83b
)
brcm47xx: do not generate image for wgr614_v8 as long as we did not get any positive...
author
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 6 Aug 2010 22:50:58 +0000
(22:50 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Fri, 6 Aug 2010 22:50:58 +0000
(22:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22522
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/brcm47xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index
daee392
..
f8c09b9
100644
(file)
--- 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))