diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-04-23 17:54:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-04-23 17:54:58 +0000 |
commit | 51eff6b03ab2f34aa4c6b263948e4bb557a2d7d9 (patch) | |
tree | b13876361eacfb3fa1cd081c8ee8a1c1daa51504 /conf/machine | |
parent | 4f77782520cb29333b61aaf76b4d60ca6230447f (diff) |
refactor zaurus-clamshell-2.4.conf plus derived configs
BKrev: 426a8bf2dT5IoHTV9oP188nh1qiy9Q
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/akita.conf | 12 | ||||
-rw-r--r-- | conf/machine/c7x0.conf | 4 | ||||
-rw-r--r-- | conf/machine/spitz.conf | 4 | ||||
-rw-r--r-- | conf/machine/zaurus-clamshell-2.4.conf | 2 |
4 files changed, 17 insertions, 5 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index e69de29bb2..d37deaeade 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -0,0 +1,12 @@ +#@TYPE: Machine +#@NAME: Sharp Zaurus SL-C1000 +#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device + +include conf/machine/zaurus-clamshell.conf +include conf/machine/zaurus-clamshell-2.4.conf + +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa27x" + +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa27x-bi" + +ROOT_FLASH_SIZE = "64" diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index 5426795dea..173f049669 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -4,9 +4,11 @@ KERNEL_VERSION ?= "2.4" +include conf/machine/zaurus-clamshell.conf include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa-bi" + 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 diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 7d65f7e9de..f7130ed6bf 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -11,8 +11,6 @@ PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs" PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs" PIVOTBOOT_EXTRA_RRECOMMENDS += "" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ -kernel-module-net-fd kernel-module-registers kernel-module-pxa27x-bi \ -kernel-module-usbdcore kernel-module-usbdmonitor chkhinge pivotinit" +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa27x-bi" ROOT_FLASH_SIZE = "16" diff --git a/conf/machine/zaurus-clamshell-2.4.conf b/conf/machine/zaurus-clamshell-2.4.conf index b3e7854693..eec59f5765 100644 --- a/conf/machine/zaurus-clamshell-2.4.conf +++ b/conf/machine/zaurus-clamshell-2.4.conf @@ -5,6 +5,6 @@ pcmcia-cs apmd hostap-modules orinoco-modules sharp-sdmmc-support chkhinge \ hostap-utils prism3-firmware prism3-support" BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules-cs sharp-sdmmc-support \ -pcmcia-cs apm kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ +pcmcia-cs apm kernel-module-net-fd kernel-module-registers \ kernel-module-usbdcore kernel-module-usbdmonitor chkhinge \ hostap-utils prism3-firmware prism3-support" |