do not generate trx images, this is useless
SVN-Revision: 18204
This commit is contained in:
parent
135111a05b
commit
411d1ba1bb
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ define Image/Prepare
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build
|
define Image/Build
|
||||||
$(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1)
|
|
||||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync
|
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync
|
||||||
# Various routers
|
# Various routers
|
||||||
$(call Image/Build/CFE,$(1),96345GW2,6345,bccfe,,bccfe,)
|
$(call Image/Build/CFE,$(1),96345GW2,6345,bccfe,,bccfe,)
|
||||||
|
|
Loading…
Reference in a new issue