summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/akita.conf3
-rw-r--r--conf/machine/spitz.conf3
2 files changed, 6 insertions, 0 deletions
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"