diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 23:18:46 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 23:18:46 +0000 |
commit | f9e1fd819ca1f6be5ff83ed9dc9f09ca4f639b50 (patch) | |
tree | ddfc19558007a2f0753c0e1fb59553a29881ade3 /openwrt/target/squashfs-lzma/Makefile.in | |
parent | 7e76e9c1dd6cbaf1911416447bbd03d9ee7ac6b6 (diff) |
new root target! squashfs with lzma compression from Olegs patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/squashfs-lzma/Makefile.in')
-rw-r--r-- | openwrt/target/squashfs-lzma/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/squashfs-lzma/Makefile.in b/openwrt/target/squashfs-lzma/Makefile.in new file mode 100644 index 0000000000..bb65c6d037 --- /dev/null +++ b/openwrt/target/squashfs-lzma/Makefile.in @@ -0,0 +1,4 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y) +TARGETS+=squashfslzmaroot openwrt-image +ROOTFS=squashfslzma +endif |