projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c18da3
)
brcm47xx: generate image to flash on Netgear WNDR3400.
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 28 Jun 2011 22:23:21 +0000
(22:23 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 28 Jun 2011 22:23:21 +0000
(22:23 +0000)
The image will not boot because serial flash support is missing this is only for experts.
SVN-Revision: 27302
target/linux/brcm47xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index bda42290c1af04df70e8f658e741f1abb804e9b8..daadf0a34a25a71f50c678fe3165b9726b2c0a9b 100644
(file)
--- a/
target/linux/brcm47xx/image/Makefile
+++ b/
target/linux/brcm47xx/image/Makefile
@@
-111,6
+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),wgr614_v8,U12H072T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
endef