Skip to content

Commit e033fa9

Browse files
committed
Fix wireguard dependencies.
1 parent b6bbf66 commit e033fa9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

layers/targets/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ KERNEL_MODULE_AUTOLOAD += "i2c-dev"
66

77
do_configure_prepend() {
88
kernel_configure_variable OVERLAY_FS y
9+
kernel_configure_variable CONFIG_NET_UDP_TUNNEL y
10+
kernel_configure_variable NET_FOU y
911
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DISTRO = "chirpstack-gateway-os"
22
DISTRO_NAME = "ChirpStack Gateway OS"
3-
DISTRO_VERSION = "3.3.0-test.1"
3+
DISTRO_VERSION = "3.3.0-test.2"
44

55
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"

meta/recipes-networking/wireguard-client-config/wireguard-client-config_1.0.1.bb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
55

66
# procps is needed to work around the following wireguard error:
77
# sysctl: invalid option -- 'r'
8-
RDEPENDS_${PN} = "wireguard-tools wireguard-module procps"
8+
# iproute2 is needed as busybox ip command does not implement all needed features.
9+
RDEPENDS_${PN} = "wireguard-tools wireguard-module procps iproute2"
910

1011
SRC_URI = " \
1112
file://wireguard.init \

0 commit comments

Comments
 (0)