diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-10-21 14:02:35 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-10-21 14:02:35 +0000 |
commit | e9295ddfb6d421be0969e0abed8f287bc52d8cfa (patch) | |
tree | 54b9d1d98de097cf86f461bcf8e83dd15f1ef70a /conf/machine | |
parent | 7ad72dde72acfda81564bd84ee6ee8a1f6d8263e (diff) |
magician.conf: correct recommended kernel modules
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/magician.conf | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/conf/machine/magician.conf b/conf/machine/magician.conf index 4c90973b7f..e5a31ca680 100644 --- a/conf/machine/magician.conf +++ b/conf/machine/magician.conf @@ -28,14 +28,13 @@ XSERVER = "xserver-kdrive-fbdev" PREFERRED_VERSION_orinoco-modules = "0.15rc1" -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \ - kernel-module-nls-iso8859-1 \ - kernel-module-nls-utf8 \ - kernel-module-af-key \ - kernel-module-i2c-pxa \ - kernel-module-hx4700-voltage \ - kernel-module-hx4700-acx \ - kernel-module-snd-hx4700-audio" +MACHINE_EXTRA_RRECOMMENDS = " \ + kernel-module-leds-magician \ + kernel-module-magician-ts \ + kernel-module-pxaficp-ir \ + kernel-module-uinput \ + kernel-module-hci-usb \ + " # # Modules autoload and other boot properties |