From 6ea5ea7c86437ed9add589d3c7c121197532e14b Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 2 Apr 2005 19:06:50 +0000 Subject: 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 --- target/squashfs-lzma/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/squashfs-lzma/Makefile') diff --git a/target/squashfs-lzma/Makefile b/target/squashfs-lzma/Makefile index 8e7e8e479..8da08b390 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 -- cgit v1.2.3