git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb7545
)
kernel.bbclass: make aes-generic module provide aes
author
Thomas Kunze
<thommycheck@gmx.de>
Wed, 13 Aug 2008 00:32:16 +0000
(
00:32
+0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/classes/kernel.bbclass
b/classes/kernel.bbclass
index
2a335af
..
d0db4c7
100644
(file)
--- 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}