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 | 2f1b480d86764dea4ea6571a2922fb5b3867deac (patch) | |
tree | fc0190aaec44eea274c34048f69b16724aff19d7 /target/squashfs-lzma/Makefile.in | |
parent | 266c00cfefa127ef6b4bc3a60db92caa0a875b88 (diff) |
new root target! squashfs with lzma compression from Olegs patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs-lzma/Makefile.in')
-rw-r--r-- | target/squashfs-lzma/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/squashfs-lzma/Makefile.in b/target/squashfs-lzma/Makefile.in new file mode 100644 index 000000000..bb65c6d03 --- /dev/null +++ b/target/squashfs-lzma/Makefile.in @@ -0,0 +1,4 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y) +TARGETS+=squashfslzmaroot openwrt-image +ROOTFS=squashfslzma +endif |