mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
Also generate http uploadable images for Airlink AR525w
SVN-Revision: 10229
This commit is contained in:
parent
6907b29d8f
commit
8ee2e7a4a3
@ -23,10 +23,12 @@ endef
|
||||
|
||||
define Image/Build/ar525w
|
||||
touch $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img
|
||||
touch $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2)-web.img
|
||||
mv $(KDIR)/root.$(1) $(KDIR)/root.tmp
|
||||
dd of=$(KDIR)/root.$(1) if=$(KDIR)/root.tmp $(call trxalign/$(1)) conv=sync
|
||||
$(RM) $(KDIR)/root.tmp
|
||||
$(STAGING_DIR_HOST)/bin/airlink -b 1 -j $(shell bash -c 'echo $$[$(3)]') $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2).img
|
||||
$(STAGING_DIR_HOST)/bin/airlink -e -b 1 -j $(shell bash -c 'echo $$[$(3)]') $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(1)-$(2)-web.img
|
||||
endef
|
||||
|
||||
define Image/Build/wl153
|
||||
|
Loading…
Reference in New Issue
Block a user