projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix download.pl (#1257)
[openwrt.git]
/
target
/
Makefile
diff --git
a/target/Makefile
b/target/Makefile
index
4853e3f
..
3f97b9a
100644
(file)
--- a/
target/Makefile
+++ b/
target/Makefile
@@
-20,7
+20,15
@@
IMAGE_DIR:=linux/$(BOARD)-$(KERNEL)/image
download: $(patsubst %,%-download,$(TARGETS-y))
prepare: linux-prepare
compile: linux-compile image_compile
download: $(patsubst %,%-download,$(TARGETS-y))
prepare: linux-prepare
compile: linux-compile image_compile
-install: image_clean linux-install sdk_install image_install imagebuilder_install
+install: image_clean linux-install image_install
+
+ifeq ($(CONFIG_SDK),y)
+install: sdk_install
+endif
+ifeq ($(CONFIG_IB),y)
+install: imagebuilder_install
+endif
+
clean: linux-clean sdk-clean imagebuilder-clean image_clean
prereq: FORCE
clean: linux-clean sdk-clean imagebuilder-clean image_clean
prereq: FORCE
This page took
0.01995 seconds
and
4
git commands to generate.