diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-10 17:41:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-10 17:41:52 +0000 |
commit | a2672f48ce6dd023e80915878a04e47a2e90536d (patch) | |
tree | 692c58c39ac958eaaa2fbf9d456da9f1640ca771 /target/linux/ar71xx | |
parent | 991cc2f274678b21f19c7e145aaa8fd016b98da3 (diff) | |
download | upstream-a2672f48ce6dd023e80915878a04e47a2e90536d.tar.gz upstream-a2672f48ce6dd023e80915878a04e47a2e90536d.tar.bz2 upstream-a2672f48ce6dd023e80915878a04e47a2e90536d.zip |
ar71xx: create smaller sysupgrade files for the TP-Link boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index b16ee5dac2..2f990da080 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -270,7 +270,12 @@ define Image/Build/TPLINK -B $(4) -N OpenWrt -V $(REVISION)\ -k $(KDIR)/vmlinux-$(2).bin.gz \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ - -o $(call imgname,$(1),$(2))-universal.bin + -o $(call imgname,$(1),$(2))-factory.bin + -$(STAGING_DIR_HOST)/bin/mktplinkfw \ + -B $(4) -N OpenWrt -V $(REVISION) -s \ + -k $(KDIR)/vmlinux-$(2).bin.gz \ + -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ + -o $(call imgname,$(1),$(2))-sysupgrade.bin endef define Image/Build/TPLINK/initramfs |