|
@@ -55,12 +55,12 @@ config BR2_PACKAGE_UTIL_LINUX_BINARIES
|
|
Install the basic set of util-linux binaries.
|
|
Install the basic set of util-linux binaries.
|
|
|
|
|
|
blkdiscard, blkid, blockdev, chcpu, col, colcrt, colrm,
|
|
blkdiscard, blkid, blockdev, chcpu, col, colcrt, colrm,
|
|
- 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
|
|
|
|
|
|
+ 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
|
|
|
|
|
|
The setarch utility also installs architecture-specific
|
|
The setarch utility also installs architecture-specific
|
|
symlinks like linux32, linux64, uname26, i386 and x86_64.
|
|
symlinks like linux32, linux64, uname26, i386 and x86_64.
|
|
@@ -95,11 +95,6 @@ comment "chfn/chsh needs a uClibc or glibc toolchain w/ wchar, locale, dynamic l
|
|
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
|
|
depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
|
|
|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
|
|| 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
|
|
config BR2_PACKAGE_UTIL_LINUX_CRAMFS
|
|
bool "cramfs utilities"
|
|
bool "cramfs utilities"
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|
|
@@ -199,13 +194,6 @@ config BR2_PACKAGE_UTIL_LINUX_LSLOGINS
|
|
help
|
|
help
|
|
Display information about known users in the system
|
|
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
|
|
config BR2_PACKAGE_UTIL_LINUX_MESG
|
|
bool "mesg"
|
|
bool "mesg"
|
|
help
|
|
help
|