diff options
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/atngw100.conf | 1 | ||||
| -rw-r--r-- | conf/machine/palmt650.conf | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index ecfd2d4fee..f82d446d68 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -5,7 +5,6 @@ TARGET_ARCH = "avr32" PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_VERSION_linux = "2.6.28" PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 diff --git a/conf/machine/palmt650.conf b/conf/machine/palmt650.conf index 272c0dca1c..f81ade3d2e 100644 --- a/conf/machine/palmt650.conf +++ b/conf/machine/palmt650.conf @@ -12,6 +12,9 @@ GUI_MACHINE_CLASS = "bigscreen" MACHINE_EXTRA_RRECOMMENDS += "kernel-module-snd-pxa2xx-ac97 \ kernel-module-pxa27x-keyboard \ - kernel-module-wm97xx-ts" + kernel-module-wm97xx-ts \ + " + +MACHINE_EXTRA_RDEPENDS += "palmt650-keyboard-modmap" module_autoload_g_ether = "g_ether" |
