From 4c4768b2f79d984a09acc7695a481e2ca281aeb2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 04:34:21 +0000 Subject: Fix it so we once again build the target root_fs --- target/ext2/Config.in | 6 ++++++ target/ext2/Makefile.in | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 target/ext2/Config.in create mode 100644 target/ext2/Makefile.in (limited to 'target/ext2') diff --git a/target/ext2/Config.in b/target/ext2/Config.in new file mode 100644 index 000000000..7e137ae41 --- /dev/null +++ b/target/ext2/Config.in @@ -0,0 +1,6 @@ +config BR2_TARGET_ROOTFS_EXT2 + bool "ext2 root filesystem for the target device" + default y + help + Build an ext2 root filesystem + diff --git a/target/ext2/Makefile.in b/target/ext2/Makefile.in new file mode 100644 index 000000000..990407718 --- /dev/null +++ b/target/ext2/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_EXT2)),y) +TARGETS+=ext2root +endif -- cgit v1.2.3