summaryrefslogtreecommitdiffstats
path: root/rules/util-linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/util-linux.in')
-rw-r--r--rules/util-linux.in42
1 files changed, 21 insertions, 21 deletions
diff --git a/rules/util-linux.in b/rules/util-linux.in
index e66894244..92b41af99 100644
--- a/rules/util-linux.in
+++ b/rules/util-linux.in
@@ -11,12 +11,12 @@ if UTIL_LINUX
config UTIL_LINUX_FDISK
bool
prompt "fdisk"
- depends on !BB_CONFIG_FDISK
+ depends on !BUSYBOX_FDISK
help
fdisk - Partition table manipulator for Linux
-comment "busy box' fdisk is selected!"
- depends on UTIL_LINUX && BB_CONFIG_FDISK
+comment "BusyBox' fdisk is selected!"
+ depends on UTIL_LINUX && BUSYBOX_FDISK
config UTIL_LINUX_SFDISK
bool
@@ -35,61 +35,61 @@ config UTIL_LINUX_CFDISK
config UTIL_LINUX_MKSWAP
bool
prompt "mkswap"
- depends on !BB_CONFIG_MKSWAP
+ depends on !BUSYBOX_MKSWAP
help
mkswap sets up a Linux swap area on a device or in a file.
-comment "busy box' mkswap is selected!"
- depends on UTIL_LINUX && BB_CONFIG_MKSWAP
+comment "BusyBox' mkswap is selected!"
+ depends on UTIL_LINUX && BUSYBOX_MKSWAP
config UTIL_LINUX_SWAPON
bool
prompt "swapon"
- depends on !BB_CONFIG_SWAPONOFF
+ depends on !BUSYBOX_SWAPONOFF
help
Swapon is used to specify devices on which paging and swapping are to take place.
-comment "busy box' swapon is selected!"
- depends on BB_CONFIG_SWAPONOFF
+comment "BusyBox' swapon is selected!"
+ depends on BUSYBOX_SWAPONOFF
config UTIL_LINUX_MOUNT
bool
prompt "mount"
- depends on !BB_CONFIG_MOUNT
+ depends on !BUSYBOX_MOUNT
help
The mount command serves to attach the file system
found on some device to the big file tree.
-comment "busy box' mount is selected!"
- depends on BB_CONFIG_MOUNT
+comment "BusyBox' mount is selected!"
+ depends on BUSYBOX_MOUNT
config UTIL_LINUX_UMOUNT
bool
prompt "umount"
- depends on !BB_CONFIG_UMOUNT
+ depends on !BUSYBOX_UMOUNT
help
The mount(8) command serves to attach the file system
found on some device to the big file tree.
Conversely, the umount(8) command will detach it again.
-comment "busy box' umount is selected!"
- depends on UTIL_LINUX && BB_CONFIG_UMOUNT
+comment "BusyBox' umount is selected!"
+ depends on UTIL_LINUX && BUSYBOX_UMOUNT
config UTIL_LINUX_IPCS
bool
prompt "ipcs"
- depends on !BB_CONFIG_IPCS
+ depends on !BUSYBOX_IPCS
help
ipcs provides information on the ipc facilities
for which the calling process has read acccess.
-comment "busy box' ipcs is selected!"
- depends on BB_CONFIG_IPCS
+comment "BusyBox' ipcs is selected!"
+ depends on BUSYBOX_IPCS
config UTIL_LINUX_READPROFILE
bool
prompt "readprofile"
- depends on !BB_CONFIG_READPROFILE
+ depends on !BUSYBOX_READPROFILE
help
The readprofile command uses the /proc/profile information
to print ascii data on standard output. The output is
@@ -100,8 +100,8 @@ config UTIL_LINUX_READPROFILE
as a ratio between the number of ticks and the length of the
procedure. The output is filled with blanks to ease readability.
-comment "busy box' readprofile is selected!"
- depends on BB_CONFIG_READPROFILE
+comment "BusyBox' readprofile is selected!"
+ depends on BUSYBOX_READPROFILE
config UTIL_LINUX_SETTERM
bool