From cf89431cc54bfa4b48732133bd29ef9999368c36 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 25 Jun 2016 01:29:34 +0200 Subject: busybox: update to 1.25.0 --- package/busybox/config/util-linux/Config.in | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'package/busybox/config/util-linux') diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index de0106440..f2e84a71a 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -6,6 +6,12 @@ menu "Linux System Utilities" +config BUSYBOX_BLKDISCARD + bool "blkdiscard" + default n + help + blkdiscard discards sectors on a given device. + config BUSYBOX_BLOCKDEV bool "blockdev" default n @@ -84,6 +90,21 @@ config BUSYBOX_FEATURE_MDEV_LOAD_FIRMWARE /lib/firmware/ and if it exists, send it to the kernel for loading into the hardware. +config BUSYBOX_NSENTER + bool "nsenter" + default n + select BUSYBOX_PLATFORM_LINUX + help + Run program with namespaces of other processes. + +config BUSYBOX_FEATURE_NSENTER_LONG_OPTS + bool "Enable long options" + default n + depends on BUSYBOX_NSENTER && BUSYBOX_LONG_OPTS + help + Support long options for the nsenter applet. This makes + the busybox implementation more compatible with upstream. + config BUSYBOX_REV bool "rev" default n @@ -98,6 +119,14 @@ config BUSYBOX_UEVENT uevent is a netlink listener for kernel uevent notifications sent via netlink. It is usually used for dynamic device creation. +config BUSYBOX_UNSHARE + bool "unshare" + default n + depends on BUSYBOX_LONG_OPTS && !BUSYBOX_NOMMU + select BUSYBOX_PLATFORM_LINUX + help + Run program with some namespaces unshared from parent. + config BUSYBOX_ACPID bool "acpid" default n @@ -820,6 +849,13 @@ config BUSYBOX_VOLUMEID menu "Filesystem/Volume identification" depends on BUSYBOX_VOLUMEID +config BUSYBOX_FEATURE_VOLUMEID_BCACHE + bool "bcache filesystem" + default n + depends on BUSYBOX_VOLUMEID + help + TODO + config BUSYBOX_FEATURE_VOLUMEID_EXT bool "Ext filesystem" default y -- cgit v1.2.3