[Buildroot] [PATCH 06/12] linux: allow specification of a custom Git repository as a source

Peter Korsgaard jacmet at uclibc.org
Mon Jul 11 19:35:13 UTC 2011


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  linux/Config.in |   15 +++++++++++++++
 Thomas>  linux/linux.mk  |    3 +++
 Thomas>  2 files changed, 18 insertions(+), 0 deletions(-)

 Thomas> diff --git a/linux/Config.in b/linux/Config.in
 Thomas> index bf16ddf..4a17cba 100644
 Thomas> --- a/linux/Config.in
 Thomas> +++ b/linux/Config.in
 Thomas> @@ -47,6 +47,12 @@ config BR2_LINUX_KERNEL_CUSTOM_TARBALL
 Thomas>  	  This option allows to specify the http or ftp location of a
 Thomas>  	  specific kernel source tarball
 
 Thomas> +config BR2_LINUX_KERNEL_CUSTOM_GIT
 Thomas> +        bool "Custom Git tree"

Wrong indentation.
 
 Thomas> +config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
 Thomas> +        string "URL of custom Git repository"

Here as well.

 Thomas> +config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
 Thomas> +        string "Custom Git version"

And here.

Otherwise it looks good.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list