diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:29:37 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-29 21:29:37 +0100 |
commit | ce34c40212d02a1ca5d9d74daad21cca67a5dd37 (patch) | |
tree | e408c3382b6fd45e2d95041d961b34659bd9f4c8 /recipes/linux/linux-kirkwood_2.6.32-rc4.bb | |
parent | beb449962d53005af62c8141effb0e0723e0b49d (diff) |
linux-kirkwood: added sound driver for openrd-client
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.32-rc4.bb')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.32-rc4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/linux/linux-kirkwood_2.6.32-rc4.bb b/recipes/linux/linux-kirkwood_2.6.32-rc4.bb index bf33146fb4..7791dc87d1 100644 --- a/recipes/linux/linux-kirkwood_2.6.32-rc4.bb +++ b/recipes/linux/linux-kirkwood_2.6.32-rc4.bb @@ -14,6 +14,8 @@ SRCREV = "1f76e2412659d2619ccd933d0ffd15e6253b1c4e" SRC_URI = "git://repo.or.cz/linux-2.6/linux-2.6-openrd.git;protocol=git \ file://defconfig" +SRC_URI_append_openrd-client += "file://0003-ARM-Kirkwood-Sound-Sound-driver-added.patch;patch=1" + # update machine types list for ARM architecture, only for machines that need it do_arm_mach_types() { # if test ${MACHINE} == openrd-base || test ${MACHINE} == openrd-client; then |