diff options
author | Stanislav Brabec <sbrabec@suse.cz> | 2010-07-24 15:51:39 +0200 |
---|---|---|
committer | Stanislav Brabec <sbrabec@suse.cz> | 2010-07-24 15:51:39 +0200 |
commit | b634978194d9b8f2a833863c540ceb5458b41e45 (patch) | |
tree | bbbc489ca462d008eb0f5d082138ffbeee6059b4 /conf/machine | |
parent | cb83d228243cd792ed044c4f0a76fdd263eb1b9d (diff) |
akita.conf, spitz.conf: Set PREFERRED_PROVIDER for udev-compat to udev-compat141.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/akita.conf | 3 | ||||
-rw-r--r-- | conf/machine/spitz.conf | 3 |
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" |