]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/util-linux/Config.in
util-linux: bump to version 2.30
[coffee/buildroot.git] / package / util-linux / Config.in
index 86db3722c7e9eb14efe58854fc868e8c9500934f..6ba239efb00cff53b3da884cfe085ae2df200a56 100644 (file)
@@ -55,12 +55,12 @@ config BR2_PACKAGE_UTIL_LINUX_BINARIES
          Install the basic set of util-linux binaries.
 
          blkdiscard, blkid, blockdev, chcpu, col, colcrt, colrm,
-         column, ctrlaltdel, dmesg, fdisk, findfs, findmnt, flock,
-         fsfreeze, fstrim, getopt, hexdump, ipcmk, isosize, ldattach,
-         look, lsblk, lscpu, lsipc, lslocks, lsns, mcookie, mkfs,
-         mkswap, namei, prlimit, readprofile, renice, rev, rtcwake,
-         script, scriptreplay, setarch, setsid, sfdisk, swaplabel,
-         swapoff, swapon, tailf, uuidgen, whereis, wipefs
+         column, ctrlaltdel, dmesg, fdisk, fincore, findfs, findmnt,
+         flock, fsfreeze, fstrim, getopt, hexdump, ipcmk, isosize,
+         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
 
          The setarch utility also installs architecture-specific
          symlinks like linux32, linux64, uname26, i386 and x86_64.
@@ -95,6 +95,11 @@ comment "chfn/chsh needs a uClibc or glibc toolchain w/ wchar, locale, dynamic l
        depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
                || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
 
+config BR2_PACKAGE_UTIL_LINUX_CHMEM
+       bool "chmem"
+       help
+         Sets a particular size or range of memory online or offline
+
 config BR2_PACKAGE_UTIL_LINUX_CRAMFS
        bool "cramfs utilities"
        select BR2_PACKAGE_ZLIB
@@ -194,6 +199,13 @@ config BR2_PACKAGE_UTIL_LINUX_LSLOGINS
        help
          Display information about known users in the system
 
+config BR2_PACKAGE_UTIL_LINUX_LSMEM
+       bool "lsmem"
+       depends on BR2_USE_MMU # libsmartcols
+       select BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS
+       help
+         List the ranges of available memory with their online status
+
 config BR2_PACKAGE_UTIL_LINUX_MESG
        bool "mesg"
        help