projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a13e2d0
)
ar71xx: allow tp-link initramfs images to exceed size limits
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 May 2015 14:02:43 +0000
(14:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 May 2015 14:02:43 +0000
(14:02 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45645
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 8fb4b9f33062b11fec04cf09d4d5053c4b8c2c2d..00d61ba113b4a2937247ca656c649cf802c9e4b7 100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-68,7
+68,7
@@
define Build/mktplinkfw-initramfs
-H $(TPLINK_HWID) -W $(TPLINK_HWREV) -F $(TPLINK_FLASHLAYOUT) -N OpenWrt -V $(REVISION) \
-k $@ \
-o $@.new \
- -s \
+ -s
-S
\
-c
@mv $@.new $@
endef