aboutsummaryrefslogtreecommitdiffstats
path: root/target/squashfs-lzma/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-17 23:18:46 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-17 23:18:46 +0000
commitba2e4c267087c1512338ee4d8be56e531e61849c (patch)
treefc0190aaec44eea274c34048f69b16724aff19d7 /target/squashfs-lzma/Makefile.in
parent0d533955a8d9e8cd76aa5fd479c8d16000e3b653 (diff)
downloadmaster-187ad058-ba2e4c267087c1512338ee4d8be56e531e61849c.tar.gz
master-187ad058-ba2e4c267087c1512338ee4d8be56e531e61849c.tar.bz2
master-187ad058-ba2e4c267087c1512338ee4d8be56e531e61849c.zip
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.in4
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 0000000000..bb65c6d037
--- /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