aboutsummaryrefslogtreecommitdiff
path: root/util-linux/unshare.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 /util-linux/unshare.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 'util-linux/unshare.c')
-rw-r--r--util-linux/unshare.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/unshare.c b/util-linux/unshare.c
index 156a96d94..06b938074 100644
--- a/util-linux/unshare.c
+++ b/util-linux/unshare.c
@@ -9,7 +9,6 @@
9//config:config UNSHARE 9//config:config UNSHARE
10//config: bool "unshare (7.2 kb)" 10//config: bool "unshare (7.2 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX
13//config: depends on !NOMMU 12//config: depends on !NOMMU
14//config: select LONG_OPTS 13//config: select LONG_OPTS
15//config: help 14//config: help