diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-03 22:24:48 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-03 22:24:48 +0200 |
| commit | 1882cf2a1bd65afcc429774863ecd36a5639a855 (patch) | |
| tree | 55fc32b4ed9f3b8d3e9ab956bbb86c86d0c5ce1f /package | |
| parent | 140029e37c142356d912a283583ab79bd4586ff0 (diff) | |
busybox: disable ip link can by default
Diffstat (limited to 'package')
| -rw-r--r-- | package/busybox/config/networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 028fbdba6..9ed63b71f 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -584,7 +584,7 @@ config BUSYBOX_IPLINK config BUSYBOX_FEATURE_IP_LINK_CAN bool "ip link set type can" - default y + default n help Configure CAN devices with "ip". |
