diff options
author | John Crispin <john@openwrt.org> | 2007-10-14 02:15:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-14 02:15:37 +0000 |
commit | 1a3c4d109008e36e8d158670cf461f131d13f75e (patch) | |
tree | 5ee2d061ce0c569c159d99300db5d821b264b0bc /Config.in | |
parent | 3568f0c247fda145643fd6395fab6d440ab1e83c (diff) | |
download | upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.tar.gz upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.tar.bz2 upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.zip |
add possibility to set default .config values
SVN-Revision: 9300
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -144,8 +144,17 @@ config SOURCE_FEEDS_REV source "toolchain/Config.in" +menuconfig BUILDSYSTEM_SETTINGS + bool "Buildsystem settings" + +config DOWNLOAD_FOLDER + string + prompt "Download folder" + default "" + depends BUILDSYSTEM_SETTINGS source "target/imagebuilder/Config.in" source "target/sdk/Config.in" source "tmp/.config-package.in" + |