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 | 5109b10b70d20542a3d6e1c0d529c11c028abf05 (patch) | |
tree | d9f4e61ede51b9a62822da45f850e9e9209daaf6 /target/linux/ar71xx/image/Makefile | |
parent | f4f30d71305b98a71b35250e6750f6f2a4e130e2 (diff) | |
download | upstream-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/Makefile')
-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 |