[package] busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
[openwrt/svn-archive/archive.git] / package / busybox / config / util-linux / Config.in
index 9d5462b26a8dc7d8e1bcd2716477c876160a9efa..ef3c1c3e1f3d5cbe386869051f6f98c30ebdc079 100644 (file)
@@ -213,6 +213,12 @@ config BUSYBOX_CONFIG_FSCK_MINIX
          check for and attempt to repair any corruption that occurs to a minix
          filesystem.
 
+config BUSYBOX_CONFIG_MKFS_EXT2
+       bool "mkfs_ext2"
+       default n
+       help
+         Utility to create EXT2 filesystems.
+
 config BUSYBOX_CONFIG_MKFS_MINIX
        bool "mkfs_minix"
        default n
@@ -233,6 +239,12 @@ config BUSYBOX_CONFIG_FEATURE_MINIX2
          this. If you enabled 'mkfs_minix' then you almost certainly want to
          be using the version 2 filesystem support.
 
+config BUSYBOX_CONFIG_MKFS_REISER
+       bool "mkfs_reiser"
+       default n
+       help
+         Utility to create ReiserFS filesystems.
+
 config BUSYBOX_CONFIG_MKFS_VFAT
        bool "mkfs_vfat"
        default n
@@ -336,6 +348,24 @@ config BUSYBOX_CONFIG_LOSETUP
          file or block device, and to query the status of a loop device. This
          version does not currently support enabling data encryption.
 
+config BUSYBOX_CONFIG_LSPCI
+       bool "lspci"
+       default n
+       help
+         lspci is a utility for displaying information about PCI buses in the
+         system and devices connected to them.
+
+         This version uses sysfs (/sys/bus/pci/devices) only.
+
+config BUSYBOX_CONFIG_LSUSB
+       bool "lsusb"
+       default n
+       help
+         lsusb is a utility for displaying information about USB buses in the
+         system and devices connected to them.
+
+         This version uses sysfs (/sys/bus/usb/devices) only.
+
 config BUSYBOX_CONFIG_MDEV
        bool "mdev"
        default n
@@ -445,6 +475,13 @@ config BUSYBOX_CONFIG_FEATURE_VOLUMEID_EXT
        help
          TODO
 
+config BUSYBOX_CONFIG_FEATURE_VOLUMEID_BTRFS
+       bool "btrfs filesystem"
+       default n
+       depends on BUSYBOX_CONFIG_VOLUMEID
+       help
+         TODO
+
 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_REISERFS
        bool "Reiser filesystem"
        default n
@@ -689,6 +726,7 @@ config BUSYBOX_CONFIG_FEATURE_MOUNT_LABEL
        help
          This allows for specifying a device by label or uuid, rather than by
          name. This feature utilizes the same functionality as blkid/findfs.
+         This also enables label or uuid support for swapon.
 
 config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
        bool "Support mounting NFS file systems"