]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
busybox: enable timeout utility by default
authorJohn Crispin <john@phrozen.org>
Fri, 23 Jan 2026 07:42:20 +0000 (08:42 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 24 Jun 2026 09:21:28 +0000 (11:21 +0200)
Small cost, but can be of use for non-interactive scripts.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/utils/busybox/Config-defaults.in

index 213a7ab73e71772aef43eefca3d34ca94f2a5c75..71175bddfc605ef881647068309a0996d1757607 100644 (file)
@@ -867,7 +867,7 @@ config BUSYBOX_DEFAULT_FEATURE_TEST_64
        default y
 config BUSYBOX_DEFAULT_TIMEOUT
        bool
-       default n
+       default y
 config BUSYBOX_DEFAULT_TOUCH
        bool
        default y