diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:45:15 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:33 +0200 |
commit | d36ca79149b027db4f4fd8d3a347c919f90e23c6 (patch) | |
tree | dd69fce775fcf1c2a257a251435ecab88067c3ea /target/tar/Config.in | |
parent | 1f5c3ccdceac58b2a4af6fc22fb49041462cc04f (diff) |
target/tar: cleanup
Remove dependency on BR2_HOST_FAKEROOT.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/tar/Config.in')
-rw-r--r-- | target/tar/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/tar/Config.in b/target/tar/Config.in index 020965480..ae024094a 100644 --- a/target/tar/Config.in +++ b/target/tar/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_TAR bool "tar the root filesystem" - select BR2_HOST_FAKEROOT help Build a tar archive of the root filesystem |