X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=blobdiff_plain;f=Config.in;h=18555a432571fd1f2110472f20063cba2a347ac8;hp=74b3696242caf331aebf1df2d02f70cd53d2792e;hb=6999dd0f420346868c4c33424b826f634ba3d8bc;hpb=60c1f0f64d23003a19a07d6b9638542130f6641d;ds=sidebyside diff --git a/Config.in b/Config.in index 74b3696242..18555a4325 100644 --- a/Config.in +++ b/Config.in @@ -51,6 +51,13 @@ config CCACHE help Compiler cache; see http://ccache.samba.org/ +config SOURCE_FEEDS + string + prompt "Enter here external source feeds you want to include" if BUILDOPTS + default "https://svn.openwrt.org/openwrt/packages/" + help + Separate sources with spaces : " " + source "toolchain/Config.in" source "target/sdk/Config.in" @@ -86,16 +93,21 @@ menu "Target Images" config TARGET_ROOTFS_EXT2FS bool "ext2" default y if !USES_SQUASHFS && !USES_JFFS2 + default y if USES_EXT2 depends !TARGET_ROOTFS_INITRAMFS help Ext2 file system with some free space for uml images comment "Image Options" -source "target/image/*/Config.in" +source "target/linux/*/image/Config.in" + + config TARGET_ROOTFS_FSPART + int "Filesystem part size (in MB)" + depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS + default 16 endmenu -source "target/linux/Config.in" -source ".config.in" +source "tmp/.config.in"