[Buildroot] [git commit] linux: remove default for custom kernel version

Peter Korsgaard jacmet at sunsite.dk
Mon Jan 16 15:25:52 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=9ffd5ee4e96080051ff5a37c3dc376b0fe66699e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

There already is a default kernel version, so it makes little sense to have
a default custom kernel version as well.  This default breaks the 'make
savedefconfig' if we want to force a specific version.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 linux/Config.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 6a40b20..bbef487 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -58,7 +58,6 @@ endchoice
 config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
 	string "Kernel version"
 	depends on BR2_LINUX_KERNEL_CUSTOM_VERSION
-	default "3.2.1"
 
 config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
 	string "URL of custom kernel tarball"


More information about the buildroot mailing list