diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-19 12:09:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-19 12:09:52 +0000 |
commit | 9660a2cc4b8e0bfcff3c2ec2ad4a38d879d68233 (patch) | |
tree | 8585af18947821a254a995e1a8692f78fc8435bf /Config.in | |
parent | 34be0d067f2b11a020bcc01926a6b986f093ca92 (diff) | |
download | upstream-9660a2cc4b8e0bfcff3c2ec2ad4a38d879d68233.tar.gz upstream-9660a2cc4b8e0bfcff3c2ec2ad4a38d879d68233.tar.bz2 upstream-9660a2cc4b8e0bfcff3c2ec2ad4a38d879d68233.zip |
Add optionnal support for a BUILD_DIR suffix (#2057)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -123,6 +123,13 @@ 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 + source "toolchain/Config.in" source "target/imagebuilder/Config.in" source "target/sdk/Config.in" |