summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind)2011-11-19 00:08:19 +0100
committerPeter Korsgaard2012-01-16 16:25:52 +0100
commit9ffd5ee4e96080051ff5a37c3dc376b0fe66699e (patch)
treebd4857a403643d86258f1478baa5133efa39d555 /linux
parentNew package: kmod (diff)
downloadbuildroot-9ffd5ee4e96080051ff5a37c3dc376b0fe66699e.tar.gz
buildroot-9ffd5ee4e96080051ff5a37c3dc376b0fe66699e.tar.xz
buildroot-9ffd5ee4e96080051ff5a37c3dc376b0fe66699e.zip
linux: remove default for custom kernel version
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>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 6a40b20fd..bbef487c9 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"