diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-10 15:59:46 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-10 16:01:32 +0200 |
commit | babd953f5fdd682b6974904562758caf8c8848de (patch) | |
tree | bdfd5928c4bde35d7a2080e33be950bbafdaefd7 /linux/Config.in | |
parent | 82822efe43711a4b0199837da81c73d7fcae2a46 (diff) | |
download | buildroot-novena-babd953f5fdd682b6974904562758caf8c8848de.tar.gz buildroot-novena-babd953f5fdd682b6974904562758caf8c8848de.zip |
linux: document and default to sensible value for BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in index 148b85812..7595a4a1b 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -69,7 +69,11 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION string "Custom Git version" + default "HEAD" depends on BR2_LINUX_KERNEL_CUSTOM_GIT + help + Git revision to use in the format used by git rev-parse, + E.G. a sha id, a tag, branch, .. config BR2_LINUX_KERNEL_VERSION string |