summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-05 21:30:04 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-05 21:30:04 +0000
commitd9822d1bb7c060936fb834cdda4aa238baea651b (patch)
treee96954e5b21055641e18321a910301f1ad845986 /rules/util-linux-ng.in
parentff67b81676238aaec15f0ba0a0aa076899137788 (diff)
downloadptxdist-d9822d1bb7c060936fb834cdda4aa238baea651b.tar.gz
ptxdist-d9822d1bb7c060936fb834cdda4aa238baea651b.tar.xz
* rules/<some>.in:
added ALLYES to unblock in allyes target * rules/experimental.in: removed experimental, added allyes git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9415 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index bd6399708..7c94c47db 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -11,7 +11,7 @@ config UTIL_LINUX_NG_FDISK
bool
prompt "fdisk"
depends on UTIL_LINUX_NG
- depends on !BUSYBOX_FDISK
+ depends on !BUSYBOX_FDISK || ALLYES
help
fdisk - Partition table manipulator for Linux
@@ -38,7 +38,7 @@ config UTIL_LINUX_NG_MKSWAP
bool
prompt "mkswap"
depends on UTIL_LINUX_NG
- depends on !BUSYBOX_MKSWAP
+ depends on !BUSYBOX_MKSWAP || ALLYES
help
mkswap sets up a Linux swap area on a device or in a file.
@@ -56,7 +56,7 @@ config UTIL_LINUX_NG_SWAPON
bool
prompt "swapon"
depends on UTIL_LINUX_NG
- depends on !BUSYBOX_SWAPONOFF
+ depends on !BUSYBOX_SWAPONOFF || ALLYES
help
Swapon is used to specify devices on which paging and swapping are to take place.
@@ -67,7 +67,7 @@ config UTIL_LINUX_NG_MOUNT
bool
prompt "mount"
depends on UTIL_LINUX_NG
- depends on !BUSYBOX_MOUNT
+ depends on !BUSYBOX_MOUNT || ALLYES
help
The mount command serves to attach the file system
found on some device to the big file tree.
@@ -79,7 +79,7 @@ config UTIL_LINUX_NG_UMOUNT
bool
prompt "umount"
depends on UTIL_LINUX_NG
- depends on !BUSYBOX_UMOUNT
+ depends on !BUSYBOX_UMOUNT || ALLYES
help
The mount(8) command serves to attach the file system
found on some device to the big file tree.
@@ -92,7 +92,7 @@ config UTIL_LINUX_NG_IPCS
bool
prompt "ipcs"
depends on UTIL_LINUX_NG
- depends on !BUSYBOX_IPCS
+ depends on !BUSYBOX_IPCS || ALLYES
help
ipcs provides information on the ipc facilities
for which the calling process has read acccess.
@@ -104,7 +104,7 @@ config UTIL_LINUX_NG_READPROFILE
bool
prompt "readprofile"
depends on UTIL_LINUX_NG
- depends on !BUSYBOX_READPROFILE
+ depends on !BUSYBOX_READPROFILE || ALLYES
help
The readprofile command uses the /proc/profile information
to print ascii data on standard output. The output is