[Armadeus-commitlog] SF.net SVN: armadeus: [706] trunk/buildroot/target/device/armadeus/Config. in
Brought to you by:
sszy
|
From: <jo...@us...> - 2007-11-23 21:17:45
|
Revision: 706
http://armadeus.svn.sourceforge.net/armadeus/?rev=706&view=rev
Author: jorasse
Date: 2007-11-23 13:17:39 -0800 (Fri, 23 Nov 2007)
Log Message:
-----------
[kernel] set linux kernel 2.6.23.1 as default kernel
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/Config.in
Modified: trunk/buildroot/target/device/armadeus/Config.in
===================================================================
--- trunk/buildroot/target/device/armadeus/Config.in 2007-11-23 21:03:34 UTC (rev 705)
+++ trunk/buildroot/target/device/armadeus/Config.in 2007-11-23 21:17:39 UTC (rev 706)
@@ -61,12 +61,12 @@
http://www.kernel.org/
choice
prompt "Linux kernel version"
- default BR2_PACKAGE_LINUX_VERSION_2_6_12
+ default BR2_PACKAGE_LINUX_VERSION_2_6_23_1
depends on BR2_PACKAGE_LINUX_ARM
help
Linux kernel version you want to use with your Armadeus board.
- If you plan to use MMC/SD cards then choose 2.6.18.1, otherwise 2.6.12
- should be sufficient and is more used/tested.
+ If you plan to use MMC/SD cards then choose 2.6.18.1 or later,
+ otherwise 2.6.12 should be sufficient and is more used/tested.
config BR2_PACKAGE_LINUX_VERSION_2_6_12
bool "2.6.12"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|