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