diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-25 07:31:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-25 07:31:13 +0000 |
commit | bb543b42c4d26f124fe9af17139edf62b5ad0b2b (patch) | |
tree | 5740d7af48f976c9998932a0105e431c9af024a3 /target/linux | |
parent | 7378a36fb3a860d90b3fd4cbbbba434c3f1fc741 (diff) | |
download | upstream-bb543b42c4d26f124fe9af17139edf62b5ad0b2b.tar.gz upstream-bb543b42c4d26f124fe9af17139edf62b5ad0b2b.tar.bz2 upstream-bb543b42c4d26f124fe9af17139edf62b5ad0b2b.zip |
ar71xx: create smaller initramfs images for the TP-Link boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 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 |