From 12ebf5714c58cecdb19dbd9266ace5e9380562b0 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 9 Mar 2010 12:08:35 -0600 Subject: remove -mm linux patch options The -mm tree is really no longer available since the -next tree was created for testing. It's not even listed on the kernel.org site any longer. Plus, the last one that was published as available was pretty old, 2.6.28-rc2-mm1. Remove all the -mm patch stuff from Buildroot to clean up the Linux kernel selection. Signed-off-by: H Hartley Sweeten Signed-off-by: Peter Korsgaard --- target/linux/Config.in.versions | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/Config.in.versions') diff --git a/target/linux/Config.in.versions b/target/linux/Config.in.versions index 7526bf644..c8bc09a4b 100644 --- a/target/linux/Config.in.versions +++ b/target/linux/Config.in.versions @@ -13,10 +13,6 @@ config LINUX26_LATEST_GIT_VERSION string default "2.6.30-rc4-git4" if BR2_KERNEL_ADD_LATEST_SNAPSHOT -config LINUX26_LATEST_MM_VERSION - string - default "2.6.28-rc2-mm1" if BR2_KERNEL_ADD_LATEST_MM_PATCH - config BR2_KERNEL_CURRENT_VERSION string default "2.6.32.9" -- cgit v1.2.3