ar71xx: allow tp-link initramfs images to exceed size limits
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / image / Makefile
index 8fb4b9f33062b11fec04cf09d4d5053c4b8c2c2d..00d61ba113b4a2937247ca656c649cf802c9e4b7 100644 (file)
@@ -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