diff options
-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 |