linux: remove default for custom kernel version
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 18 Nov 2011 23:08:19 +0000 (23:08 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jan 2012 15:25:52 +0000 (16:25 +0100)
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@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/Config.in

index 6a40b20fd5a7f6ea3ca6df51654f440fbbd92023..bbef487c93f1d1eb00129379c8213626f5add5c8 100644 (file)
@@ -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"