diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:41:26 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:32 +0200 |
commit | 8e599f7fc6404f290db1e9bebd7823aa46d2b34b (patch) | |
tree | 307815aaf9a8d2fb44d7bf799ccb38481cfa6771 /target/ext2/Config.in | |
parent | e01de2e7d6b5402a9dd5e9b2754035676a542a1e (diff) |
target/ext2: cleanup
Remove the genext2fs host tools building process, which is now in
package/genext2fs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/ext2/Config.in')
-rw-r--r-- | target/ext2/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ext2/Config.in b/target/ext2/Config.in index e94fb401c..1b1dc8a21 100644 --- a/target/ext2/Config.in +++ b/target/ext2/Config.in @@ -1,7 +1,6 @@ config BR2_TARGET_ROOTFS_EXT2 bool "ext2 root filesystem" default y - select BR2_HOST_FAKEROOT help Build an ext2 root filesystem |