summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>2013-09-02 22:07:56 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-27 08:09:01 +0100
commit4bff614528a189db82e6388604328c3dfdf4a62c (patch)
tree219a0a3158505cb4cc9ccf856a9250d5cceae08d /linux
parentf2c2193b0571c2f15a430edf5c179b20914d0a95 (diff)
downloadbuildroot-4bff614528a189db82e6388604328c3dfdf4a62c.tar.gz
buildroot-4bff614528a189db82e6388604328c3dfdf4a62c.zip
linux/uboot: line-up repository-related configuration options
Although the configuration options for custom repository locations and versions are very similar between the linux and uboot packages, there are some minor differences. This patch lines up both packages. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index a12102adf0..32426a328c 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -47,7 +47,7 @@ config BR2_LINUX_KERNEL_CUSTOM_TARBALL
specific kernel source tarball
config BR2_LINUX_KERNEL_CUSTOM_GIT
- bool "Custom Git tree"
+ bool "Custom Git repository"
help
This option allows Buildroot to get the Linux kernel source
code from a Git repository.
OpenPOWER on IntegriCloud