From f9e1fd819ca1f6be5ff83ed9dc9f09ca4f639b50 Mon Sep 17 00:00:00 2001 From: wbx Date: Thu, 17 Feb 2005 23:18:46 +0000 Subject: 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 --- openwrt/target/squashfs-lzma/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 openwrt/target/squashfs-lzma/Makefile.in (limited to 'openwrt/target/squashfs-lzma/Makefile.in') diff --git a/openwrt/target/squashfs-lzma/Makefile.in b/openwrt/target/squashfs-lzma/Makefile.in new file mode 100644 index 000000000..bb65c6d03 --- /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 -- cgit v1.2.3