diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-11-11 20:11:02 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-11-11 20:11:02 +0000 |
commit | 6879d344a341adfef424ddecb71133a1bf16c1fd (patch) | |
tree | dcd4bc342969ba82641e617a172d1bc1e9bc8973 /conf/machine/simpad.conf | |
parent | 175d585900b3623b3e0e1561ff671296b8b80555 (diff) |
simpad: making the default kernel 2.6
* Reasons, nobody in oe is using 2.4 anymore and 2.6 seems to be stable
Diffstat (limited to 'conf/machine/simpad.conf')
-rw-r--r-- | conf/machine/simpad.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 3b527293df..ab3da912ba 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -2,7 +2,7 @@ #@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD #@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices -MACHINE_KERNEL_VERSION ?= "2.4" +MACHINE_KERNEL_VERSION ?= "2.6" TARGET_ARCH = "arm" |