mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
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
This commit is contained in:
parent
18274ae333
commit
0dba449179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user