aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-25 07:31:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-25 07:31:13 +0000
commitc72b656d8d4e07342815c634ac4b1e9cae5e3631 (patch)
tree60ef5f981459ef85135e86e63711d701064a1bc2 /target/linux/ar71xx/image
parent04dd1fc593b39de4012432e7fb96fc69b0145d77 (diff)
downloadupstream-c72b656d8d4e07342815c634ac4b1e9cae5e3631.tar.gz
upstream-c72b656d8d4e07342815c634ac4b1e9cae5e3631.tar.bz2
upstream-c72b656d8d4e07342815c634ac4b1e9cae5e3631.zip
ar71xx: create smaller initramfs images for the TP-Link boards
SVN-Revision: 20414
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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