mirror of
https://github.com/openwrt/openwrt.git
synced 2026-04-29 21:15:06 +04:00
Adds support for using a local clone of a git tree
SVN-Revision: 12941
This commit is contained in:
@@ -159,6 +159,26 @@ config EXTERNAL_KERNEL_TREE
|
||||
prompt "Use external kernel tree" if BUILDOPTS
|
||||
default ""
|
||||
|
||||
config KERNEL_GIT_CLONE_URI
|
||||
string
|
||||
prompt "Enter git repository to clone" if BUILDOPTS
|
||||
default ""
|
||||
help
|
||||
Enter the full git repository path i.e.:
|
||||
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
||||
This will create a git clone of the kernel in your build
|
||||
directory.
|
||||
|
||||
|
||||
config KERNEL_GIT_LOCAL_REPOSITORY
|
||||
string
|
||||
prompt "Enter path to local reference repository" if BUILDOPTS
|
||||
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.
|
||||
|
||||
source "toolchain/Config.in"
|
||||
|
||||
source "target/imagebuilder/Config.in"
|
||||
|
||||
Reference in New Issue
Block a user