From fb6efb25483d906f36f89684d306376184431886 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Sun, 7 Jun 2026 20:26:51 +0200 Subject: [PATCH] dockerd: update configuration to select TFTP modules PR https://github.com/openwrt/openwrt/pull/23690 introduces the ability to add PACKAGE_kmod-nf-nathelper-tftp instead of PACKAGE_kmod-nf-nathelper-extra to reduce space usage. Signed-off-by: Mieczyslaw Nalewaj --- utils/dockerd/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dockerd/Config.in b/utils/dockerd/Config.in index 0a380cc13e303..78788b4acc341 100644 --- a/utils/dockerd/Config.in +++ b/utils/dockerd/Config.in @@ -61,7 +61,7 @@ menu "Network" bool "Includes ftp/tftp client kernel modules" default n select PACKAGE_kmod-nf-nathelper - select PACKAGE_kmod-nf-nathelper-extra + select PACKAGE_kmod-nf-nathelper-tftp endmenu menu "Storage"