From: Mieczyslaw Nalewaj Date: Sun, 7 Jun 2026 18:26:51 +0000 (+0200) Subject: dockerd: update configuration to select TFTP modules X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1d40ad929ad45cfbdf547996d0ba2379d9765172;p=openwrt-packages.git 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 --- diff --git a/utils/dockerd/Config.in b/utils/dockerd/Config.in index 0a380cc13..78788b4ac 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"