From 2859cd17d7a2a716505545c22f78432bcbe40482 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 14 Apr 2009 20:21:56 +1000 Subject: palmt650: use palmt650-keyboard-modmap on t650 to make kbd work right --- conf/machine/palmt650.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conf/machine') 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" -- cgit v1.2.3 From 86b32dfe8e1199d799539a51dfe76955a321f65d Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 14 Apr 2009 15:55:51 +0200 Subject: atngw100: do not set kernel version in machine config --- conf/machine/atngw100.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine') 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 -- cgit v1.2.3