mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
target/adm5120: fix image building after r20834
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20855 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ae534567b
commit
dc81db4feb
@ -11,6 +11,10 @@ LOADER_MAKE := $(NO_TRACE_MAKE) -C lzma-loader KDIR=$(KDIR)
|
|||||||
JFFS2BLOCK := $(KDIR)/jffs2.block
|
JFFS2BLOCK := $(KDIR)/jffs2.block
|
||||||
JFFS2MARK := $(KDIR)/jffs2.mark
|
JFFS2MARK := $(KDIR)/jffs2.mark
|
||||||
|
|
||||||
|
define imgname
|
||||||
|
$(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(patsubst jffs2-%,jffs2,$(1))
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Clean
|
define Build/Clean
|
||||||
$(LOADER_MAKE) clean
|
$(LOADER_MAKE) clean
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user