]> git.99rst.org Git - openwrt-packages.git/commitdiff
dockerd: update configuration to select TFTP modules
authorMieczyslaw Nalewaj <redacted>
Sun, 7 Jun 2026 18:26:51 +0000 (20:26 +0200)
committerJosef Schlehofer <redacted>
Thu, 2 Jul 2026 10:49:51 +0000 (12:49 +0200)
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 <redacted>
utils/dockerd/Config.in

index 0a380cc13e303af8364834a727aa6ceab8314562..78788b4acc341f8909a4b5b474172dff18d6f677 100644 (file)
@@ -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"
git clone https://git.99rst.org/PROJECT