openwrt/package/kernel/linux
Tony Ambardar ecc5324094 kernel: kmod-rxrpc: add missing dependencies
From commit dc0e6056de ("rxrpc: Fix missing dependency on NET_UDP_TUNNEL")
upstream, kmod-rxrpc uses functions enabled by CONFIG_NET_UDP_TUNNEL.

Add package dependencies on kmod-udptunnel4 and kmod-udptunnel6 to avoid
build errors like:

  Package kmod-rxrpc is missing dependencies for the following libraries:
    ip6_udp_tunnel.ko
    udp_tunnel.ko

This change applies to both kernels 5.15 and 6.1.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2023-05-28 07:45:50 +02:00
..
files kernel: netsupport: replace insmod by modprobe 2022-09-27 17:16:45 +02:00
modules kernel: kmod-rxrpc: add missing dependencies 2023-05-28 07:45:50 +02:00
Makefile build: fix issues with targets installed via feeds 2022-09-27 13:41:12 +02:00