mac80211: fill some important capabilities into ht_capab in the hostapd config
[openwrt.git] / package / busybox / config / util-linux / Config.in
index 6e3fc39..526ea00 100644 (file)
@@ -5,6 +5,37 @@
 
 menu "Linux System Utilities"
 
+config BUSYBOX_CONFIG_ACPID
+       bool "acpid"
+       default n
+       help
+         acpid listens to ACPI events coming either in textual form from
+         /proc/acpi/event (though it is marked deprecated it is still widely
+         used and _is_ a standard) or in binary form from specified evdevs
+         (just use /dev/input/event*).
+
+         It parses the event to retrieve ACTION and a possible PARAMETER.
+         It then spawns /etc/acpi/<ACTION>[/<PARAMETER>] either via run-parts
+         (if the resulting path is a directory) or directly as an executable.
+
+         N.B. acpid relies on run-parts so have the latter installed.
+
+config BUSYBOX_CONFIG_FEATURE_ACPID_COMPAT
+       bool "Accept and ignore redundant options"
+       default n
+       depends on BUSYBOX_CONFIG_ACPID
+       help
+         Accept and ignore compatibility options -g -m -s -S -v.
+
+config BUSYBOX_CONFIG_BLKID
+       bool "blkid"
+       default n
+       select BUSYBOX_CONFIG_VOLUMEID
+       help
+         Lists labels and UUIDs of all filesystems.
+         WARNING:
+         With all submodules selected, it will add ~8k to busybox.
+
 config BUSYBOX_CONFIG_DMESG
        bool "dmesg"
        default y
@@ -156,9 +187,7 @@ config BUSYBOX_CONFIG_FINDFS
        default n
        select BUSYBOX_CONFIG_VOLUMEID
        help
-         This is similar to the findfs program that is part of the e2fsprogs
-         package. However, the e2fsprogs version only support ext2/3. This
-         version supports those in addition to FAT, swap, and ReiserFS.
+         Prints the name of a filesystem with given label or UUID.
          WARNING:
          With all submodules selected, it will add ~8k to busybox.
 
@@ -204,6 +233,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_VFAT
+       bool "mkfs_vfat"
+       default n
+       help
+         Utility to create FAT32 filesystems.
+
 config BUSYBOX_CONFIG_GETOPT
        bool "getopt"
        default n
@@ -396,10 +431,8 @@ config BUSYBOX_CONFIG_FEATURE_USE_TERMIOS
          unable to move the cursor.
 
 config BUSYBOX_CONFIG_VOLUMEID
-       bool "Routines for detecting label and uuid on common filesystems"
+       bool #No description makes it a hidden option
        default n
-       help
-         TODO
 
 config BUSYBOX_CONFIG_FEATURE_VOLUMEID_EXT
        bool "Ext filesystem"
@@ -651,7 +684,7 @@ config BUSYBOX_CONFIG_FEATURE_MOUNT_LABEL
        select BUSYBOX_CONFIG_VOLUMEID
        help
          This allows for specifying a device by label or uuid, rather than by
-         name. This feature utilizes the same functionality as findfs.
+         name. This feature utilizes the same functionality as blkid/findfs.
 
 config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
        bool "Support mounting NFS file systems"
This page took 0.024831 seconds and 4 git commands to generate.