]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/util-linux/Config.in
util-linux: security bump to version 2.31
[coffee/buildroot.git] / package / util-linux / Config.in
index 5a600c333db3243992cda1f7ee4069994233c81a..5f0a35cdbb14e5d2cdd586b2040683d2007def69 100644 (file)
@@ -59,7 +59,8 @@ config BR2_PACKAGE_UTIL_LINUX_BINARIES
          ldattach, look, lsblk, lscpu, lsipc, lslocks, lsns, mcookie,
          mkfs, mkswap, namei, prlimit, readprofile, renice, rev,
          rtcwake, script, scriptreplay, setarch, setsid, sfdisk,
-         swaplabel, swapoff, swapon, uuidgen, whereis, wipefs
+         swaplabel, swapoff, swapon, uuidgen, uuidparse, whereis,
+         wipefs
 
          The setarch utility also installs architecture-specific
          symlinks like linux32, linux64, uname26, i386 and x86_64.
@@ -291,10 +292,14 @@ config BR2_PACKAGE_UTIL_LINUX_RENAME
        help
          Rename files
 
-config BR2_PACKAGE_UTIL_LINUX_RESET
-       bool "reset"
+config BR2_PACKAGE_UTIL_LINUX_RFKILL
+       bool "rfkill"
+       depends on BR2_USE_MMU # libsmartcols
+       select BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS
        help
-         Reset the terminal
+         Tool for enabling and disabling wireless devices. This new
+         implementation is based upon, and backward compatible with,
+         the original rfkill from Johannes Berg and Marcel Holtmann.
 
 config BR2_PACKAGE_UTIL_LINUX_RUNUSER
        bool "runuser"