aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-05-08 14:02:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-05-08 14:02:43 +0000
commit293b82501c4f48aa38bf79081f7c11333f234796 (patch)
treec529b19ae6070b7e8bcee6fa7e95ca75d92d11f3 /target/linux
parenta13e2d0e5ca05e4402baadf208caf545c434f967 (diff)
downloadupstream-293b82501c4f48aa38bf79081f7c11333f234796.tar.gz
upstream-293b82501c4f48aa38bf79081f7c11333f234796.tar.bz2
upstream-293b82501c4f48aa38bf79081f7c11333f234796.zip
ar71xx: allow tp-link initramfs images to exceed size limits
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45645
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 8fb4b9f330..00d61ba113 100644
--- 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