projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add netconfig script to brcm-2.4 and remove default /etc/config/network
[openwrt.git]
/
target
/
linux
/
image
/
Makefile
diff --git
a/target/linux/image/Makefile
b/target/linux/image/Makefile
index
68b1bd3
..
2018a8e
100644
(file)
--- a/
target/linux/image/Makefile
+++ b/
target/linux/image/Makefile
@@
-15,13
+15,10
@@
include ./tgz.mk
endif
prepare:
endif
prepare:
- @$(PKG_TRACE) Preparing...
$(MAKE) prepare-targets $(MAKE_TRACE)
compile:
$(MAKE) prepare-targets $(MAKE_TRACE)
compile:
- @$(PKG_TRACE) Compiling...
$(MAKE) compile-targets $(MAKE_TRACE)
install:
$(MAKE) compile-targets $(MAKE_TRACE)
install:
- @$(PKG_TRACE) Installing...
$(MAKE) install-targets $(MAKE_TRACE)
.PHONY: prepare compile install
$(MAKE) install-targets $(MAKE_TRACE)
.PHONY: prepare compile install
@@
-46,6
+43,4
@@
install-prepare:
rebuild: clean prepare compile install
clean:
rebuild: clean prepare compile install
clean:
- @$(PKG_TRACE) Cleaning...
$(MAKE) clean-targets $(MAKE_TRACE)
$(MAKE) clean-targets $(MAKE_TRACE)
-
This page took
0.027547 seconds
and
4
git commands to generate.