|
@@ -30,6 +30,12 @@ config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
|
|
This option allows Buildroot to get the AT91 Bootstrap 3
|
|
This option allows Buildroot to get the AT91 Bootstrap 3
|
|
source code from a Git repository.
|
|
source code from a Git repository.
|
|
|
|
|
|
|
|
+config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_SVN
|
|
|
|
+ bool "Custom SVN repository"
|
|
|
|
+ help
|
|
|
|
+ This option allows Buildroot to get the AT91 Bootstrap 3
|
|
|
|
+ source code from a Subversion repository
|
|
|
|
+
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
|
|
bool "Custom tarball"
|
|
bool "Custom tarball"
|
|
|
|
|
|
@@ -39,7 +45,7 @@ config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL_LOCATION
|
|
string "URL of custom AT91Bootstrap tarball"
|
|
string "URL of custom AT91Bootstrap tarball"
|
|
depends on BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
|
|
depends on BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
|
|
|
|
|
|
-if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
|
|
|
|
|
|
+if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT || BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_SVN
|
|
|
|
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL
|
|
string "URL of custom repository"
|
|
string "URL of custom repository"
|
|
@@ -47,7 +53,7 @@ config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_URL
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION
|
|
string "Custom repository version"
|
|
string "Custom repository version"
|
|
help
|
|
help
|
|
- Revision to use in the typical format used by Git
|
|
|
|
|
|
+ Revision to use in the typical format used by Git or SVN
|
|
E.G. a sha id, a tag, branch, ..
|
|
E.G. a sha id, a tag, branch, ..
|
|
|
|
|
|
endif
|
|
endif
|
|
@@ -57,7 +63,7 @@ config BR2_TARGET_AT91BOOTSTRAP3_VERSION
|
|
default "v4.0.0" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
|
|
default "v4.0.0" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION
|
|
default "v3.10.3" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION_3X
|
|
default "v3.10.3" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION_3X
|
|
default BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION \
|
|
default BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION \
|
|
- if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT
|
|
|
|
|
|
+ if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT || BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_SVN
|
|
default "custom" if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
|
|
default "custom" if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
|
|
|
|
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_PATCH_DIR
|
|
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_PATCH_DIR
|