summaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-11 12:56:35 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-11 12:56:35 -0800
commitbb4736056d846527cd73a0aaec61e8f555d0f6e6 (patch)
treef361a1bdcec5fafadcd472dd961fc250c132f0f5 /recipes/linux
parent71a9d34fe28362eccfa107f392309fb52bcbf158 (diff)
downloadopenembedded-bb4736056d846527cd73a0aaec61e8f555d0f6e6.tar.gz
linux-ixp4xx.inc: Add DEPENDS on zd1211-firmware
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-ixp4xx.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/linux/linux-ixp4xx.inc b/recipes/linux/linux-ixp4xx.inc
index f877672bd3..558738277b 100644
--- a/recipes/linux/linux-ixp4xx.inc
+++ b/recipes/linux/linux-ixp4xx.inc
@@ -21,7 +21,5 @@ CMDLINE += "${CMDLINE_DEBUG}"
CMDLINE += "${CMDLINE_CONSOLE}"
# Kernel module dependencies
-# (according to hrw, these should go in kernel.bbclass)
-
-DEPENDS_kernel-module-zd1211rw += "zd1211-firmware"
+DEPENDS += "zd1211-firmware"
RDEPENDS_kernel-module-zd1211rw += "zd1211-firmware"