move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options
[openwrt.git] / Config.in
index 9f92883..ce226e0 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -96,18 +96,18 @@ config AUTOREBUILD
        help
                Automatically rebuild packages when their files change
 
+config BUILD_SUFFIX
+       string
+       prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
+       default ""
+       help
+               Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
+
 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
@@ -122,13 +122,6 @@ config SOURCE_FEEDS
        help
                Separate sources with spaces : " "
 
-config BUILD_SUFFIX
-       string
-       prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
-       default ""
-       help
-               Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
-
 config SOURCE_FEEDS_REV
        string
        prompt "Revision for the source feed svn checkout" if BUILDOPTS
This page took 0.026017 seconds and 4 git commands to generate.