move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Oct 2007 06:01:30 +0000 (06:01 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Oct 2007 06:01:30 +0000 (06:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9102 3c298f89-4303-0410-b956-a3cf2f4a3e73

Config.in

index 2f08b40..ce226e0 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -96,6 +96,13 @@ config AUTOREBUILD
        help
                Automatically rebuild packages when their files change
 
        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
 config TAR_VERBOSITY
        bool 
        prompt "Tar verbose" if BUILDOPTS
@@ -115,13 +122,6 @@ config SOURCE_FEEDS
        help
                Separate sources with spaces : " "
 
        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
 config SOURCE_FEEDS_REV
        string
        prompt "Revision for the source feed svn checkout" if BUILDOPTS
This page took 0.028251 seconds and 4 git commands to generate.