diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:43:21 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:32 +0200 |
commit | 3cabc6cce153ee1265c477d840fe3887347053ae (patch) | |
tree | facd3a8e5c8b3b68735e83d24f9a7d0af2bb37bd /target/romfs/Config.in | |
parent | 16b1d2a734bde48c104eeef7e1a3287785ab2251 (diff) | |
download | buildroot-novena-3cabc6cce153ee1265c477d840fe3887347053ae.tar.gz buildroot-novena-3cabc6cce153ee1265c477d840fe3887347053ae.zip |
target/romfs: cleanup
Remove the code needed to build host genromfs, since it can now be
done using package/genromfs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/romfs/Config.in')
-rw-r--r-- | target/romfs/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/romfs/Config.in b/target/romfs/Config.in index 03a23d413..7a8c663dd 100644 --- a/target/romfs/Config.in +++ b/target/romfs/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_ROMFS bool "romfs root filesystem" - select BR2_HOST_FAKEROOT help Build a romfs image of the root filesystem. |