X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=4fc0d1a55f887ebe97b83baed2aec5304848687b;hb=7b7b3c5a1882c31bcb2ea06955b9245875041f18;hp=61d87a0a1cebda91e062a9265c26789a27c6f0b6;hpb=e7fcf19e52dcf0927e0d76bb464e79f71199e977;p=15.05%2Fopenwrt.git diff --git a/Config.in b/Config.in index 61d87a0a1c..4fc0d1a55f 100644 --- a/Config.in +++ b/Config.in @@ -425,6 +425,19 @@ menuconfig DEVEL In this instance, the --refererence option of git clone will be used thus creating a quick local clone of your repo. + config BUILD_LOG + bool "Enable log files during build process" if DEVEL + help + If enabled log files will be written to the ./log directory + + config SRC_TREE_OVERRIDE + bool "Enable package source tree override" if DEVEL + help + If enabled, you can force a package to use a git tree as source + code instead of the normal tarball. Create a symlink 'git-src' + in the package directory, pointing to the .git tree that you want + to pull the source code from + menuconfig TARGET_OPTIONS bool "Target Options" if DEVEL