mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[adm5120] reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held (closes: #2549)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9450 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -14,13 +14,14 @@ define Image/Build/Edimax
|
||||
$(call Image/Build/Loader,$(2),gz,0x80500000,0x6D8,y,$(2))
|
||||
$(call Image/Build/TRXNoloader,$(call imgname,$(1),$(2)).trx,$(1))
|
||||
$(STAGING_DIR_HOST)/bin/mkcsysimg -B $(2) -d -w \
|
||||
-r $(KDIR)/loader-$(2).gz \
|
||||
-r $(KDIR)/loader-$(2).gz::8192 \
|
||||
-x $(call imgname,$(1),$(2)).trx \
|
||||
$(call imgname,$(1),$(2))-webui.bin
|
||||
$(STAGING_DIR_HOST)/bin/mkcsysimg -B $(2) -d \
|
||||
-r $(KDIR)/loader-$(2).gz \
|
||||
-r $(KDIR)/loader-$(2).gz::8192 \
|
||||
-x $(call imgname,$(1),$(2)).trx \
|
||||
$(call imgname,$(1),$(2))-xmodem.bin
|
||||
rm -f $(call imgname,$(1),$(2)).trx
|
||||
endef
|
||||
|
||||
define Image/Build/Infineon
|
||||
|
||||
Reference in New Issue
Block a user