From: Nicolas Thill Date: Wed, 3 Oct 2007 06:01:30 +0000 (+0000) Subject: move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=67bbf05f6789ea5a5a8977c10aedd6cf4e117989 move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options SVN-Revision: 9102 --- diff --git a/Config.in b/Config.in index 2f08b407f0..ce226e09f4 100644 --- a/Config.in +++ b/Config.in @@ -96,6 +96,13 @@ 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 @@ -115,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