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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/kernel/linux/modules/netsupport.mk 
b/package/kernel/linux/modules/netsupport.mk
index 178a00a3ee..836034ad12 100644
--- 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] [email protected] [email protected])
   DEPENDS:= +kmod-crypto-manager +kmod-crypto-pcbc +kmod-crypto-fcrypt
 endef
 
-- 
2.11.0


_______________________________________________
Lede-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to