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/akita.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/akita.conf')
-rw-r--r-- | conf/machine/akita.conf | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index d3d34354e0..cfcc411671 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -2,16 +2,9 @@ #@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" +KERNEL_VERSION ?= "2.4" -# 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" +include conf/machine/zaurus-clamshell.conf +include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf ROOT_FLASH_SIZE = "64" |