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
This commit is contained in:
Felix Fietkau
2015-05-08 14:02:43 +00:00
parent f4f30d7130
commit 5109b10b70

View 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