diff options
Diffstat (limited to 'conf/machine/simpad.conf')
-rw-r--r-- | conf/machine/simpad.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index b928c72ca7..b227312589 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -2,8 +2,8 @@ #@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 -ZKERNEL_VERSION ?= "2.4" -require conf/include/simpad-${ZKERNEL_VERSION}.conf +MACHINE_KERNEL_VERSION ?= "2.4" +require conf/include/simpad-${MACHINE_KERNEL_VERSION}.conf TARGET_ARCH = "arm" PREFERRED_PROVIDER_xserver = "xserver-kdrive" |