Fix it so we once again build the target root_fs
authorEric Andersen <andersen@codepoet.org>
Sat, 9 Oct 2004 04:46:15 +0000 (04:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 9 Oct 2004 04:46:15 +0000 (04:46 -0000)
target/squashfs/Config.in [new file with mode: 0644]
target/squashfs/Makefile.in [new file with mode: 0644]

diff --git a/target/squashfs/Config.in b/target/squashfs/Config.in
new file mode 100644 (file)
index 0000000..5ee3926
--- /dev/null
@@ -0,0 +1,6 @@
+config BR2_TARGET_ROOTFS_SQUASHFS
+       bool "squashfs root filesystem for the target device"
+       default n
+       help
+         Build a squashfs root filesystem
+
diff --git a/target/squashfs/Makefile.in b/target/squashfs/Makefile.in
new file mode 100644 (file)
index 0000000..2278d72
--- /dev/null
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y)
+TARGETS+=squashfsroot
+endif