diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:43:01 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:32 +0200 |
commit | 16b1d2a734bde48c104eeef7e1a3287785ab2251 (patch) | |
tree | bcac0b0cbfd90374cdd3cf88bdd816e1cb419e66 /target/jffs2/Config.in | |
parent | a573150c199028c1d03713ca8c801e8187851544 (diff) | |
download | buildroot-novena-16b1d2a734bde48c104eeef7e1a3287785ab2251.tar.gz buildroot-novena-16b1d2a734bde48c104eeef7e1a3287785ab2251.zip |
target/jffs2: cleanup
Remove the code to build host MTD utils, since they can now be built
using package/mtd.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/jffs2/Config.in')
-rw-r--r-- | target/jffs2/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in index bcb4d5120..bf4ac6079 100644 --- a/target/jffs2/Config.in +++ b/target/jffs2/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_JFFS2 bool "jffs2 root filesystem" - select BR2_HOST_FAKEROOT help Build a jffs2 root filesystem |