diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-13 00:32:16 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-13 00:32:16 +0000 |
commit | 6dfd7b3a5ca6a6611d4b6e2c7a5c518d913b70f8 (patch) | |
tree | 4dff311a461a92503a54719cb976fa02c4d6521d /classes | |
parent | 5cb7545449037d130410cea5eded1ff2791b28ed (diff) |
kernel.bbclass: make aes-generic module provide aes
* the kernel guys renamed the aes module wifi with wpa should work again
Diffstat (limited to 'classes')
-rw-r--r-- | classes/kernel.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 2a335af0b6..d0db4c70d2 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -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} |