projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d7fcd
)
kernel: kmod-rxrpc: handle renamed kernel module
author
Hauke Mehrtens
<
[email protected]
>
Sun, 12 Nov 2017 21:15:14 +0000
(22:15 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 16 Dec 2017 21:14:12 +0000
(22:14 +0100)
The kernel module was renamed with kernel 4.11, handle that in the
package definition.
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/kernel/linux/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index 178a00a3ee46d99c07efa5c2191815eaf40244fe..836034ad122574b287307985cc2ff5f941052903 100644
(file)
--- a/
package/kernel/linux/modules/netsupport.mk
+++ b/
package/kernel/linux/modules/netsupport.mk
@@
-925,9
+925,10
@@
define KernelPackage/rxrpc
CONFIG_RXKAD=m \
CONFIG_AF_RXRPC_DEBUG=n
FILES:= \
- $(LINUX_DIR)/net/rxrpc/af-rxrpc.ko \
+ $(LINUX_DIR)/net/rxrpc/
[email protected]
\
+ $(LINUX_DIR)/net/rxrpc/
[email protected]
\
$(LINUX_DIR)/net/rxrpc/
[email protected]
- AUTOLOAD:=$(call AutoLoad,30,
[email protected]
af-rxrpc)
+ AUTOLOAD:=$(call AutoLoad,30,
[email protected]
af-rxrpc
[email protected]
[email protected]
)
DEPENDS:= +kmod-crypto-manager +kmod-crypto-pcbc +kmod-crypto-fcrypt
endef