From 293b82501c4f48aa38bf79081f7c11333f234796 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 May 2015 14:02:43 +0000 Subject: [PATCH] ar71xx: allow tp-link initramfs images to exceed size limits Signed-off-by: Felix Fietkau SVN-Revision: 45645 --- target/linux/ar71xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2