Переглянути джерело

kernel: kmod-rxrpc: handle renamed kernel module

The kernel module was renamed with kernel 4.11, handle that in the
package definition.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 8 роки тому
батько
коміт
ac27f3867a
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      package/kernel/linux/modules/netsupport.mk

+ 3 - 2
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