diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-04-24 07:53:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-04-24 07:53:05 +0000 |
commit | 66eec7d1bcad5f3814a0ec66a57b68632596a796 (patch) | |
tree | 5b08502fefc656cdded3f5e62a776a2915693db3 /conf | |
parent | f02d09948c986847f8e07d89f771f6f0105c05b2 (diff) |
last bits to fix the warning on CXK kernels
BKrev: 426b5061D6UY6f75RR0GL3w1SrBs5Q
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/akita.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index d37deaeade..d3d34354e0 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -7,6 +7,11 @@ include conf/machine/zaurus-clamshell-2.4.conf PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa27x" +# 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" + ROOT_FLASH_SIZE = "64" |