projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change wget timeout options to --timeout= for compatibility
[openwrt.git]
/
openwrt
/
target
/
Makefile
diff --git
a/openwrt/target/Makefile
b/openwrt/target/Makefile
index
a17a80f
..
6a1bd95
100644
(file)
--- a/
openwrt/target/Makefile
+++ b/
openwrt/target/Makefile
@@
-29,6
+29,9
@@
IMAGE_TARGETS += $(BIN_DIR)/openwrt-motorola-$(1).bin
endif
endef
endif
endef
+$(LINUX_IMAGE): $(LINUX_KERNEL)
+ cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos > $@ || (rm -f $@ && false)
+
TARGET_DIRS:=
TARGET_FS:=
IMAGE_TARGETS:=
TARGET_DIRS:=
TARGET_FS:=
IMAGE_TARGETS:=
@@
-69,8
+72,9
@@
prepare: $(patsubst %,%-prepare,$(TARGET_DIRS))
$(BIN_DIR):
mkdir -p $(BIN_DIR)
$(BIN_DIR):
mkdir -p $(BIN_DIR)
+$(INSTALL_TARGET_DIRS): lzma-loader-compile
compile: $(patsubst %,%-compile,$(TARGET_DIRS))
compile: $(patsubst %,%-compile,$(TARGET_DIRS))
-install: utils-install $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS)
+install: utils-install
lzma-install $(LINUX_IMAGE)
$(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS)
clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean
image_clean:
clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean
image_clean:
This page took
0.02903 seconds
and
4
git commands to generate.