From 4bcefe826bbc1bf550a091e7ae86ad5ee7946909 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 2 Mar 2010 22:39:25 +0100 Subject: target/cpio: cleanup * Remove the dependency on BR2_HOST_FAKEROOT, since we don't have config option for host tools. * Remove a few useless things. * Check that cpio is available on the host in toolchain/dependencies/dependencies.sh. Signed-off-by: Thomas Petazzoni --- target/cpio/Config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'target/cpio/Config.in') diff --git a/target/cpio/Config.in b/target/cpio/Config.in index 83bdd21e0..4ee1037d4 100644 --- a/target/cpio/Config.in +++ b/target/cpio/Config.in @@ -1,6 +1,5 @@ config BR2_TARGET_ROOTFS_CPIO bool "cpio the root filesystem" - select BR2_HOST_FAKEROOT help Build a cpio archive of the root filesystem -- cgit v1.2.3