diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-17 15:39:39 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-17 15:39:39 +0000 |
commit | 9fa8c781ca71c751c09dbcb96363f66e1a455837 (patch) | |
tree | 0348f4489e783a511f5d22e0c2f71eed2b60ffb6 /conf/machine/spitz.conf | |
parent | aa0b5a6e4c84b971c70cb4fd73a0e256f8c81a5e (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/17 16:03:27+01:00 rpsys.net!RP
Tidy up 2.4 kernel modules for c7x0, akita and spitz
2005/05/17 15:38:04+01:00 rpsys.net!RP
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/oe/openembedded
2005/05/17 15:37:40+01:00 rpsys.net!RP
Enable KERNEL_VERSION setting for akita/spitz
BKrev: 428a103b1w_wa23ZJ2H4zvVhGjzUIw
Diffstat (limited to 'conf/machine/spitz.conf')
-rw-r--r-- | conf/machine/spitz.conf | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 76035c1889..a0c990524e 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -2,10 +2,10 @@ #@NAME: Sharp Zaurus SL-C3000 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device -include conf/machine/zaurus-clamshell.conf -include conf/machine/zaurus-clamshell-2.4.conf +KERNEL_VERSION ?= "2.4" -PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa27x" +include conf/machine/zaurus-clamshell.conf +include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs" PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs" @@ -15,13 +15,6 @@ PIVOTBOOT_EXTRA_RRECOMMENDS += "" BOOTSTRAP_EXTRA_DEPENDS += "hdparm" BOOTSTRAP_EXTRA_RDEPENDS += "hdparm" -# BI Module -BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxa27x-bi" - -# USB Host Modules -BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \ - kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb kernel-module-bfusb" - IMAGE_FSTYPES = "jffs2 tar" ROOT_FLASH_SIZE = "100" |