X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=config%2FConfig-devel.in;h=09311751b42bf984b43554f9e8a3aa48d86e618c;hb=72c3ea603f426208fdb29ed3f31a66b8621f036f;hp=fd57bcbccd2773026da577b0abc683bbdc989634;hpb=2c1b67136203729dea719ca40a33b44a0c73defb;p=openwrt-github%2F.git diff --git a/config/Config-devel.in b/config/Config-devel.in index fd57bcbccd..09311751b4 100644 --- a/config/Config-devel.in +++ b/config/Config-devel.in @@ -62,6 +62,24 @@ menuconfig DEVEL This will create a git clone of the kernel in your build directory. + 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