From 11253491d846abdca51fc04c7907f080f781c845 Mon Sep 17 00:00:00 2001 From: syntheticbit <32957844+syntheticbit@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:11:22 -0500 Subject: [PATCH] Update openwrt.yaml - add ula_prefix to network config https://discuss.linuxcontainers.org/t/openwrt-images-dont-generate-ula-prefix/22561 Signed-off-by: syntheticbit <32957844+syntheticbit@users.noreply.github.com> --- images/openwrt.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/openwrt.yaml b/images/openwrt.yaml index 67598ce2..341dcd6f 100644 --- a/images/openwrt.yaml +++ b/images/openwrt.yaml @@ -326,6 +326,9 @@ files: option ifname 'eth0' option proto 'dhcpv6' + config globals 'globals' + option ula_prefix 'auto' + packages: manager: opkg update: false