projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
[openwrt.git]
/
target
/
Makefile
diff --git
a/target/Makefile
b/target/Makefile
index
3f97b9a
..
724ac44
100644
(file)
--- a/
target/Makefile
+++ b/
target/Makefile
@@
-20,7
+20,7
@@
IMAGE_DIR:=linux/$(BOARD)-$(KERNEL)/image
download: $(patsubst %,%-download,$(TARGETS-y))
prepare: linux-prepare
compile: linux-compile image_compile
-install:
image_clean
linux-install image_install
+install: linux-install image_install
ifeq ($(CONFIG_SDK),y)
install: sdk_install
This page took
0.020769 seconds
and
4
git commands to generate.