diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 19:06:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 19:06:50 +0000 |
commit | ebac64aab92ecb158af60938e729c97ed5e4b0b7 (patch) | |
tree | 486b047ba364c285eb3a1d526a1bc139b0eb3415 /openwrt/target/squashfs-lzma | |
parent | d2aa16fb0ed11c93469e941ae2baa8af39bc53d0 (diff) | |
download | mtk-20170518-ebac64aab92ecb158af60938e729c97ed5e4b0b7.zip mtk-20170518-ebac64aab92ecb158af60938e729c97ed5e4b0b7.tar.gz mtk-20170518-ebac64aab92ecb158af60938e729c97ed5e4b0b7.tar.bz2 |
remove lzma loader config option (make it default) and move it from package/ to target/
SVN-Revision: 530
Diffstat (limited to 'openwrt/target/squashfs-lzma')
-rw-r--r-- | openwrt/target/squashfs-lzma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/squashfs-lzma/Makefile b/openwrt/target/squashfs-lzma/Makefile index 8e7e8e4..8da08b3 100644 --- a/openwrt/target/squashfs-lzma/Makefile +++ b/openwrt/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 |