X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=openwrt%2Ftarget%2FMakefile;h=248bcffcde44b29029462c3740b0d0197165884e;hb=32e15c03e0f2ffa905161f95a23348e83c69e071;hp=c3d99b6526084855c19a5194eb1fb469763f598b;hpb=d4acdafcf724057bc9b718170c54b420f46c40b4;p=openwrt-10.03%2F.git diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index c3d99b652..248bcffcd 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -29,9 +29,6 @@ IMAGE_TARGETS += $(BIN_DIR)/openwrt-motorola-$(1).bin endif endef -$(LINUX_IMAGE): $(LINUX_KERNEL) - cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos > $@ || (rm -f $@ && false) - TARGET_DIRS:= TARGET_FS:= IMAGE_TARGETS:= @@ -74,8 +71,8 @@ $(BIN_DIR): $(INSTALL_TARGET_DIRS): lzma-loader-compile $(IMAGE_TARGETS): $(patsubst %,%-install,$(TARGET_DIRS)) -compile: $(patsubst %,%-compile,jffs2 squashfs-lzma lzma-loader) -install: utils-install lzma-install $(LINUX_IMAGE) $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) +compile: $(patsubst %,%-compile,jffs2 lzma squashfs-lzma lzma-loader utils) +install: utils-install lzma-install $(patsubst %,%-install,$(TARGET_DIRS)) $(IMAGE_TARGETS) clean: $(patsubst %,%-clean,$(TARGET_DIRS)) image_clean image_clean: