summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-03 22:24:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-03 22:24:48 +0200
commit1882cf2a1bd65afcc429774863ecd36a5639a855 (patch)
tree55fc32b4ed9f3b8d3e9ab956bbb86c86d0c5ce1f
parent140029e37c142356d912a283583ab79bd4586ff0 (diff)
busybox: disable ip link can by default
-rw-r--r--package/busybox/config/networking/Config.in2
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".