From b634978194d9b8f2a833863c540ceb5458b41e45 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Sat, 24 Jul 2010 15:51:39 +0200 Subject: akita.conf, spitz.conf: Set PREFERRED_PROVIDER for udev-compat to udev-compat141. --- conf/machine/akita.conf | 3 +++ conf/machine/spitz.conf | 3 +++ 2 files changed, 6 insertions(+) (limited to 'conf') diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index 4afa515c32..d2ff69eab5 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -21,3 +21,6 @@ MACHINE_DISPLAY_PPI = "216" UBOOT_MACHINE = "akita_config" UBOOT_ENTRYPOINT = "0xA1000000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" + +# udev-141 is the latest version that works with linux-2.6.26-RP +PREFERRED_PROVIDER_udev-compat = "udev-compat141" diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 0b5331eb44..314d346319 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -27,3 +27,6 @@ MACHINE_DISPLAY_PPI = "216" UBOOT_MACHINE = "akita_config" UBOOT_ENTRYPOINT = "0xA1000000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" + +# udev-141 is the latest version that works with linux-2.6.26-RP +PREFERRED_PROVIDER_udev-compat = "udev-compat141" -- cgit 1.2.3-korg