diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-05-03 08:25:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2007-05-03 08:25:17 +0000 |
commit | 4cdef5138dc2b2bef76019f6ccbd9024c5805ca2 (patch) | |
tree | 7135e64366cdd7e40633c104d7b031e06930741f /target/cpio/Config.in | |
parent | 4d4e1149ebe107248b21e598ed1d54478680a20a (diff) | |
download | buildroot-novena-4cdef5138dc2b2bef76019f6ccbd9024c5805ca2.tar.gz buildroot-novena-4cdef5138dc2b2bef76019f6ccbd9024c5805ca2.zip |
s/FAKEROUTE/FAKEROOT/
Diffstat (limited to 'target/cpio/Config.in')
-rw-r--r-- | target/cpio/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cpio/Config.in b/target/cpio/Config.in index 7f1af4077..776938887 100644 --- a/target/cpio/Config.in +++ b/target/cpio/Config.in @@ -1,7 +1,7 @@ config BR2_TARGET_ROOTFS_CPIO bool "cpio the root filesystem" default n - select BR2_HOST_FAKEROUTE + select BR2_HOST_FAKEROOT help Build a cpio archive of the root filesystem |