ixp4xx-kernel: Added zd1211rw module dependency on zd1211-firmware package
authorRod Whitby <rod@whitby.id.au>
Fri, 9 Mar 2007 12:56:04 +0000 (12:56 +0000)
committerRod Whitby <rod@whitby.id.au>
Fri, 9 Mar 2007 12:56:04 +0000 (12:56 +0000)
packages/linux/ixp4xx-kernel.inc
packages/linux/ixp4xx-kernel_2.6.20.bb

index b16c3d4..1c9d004 100644 (file)
@@ -211,6 +211,12 @@ do_configure_prepend() {
 
 }
 
+
+# Kernel module dependencies
+
+RDEPENDS_kernel-module-zd1211rw += "zd1211-firmware"
+
+
 # MACHID and LE handling
 #
 # This mach_fixup function adds the required prefix to the image to
index 94a0850..a2599d8 100644 (file)
@@ -16,7 +16,7 @@ IXP4XX_KERNEL_PATCH_DIR = "2.6.20"
 # the changes in SVN between revisions include changes in the
 # patches applied to the kernel, rather than simply defconfig
 # changes
-PR = "r2.${IXP4XX_KERNEL_SVN_REV}"
+PR = "r3.${IXP4XX_KERNEL_SVN_REV}"
 
 require ixp4xx-kernel.inc
 require ixp4xx-kernel-svnpatch.inc