aboutsummaryrefslogtreecommitdiffstats
path: root/classes/kernel.bbclass
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-08-13 00:32:16 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-08-13 00:32:16 +0000
commit6dfd7b3a5ca6a6611d4b6e2c7a5c518d913b70f8 (patch)
tree4dff311a461a92503a54719cb976fa02c4d6521d /classes/kernel.bbclass
parent5cb7545449037d130410cea5eded1ff2791b28ed (diff)
downloadopenembedded-6dfd7b3a5ca6a6611d4b6e2c7a5c518d913b70f8.tar.gz
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/kernel.bbclass')
-rw-r--r--classes/kernel.bbclass3
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}