aboutsummaryrefslogtreecommitdiff
path: root/networking/brctl.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-11-29 14:14:06 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-11-29 14:14:06 +0100
commit99476502f926fb6e5d61126c3b672f3f6f357d5d (patch)
treed8887c28536e559ed62c57f808f3407e439cf299 /networking/brctl.c
parent77216c368f3ae65c3a9fc504d28d3fadd46d6d8d (diff)
downloadbusybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.gz
busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.tar.bz2
busybox-w32-99476502f926fb6e5d61126c3b672f3f6f357d5d.zip
Remove "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/brctl.c')
-rw-r--r--networking/brctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/brctl.c b/networking/brctl.c
index b353210d7..956bd91f3 100644
--- a/networking/brctl.c
+++ b/networking/brctl.c
@@ -12,7 +12,6 @@
12//config:config BRCTL 12//config:config BRCTL
13//config: bool "brctl (4.7 kb)" 13//config: bool "brctl (4.7 kb)"
14//config: default y 14//config: default y
15//config: select PLATFORM_LINUX
16//config: help 15//config: help
17//config: Manage ethernet bridges. 16//config: Manage ethernet bridges.
18//config: Supports addbr/delbr and addif/delif. 17//config: Supports addbr/delbr and addif/delif.