From 9ffd5ee4e96080051ff5a37c3dc376b0fe66699e Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Fri, 18 Nov 2011 23:08:19 +0000 Subject: 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) Signed-off-by: Peter Korsgaard --- linux/Config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'linux') 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" -- cgit v1.2.3