Loading package/fakeroot/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -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 package/fakeroot/fakeroot.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 target/cpio/Config.in +1 −1 Original line number Diff line number Diff line 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 target/cramfs/Config.in +1 −1 Original line number Diff line number Diff line 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 Loading target/ext2/Config.in +1 −1 Original line number Diff line number Diff line 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 Loading Loading
package/fakeroot/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -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
package/fakeroot/fakeroot.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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
target/cpio/Config.in +1 −1 Original line number Diff line number Diff line 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
target/cramfs/Config.in +1 −1 Original line number Diff line number Diff line 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 Loading
target/ext2/Config.in +1 −1 Original line number Diff line number Diff line 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 Loading