Loading Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -67,4 +67,5 @@ source "toolchain/Config.in" source "package/Config.in" source "target/Config.in" Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) include toolchain/*/*.mk include package/*/*.mk include target/*/*.mk ############################################################# # Loading target/Config.in +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ menu "Target Options" source "target/cramfs/Config.in" source "target/ext2/Config.in" source "target/jffs2/Config.in" source "target/squashfs/Config.in" endmenu target/cramfs/Config.in +1 −1 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_CRAMFS bool "Build a cramfs root filesystem for the target device" bool "cramfs root filesystem for the target device" default n help Build a cramfs root filesystem Loading target/ext2/Config.in 0 → 100644 +6 −0 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_EXT2 bool "ext2 root filesystem for the target device" default y help Build an ext2 root filesystem Loading
Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -67,4 +67,5 @@ source "toolchain/Config.in" source "package/Config.in" source "target/Config.in"
Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) include toolchain/*/*.mk include package/*/*.mk include target/*/*.mk ############################################################# # Loading
target/Config.in +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ menu "Target Options" source "target/cramfs/Config.in" source "target/ext2/Config.in" source "target/jffs2/Config.in" source "target/squashfs/Config.in" endmenu
target/cramfs/Config.in +1 −1 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_CRAMFS bool "Build a cramfs root filesystem for the target device" bool "cramfs root filesystem for the target device" default n help Build a cramfs root filesystem Loading
target/ext2/Config.in 0 → 100644 +6 −0 Original line number Diff line number Diff line config BR2_TARGET_ROOTFS_EXT2 bool "ext2 root filesystem for the target device" default y help Build an ext2 root filesystem