projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add pppoe fix from whiterussian
[openwrt.git]
/
openwrt
/
target
/
linux
/
Makefile
diff --git
a/openwrt/target/linux/Makefile
b/openwrt/target/linux/Makefile
index
610bc7e
..
4c17a57
100644
(file)
--- a/
openwrt/target/linux/Makefile
+++ b/
openwrt/target/linux/Makefile
@@
-36,11
+36,11
@@
clean: $(1)/$(2)-clean
prepare: $(1)/$(2)-prepare
compile: $(1)/$(2)-compile
rebuild: $(1)/$(2)-rebuild
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
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)-i
mage $(1)/$(2)-i
nstall-ib
endef
.PHONY: clean prepare compile rebuild install imagebuilder install-ib
endef
.PHONY: clean prepare compile rebuild install imagebuilder install-ib
This page took
0.020441 seconds
and
4
git commands to generate.