Quellcode durchsuchen

s/FAKEROUTE/FAKEROOT/

Peter Korsgaard vor 18 Jahren
Ursprung
Commit
4cdef5138d

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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

+ 1 - 1
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
 

+ 1 - 1
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