X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=Config.in;h=0bced5c0214bf9a0f06c54eaefaf0711f7957b3a;hp=cdc7b6e2ddb354d185b90ac4bb30eda5c6551a65;hb=90237dd18c8792fd9c08a637623c011c8734c900;hpb=295d0a7e82f5b8deb238c34a9d5291f9b71c690a diff --git a/Config.in b/Config.in index cdc7b6e2dd..0bced5c021 100644 --- a/Config.in +++ b/Config.in @@ -12,60 +12,6 @@ config HAVE_DOT_CONFIG source "target/Config.in" -config ALL - bool "Select all packages by default" - default n - -menuconfig DEVEL - bool "Advanced configuration options (for developers)" - default n - select BUILDOPTS - select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN - -config BROKEN - bool "Show broken platforms / packages" if DEVEL - default n - -menuconfig BUILDOPTS - bool "Build Options" if DEVEL - -config AUTOREBUILD - bool - prompt "Automatic rebuild of packages" if BUILDOPTS - default y - help - Automatically rebuild packages when their files change - -config TAR_VERBOSITY - bool - prompt "Tar verbose" if BUILDOPTS - default n - -config JLEVEL - int - prompt "Number of jobs to run simultaneously" if BUILDOPTS - default "1" - help - Number of jobs to run simultanesouly - -config CCACHE - bool - prompt "Use ccache" if BUILDOPTS - default n - 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/imagebuilder/Config.in" -source "target/sdk/Config.in" - menu "Target Images" config TARGET_ROOTFS_INITRAMFS bool "ramdisk" @@ -123,5 +69,63 @@ source "target/linux/*/image/Config.in" endmenu -source "tmp/.config.in" + +config ALL + bool "Select all packages by default" + default n + +menuconfig DEVEL + bool "Advanced configuration options (for developers)" + default n + select BUILDOPTS + select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN + +config BROKEN + bool "Show broken platforms / packages" if DEVEL + default n + +config LOCALMIRROR + string "Local mirror for source packages" if DEVEL + +menuconfig BUILDOPTS + bool "Build Options" if DEVEL + +config AUTOREBUILD + bool + prompt "Automatic rebuild of packages" if BUILDOPTS + default y + help + Automatically rebuild packages when their files change + +config TAR_VERBOSITY + bool + prompt "Tar verbose" if BUILDOPTS + default n + +config JLEVEL + int + prompt "Number of jobs to run simultaneously" if BUILDOPTS + default "1" + help + Number of jobs to run simultanesouly + +config CCACHE + bool + prompt "Use ccache" if BUILDOPTS + default n + 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/imagebuilder/Config.in" +source "target/sdk/Config.in" + +source "tmp/.config-package.in"