diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2010-03-09 12:08:35 -0600 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-10 14:49:05 +0100 |
commit | 12ebf5714c58cecdb19dbd9266ace5e9380562b0 (patch) | |
tree | 004e15f02f32e0bdadcfa459f6c2d47b7af02f68 /target/linux/Config.in.versions | |
parent | 32ae5854dd1a1c77c9019932f248eb2dc1f1d565 (diff) |
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 <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/linux/Config.in.versions')
-rw-r--r-- | target/linux/Config.in.versions | 4 |
1 files changed, 0 insertions, 4 deletions
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" |