diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/c7x0.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index 5caa6defae..5426795dea 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -2,12 +2,11 @@ #@NAME: Sharp Zaurus SL-C7x0 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices -include conf/machine/zaurus-clamshell.conf - KERNEL_VERSION ?= "2.4" include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf ROOT_FLASH_SIZE = "32" - # yes, the husky has 64MB, I know... Be happy, that way you can install more software :) + +include conf/machine/zaurus-clamshell.conf |