projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't exit from failsafe mode after the console shell quits (some devices don't have...
[openwrt.git]
/
target
/
Makefile
diff --git
a/target/Makefile
b/target/Makefile
index
d5e6bea
..
651c13f
100644
(file)
--- a/
target/Makefile
+++ b/
target/Makefile
@@
-12,10
+12,9
@@
all: install
$(BIN_DIR):
mkdir -p $(BIN_DIR)
-TARGETS-y := linux
utils
+TARGETS-y := linux
TARGETS-$(CONFIG_SDK) += sdk
-linux-compile: utils-install
linux-install: $(BIN_DIR)
image_install: linux-install
This page took
0.021359 seconds
and
4
git commands to generate.