kernel.bbclass: make aes-generic module provide aes
authorThomas Kunze <thommycheck@gmx.de>
Wed, 13 Aug 2008 00:32:16 +0000 (00:32 +0000)
committerThomas Kunze <thommycheck@gmx.de>
Wed, 13 Aug 2008 00:32:16 +0000 (00:32 +0000)
  * the kernel guys renamed the aes module wifi with wpa should work again

classes/kernel.bbclass

index 2a335af..d0db4c7 100644 (file)
@@ -233,6 +233,9 @@ ALLOW_EMPTY_kernel-image = "1"
 DEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround"
 RDEPENDS_kernel-module-dtl1-cs = "bluez-dtl1-workaround"
 
+# renamed modules
+RPROVIDES_kernel-module-aes-generic = "kernel-module-aes"
+
 pkg_postinst_kernel-image () {
 if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then
        mkdir -p $D/lib/modules/${KERNEL_VERSION}