mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
fix image builder dependency problem
SVN-Revision: 1664
This commit is contained in:
parent
4a1bbf5566
commit
7ebe5f8d02
@ -36,11 +36,11 @@ clean: $(1)/$(2)-clean
|
||||
prepare: $(1)/$(2)-prepare
|
||||
compile: $(1)/$(2)-compile
|
||||
rebuild: $(1)/$(2)-rebuild
|
||||
install: $(1)/$(2)-image
|
||||
$(BIN_DIR)/$(IB_NAME).tar.bz2 install: $(1)/$(2)-image
|
||||
install-ib: $(1)/$(2)-install-ib
|
||||
endif
|
||||
|
||||
.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install $(1)/$(2)-install-ib
|
||||
.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install $(1)/$(2)-image $(1)/$(2)-install-ib
|
||||
endef
|
||||
|
||||
.PHONY: clean prepare compile rebuild install imagebuilder install-ib
|
||||
|
Loading…
x
Reference in New Issue
Block a user