diff options
| author | Nicolas Thill <nico@openwrt.org> | 2007-10-03 06:01:30 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2007-10-03 06:01:30 +0000 |
| commit | d7fe0ca7a006da5f802522727e55e1565f398c8f (patch) | |
| tree | a26227e3238b9d04d1e89027bd2dda8a7991d277 | |
| parent | 458ce0cb5c21c5a0c6ef554fdd19a97f35e961e6 (diff) | |
| download | upstream-d7fe0ca7a006da5f802522727e55e1565f398c8f.tar.gz upstream-d7fe0ca7a006da5f802522727e55e1565f398c8f.tar.bz2 upstream-d7fe0ca7a006da5f802522727e55e1565f398c8f.zip | |
move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options
SVN-Revision: 9102
| -rw-r--r-- | Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Config.in b/Config.in index 2f08b407f03..ce226e09f4b 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 |
