From: Rod Whitby Date: Mon, 24 Sep 2007 08:54:29 +0000 (+0000) Subject: ixp4xx-kernel: Ensure zd1211-firmware is built, so it can be included in the rootfs... X-Git-Tag: Release-2010-05/1~8615 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98b11b82503e616d61b4c4b0e4b02fa429630dd;p=openembedded.git ixp4xx-kernel: Ensure zd1211-firmware is built, so it can be included in the rootfs if the kernel module is included. --- diff --git a/packages/linux/ixp4xx-kernel.inc b/packages/linux/ixp4xx-kernel.inc index 92bc34c987..af5f78b918 100644 --- a/packages/linux/ixp4xx-kernel.inc +++ b/packages/linux/ixp4xx-kernel.inc @@ -213,6 +213,7 @@ do_configure_prepend() { # Kernel module dependencies +DEPENDS += "zd1211-firmware" RDEPENDS_kernel-module-zd1211rw += "zd1211-firmware"