summaryrefslogtreecommitdiff
path: root/linux/Config.in
diff options
context:
space:
mode:
authorPauli Sundberg <susundberg@gmail.com>2016-03-29 20:22:58 +0300
committerPeter Korsgaard <peter@korsgaard.com>2016-04-05 22:28:09 +0200
commit986fa441e49cc180f77704699a6d2bb3627bf86a (patch)
treef7a2eec89f3bb0eb2631f7a99ad246b14cc5bdf4 /linux/Config.in
parent1a807b4a893db66862b00c4ea3d9992af02a76e1 (diff)
linux: Add custom Subversion repository support for the package
Signed-off-by: Pauli Sundberg <susundberg@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 49b6994fe..9f0267d13 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -63,6 +63,12 @@ config BR2_LINUX_KERNEL_CUSTOM_HG
This option allows Buildroot to get the Linux kernel source
code from a Mercurial repository.
+config BR2_LINUX_KERNEL_CUSTOM_SVN
+ bool "Custom Subversion repository"
+ help
+ This option allows Buildroot to get the Linux kernel source
+ code from a Subversion repository.
+
config BR2_LINUX_KERNEL_CUSTOM_LOCAL
bool "Local directory"
help
@@ -79,7 +85,7 @@ config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
string "URL of custom kernel tarball"
depends on BR2_LINUX_KERNEL_CUSTOM_TARBALL
-if BR2_LINUX_KERNEL_CUSTOM_GIT || BR2_LINUX_KERNEL_CUSTOM_HG
+if BR2_LINUX_KERNEL_CUSTOM_GIT || BR2_LINUX_KERNEL_CUSTOM_HG || BR2_LINUX_KERNEL_CUSTOM_SVN
config BR2_LINUX_KERNEL_CUSTOM_REPO_URL
string "URL of custom repository"
@@ -91,7 +97,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION
default BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION \
if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != "" # legacy
help
- Revision to use in the typical format used by Git/Mercurial
+ Revision to use in the typical format used by Git/Mercurial/Subversion
E.G. a sha id, a tag, branch, ..
endif
@@ -109,7 +115,7 @@ config BR2_LINUX_KERNEL_VERSION
if BR2_LINUX_KERNEL_CUSTOM_VERSION
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
default BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION \
- if BR2_LINUX_KERNEL_CUSTOM_GIT || BR2_LINUX_KERNEL_CUSTOM_HG
+ if BR2_LINUX_KERNEL_CUSTOM_GIT || BR2_LINUX_KERNEL_CUSTOM_HG || BR2_LINUX_KERNEL_CUSTOM_SVN
default "custom" if BR2_LINUX_KERNEL_CUSTOM_LOCAL
#