From 8119784b65dedfdcfc9f189508c8f43d7fa94513 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 19 Jul 2007 12:09:52 +0000 Subject: Add optionnal support for a BUILD_DIR suffix (#2057) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8050 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 705c24ad2..5518290f4 100644 --- a/Config.in +++ b/Config.in @@ -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" -- cgit v1.2.3