aboutsummaryrefslogtreecommitdiffstats
path: root/target/squashfs-lzma/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-02 19:06:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-02 19:06:50 +0000
commitdae7e90107f09031e05500e09a238dc7445d78bf (patch)
tree4d80baf37b57ec311461834e82db4a7053417ca9 /target/squashfs-lzma/Makefile
parent786263062955ddd4591994801a833a2d10cee8b6 (diff)
downloadmaster-187ad058-dae7e90107f09031e05500e09a238dc7445d78bf.tar.gz
master-187ad058-dae7e90107f09031e05500e09a238dc7445d78bf.tar.bz2
master-187ad058-dae7e90107f09031e05500e09a238dc7445d78bf.zip
remove lzma loader config option (make it default) and move it from package/ to target/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs-lzma/Makefile')
-rw-r--r--target/squashfs-lzma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs-lzma/Makefile b/target/squashfs-lzma/Makefile
index 8e7e8e4792..8da08b3909 100644
--- a/target/squashfs-lzma/Makefile
+++ b/target/squashfs-lzma/Makefile
@@ -11,6 +11,6 @@ clean: squashfslzmaroot-dirclean
$(BIN_DIR)/openwrt-generic-squashfs.trx:
@mkdir -p $(TARGET_DIR)/jffs
$(SQUASHFSLZMA_DIR)/squashfs-tools/mksquashfs-lzma $(TARGET_DIR) $(IMAGE).squashfslzma -noappend -root-owned -le
- PATH=$(TARGET_PATH) trx -o $@ $(LINUX_LOADER) \
+ PATH=$(TARGET_PATH) trx -o $@ $(BUILD_DIR)/loader.gz \
$(LINUX_IMAGE) $(IMAGE).squashfslzma