aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
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
commit5109b10b70d20542a3d6e1c0d529c11c028abf05 (patch)
treed9f4e61ede51b9a62822da45f850e9e9209daaf6 /target/linux/ar71xx/image
parentf4f30d71305b98a71b35250e6750f6f2a4e130e2 (diff)
downloadupstream-5109b10b70d20542a3d6e1c0d529c11c028abf05.tar.gz
upstream-5109b10b70d20542a3d6e1c0d529c11c028abf05.tar.bz2
upstream-5109b10b70d20542a3d6e1c0d529c11c028abf05.zip
ar71xx: allow tp-link initramfs images to exceed size limits
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45645 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-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