summaryrefslogtreecommitdiffstats
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
parent4d4e1149ebe107248b21e598ed1d54478680a20a (diff)
downloadbuildroot-novena-4cdef5138dc2b2bef76019f6ccbd9024c5805ca2.tar.gz
buildroot-novena-4cdef5138dc2b2bef76019f6ccbd9024c5805ca2.zip
s/FAKEROUTE/FAKEROOT/
-rw-r--r--package/fakeroot/Config.in2
-rw-r--r--package/fakeroot/fakeroot.mk2
-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
9 files changed, 9 insertions, 9 deletions
diff --git a/package/fakeroot/Config.in b/package/fakeroot/Config.in
index caab206df..0f0ab28fc 100644
--- a/package/fakeroot/Config.in
+++ b/package/fakeroot/Config.in
@@ -7,6 +7,6 @@ config BR2_PACKAGE_FAKEROOT
http://joostje.op.het.net/fakeroot/
# dummy for fakeroot-source
-config BR2_HOST_FAKEROUTE
+config BR2_HOST_FAKEROOT
bool
default n
diff --git a/package/fakeroot/fakeroot.mk b/package/fakeroot/fakeroot.mk
index 18f577e4a..7bb77c6b1 100644
--- a/package/fakeroot/fakeroot.mk
+++ b/package/fakeroot/fakeroot.mk
@@ -123,6 +123,6 @@ ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y)
TARGETS+=fakeroot
endif
-ifeq ($(strip $(BR2_HOST_FAKEROUTE)),y)
+ifeq ($(strip $(BR2_HOST_FAKEROOT)),y)
HOST_SOURCE+=fakeroot-source
endif
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