X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-devel.in;h=09311751b42bf984b43554f9e8a3aa48d86e618c;hb=736bb2f1a567359b332faf2ac57d8b3fa8644d35;hp=5e5c857b42678eaccc798ad9f8bbc530f6f5c0e7;hpb=1f939e14607a6ec596d6cc1c5f55a97a824da145;p=15.05%2Fopenwrt.git diff --git a/config/Config-devel.in b/config/Config-devel.in index 5e5c857b42..09311751b4 100644 --- a/config/Config-devel.in +++ b/config/Config-devel.in @@ -64,12 +64,22 @@ menuconfig DEVEL config KERNEL_GIT_LOCAL_REPOSITORY string "Enter path to local reference repository" if DEVEL + depends on (KERNEL_GIT_CLONE_URI != "") default "" help Enter a full pathname to a local reference git repository. In this instance, the --refererence option of git clone will be used thus creating a quick local clone of your repo. + config KERNEL_GIT_BRANCH + string "Enter git branch to clone" if DEVEL + depends on (KERNEL_GIT_CLONE_URI != "") + default "" + help + Enter the branch name to checkout after cloning the git repository. + In this instance, the --branch option of git clone will be used. + If unused, the clone's repository HEAD will be checked-out. + config BUILD_LOG bool "Enable log files during build process" if DEVEL help