summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2007-05-03 08:25:17 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2007-05-03 08:25:17 +0000
commit4cdef5138dc2b2bef76019f6ccbd9024c5805ca2 (patch)
tree7135e64366cdd7e40633c104d7b031e06930741f /target
parent4d4e1149ebe107248b21e598ed1d54478680a20a (diff)
s/FAKEROUTE/FAKEROOT/
Diffstat (limited to 'target')
-rw-r--r--target/cpio/Config.in2
-rw-r--r--target/cramfs/Config.in2
-rw-r--r--target/ext2/Config.in2
-rw-r--r--target/iso9660/Config.in2
-rw-r--r--target/jffs2/Config.in2
-rw-r--r--target/squashfs/Config.in2
-rw-r--r--target/tar/Config.in2
7 files changed, 7 insertions, 7 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
diff --git a/target/cramfs/Config.in b/target/cramfs/Config.in
index d7c1dea68..df2f48161 100644
--- a/target/cramfs/Config.in
+++ b/target/cramfs/Config.in
@@ -1,7 +1,7 @@
config BR2_TARGET_ROOTFS_CRAMFS
bool "cramfs root filesystem"
default n
- select BR2_HOST_FAKEROUTE
+ select BR2_HOST_FAKEROOT
help
Build a cramfs root filesystem
diff --git a/target/ext2/Config.in b/target/ext2/Config.in
index 70589974a..fa0575ac6 100644
--- a/target/ext2/Config.in
+++ b/target/ext2/Config.in
@@ -1,7 +1,7 @@
config BR2_TARGET_ROOTFS_EXT2
bool "ext2 root filesystem"
default y
- select BR2_HOST_FAKEROUTE
+ select BR2_HOST_FAKEROOT
help
Build an ext2 root filesystem
diff --git a/target/iso9660/Config.in b/target/iso9660/Config.in
index 7b3575111..93073d7a2 100644
--- a/target/iso9660/Config.in
+++ b/target/iso9660/Config.in
@@ -4,7 +4,7 @@ config BR2_TARGET_ROOTFS_ISO9660
depends on BR2_i386
select BR2_TARGET_ROOTFS_EXT2
select BR2_TARGET_GRUB
- select BR2_HOST_FAKEROUTE
+ select BR2_HOST_FAKEROOT
help
Build a bootable iso9660 image
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in
index 2d4e7a455..86448571d 100644
--- a/target/jffs2/Config.in
+++ b/target/jffs2/Config.in
@@ -1,7 +1,7 @@
config BR2_TARGET_ROOTFS_JFFS2
bool "jffs2 root filesystem"
default n
- select BR2_HOST_FAKEROUTE
+ select BR2_HOST_FAKEROOT
select BR2_PACKAGE_MTD
help
Build a jffs2 root filesystem
diff --git a/target/squashfs/Config.in b/target/squashfs/Config.in
index 34b16ad63..7a26a8786 100644
--- a/target/squashfs/Config.in
+++ b/target/squashfs/Config.in
@@ -1,7 +1,7 @@
config BR2_TARGET_ROOTFS_SQUASHFS
bool "squashfs root filesystem"
default n
- select BR2_HOST_FAKEROUTE
+ select BR2_HOST_FAKEROOT
help
Build a squashfs root filesystem
diff --git a/target/tar/Config.in b/target/tar/Config.in
index 142ac878d..4787ec094 100644
--- a/target/tar/Config.in
+++ b/target/tar/Config.in
@@ -1,7 +1,7 @@
config BR2_TARGET_ROOTFS_TAR
bool "tar the root filesystem"
default n
- select BR2_HOST_FAKEROUTE
+ select BR2_HOST_FAKEROOT
help
Build a tar archive of the root filesystem