diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 14:02:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-08 14:02:43 +0000 |
commit | 293b82501c4f48aa38bf79081f7c11333f234796 (patch) | |
tree | c529b19ae6070b7e8bcee6fa7e95ca75d92d11f3 /target | |
parent | a13e2d0e5ca05e4402baadf208caf545c434f967 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
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 |