|
@@ -54,6 +54,9 @@ config BR2_TARGET_UBOOT_CUSTOM_GIT
|
|
|
config BR2_TARGET_UBOOT_CUSTOM_HG
|
|
|
bool "Custom Mercurial repository"
|
|
|
|
|
|
+config BR2_TARGET_UBOOT_CUSTOM_SVN
|
|
|
+ bool "Custom Subversion repository"
|
|
|
+
|
|
|
endchoice
|
|
|
|
|
|
config BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE
|
|
@@ -64,7 +67,7 @@ config BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION
|
|
|
string "URL of custom U-Boot tarball"
|
|
|
depends on BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
|
|
|
|
|
-if BR2_TARGET_UBOOT_CUSTOM_GIT || BR2_TARGET_UBOOT_CUSTOM_HG
|
|
|
+if BR2_TARGET_UBOOT_CUSTOM_GIT || BR2_TARGET_UBOOT_CUSTOM_HG || BR2_TARGET_UBOOT_CUSTOM_SVN
|
|
|
|
|
|
config BR2_TARGET_UBOOT_CUSTOM_REPO_URL
|
|
|
string "URL of custom repository"
|
|
@@ -76,7 +79,7 @@ config BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION
|
|
|
default BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION \
|
|
|
if BR2_TARGET_UBOOT_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
|
|
@@ -88,7 +91,7 @@ config BR2_TARGET_UBOOT_VERSION
|
|
|
if BR2_TARGET_UBOOT_CUSTOM_VERSION
|
|
|
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
|
|
default BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION \
|
|
|
- if BR2_TARGET_UBOOT_CUSTOM_GIT || BR2_TARGET_UBOOT_CUSTOM_HG
|
|
|
+ if BR2_TARGET_UBOOT_CUSTOM_GIT || BR2_TARGET_UBOOT_CUSTOM_HG || BR2_TARGET_UBOOT_CUSTOM_SVN
|
|
|
|
|
|
config BR2_TARGET_UBOOT_PATCH
|
|
|
string "Custom U-Boot patches"
|