From: Gabor Juhos Date: Thu, 25 Mar 2010 07:31:13 +0000 (+0000) Subject: ar71xx: create smaller initramfs images for the TP-Link boards X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c72b656d8d4e07342815c634ac4b1e9cae5e3631;p=librecmc%2Flibrecmc.git ar71xx: create smaller initramfs images for the TP-Link boards SVN-Revision: 20414 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c5d79935bf..eefa84c7b8 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -289,7 +289,7 @@ endef define Image/Build/TPLINK/initramfs $(call PatchKernelGzip,$(2),$(3)) -$(STAGING_DIR_HOST)/bin/mktplinkfw -c \ - -B $(4) -N OpenWrt -V $(REVISION)\ + -B $(4) -N OpenWrt -V $(REVISION) -s \ -k $(KDIR)/vmlinux-$(2).bin.gz \ -o $(call imgname,$(1),$(2))-uImage.bin endef