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 | f0245f90e7e4ead957b7bdc0a93a9877a0facfa3 (patch) | |
| tree | 676629984484f28c25eaeda3f90f404fb4ee5b3e | |
| parent | 619ab61b95e73f58bd0a17e384a48309c62d20e2 (diff) | |
| download | upstream-f0245f90e7e4ead957b7bdc0a93a9877a0facfa3.tar.gz upstream-f0245f90e7e4ead957b7bdc0a93a9877a0facfa3.tar.bz2 upstream-f0245f90e7e4ead957b7bdc0a93a9877a0facfa3.zip | |
move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9102 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 |
