summaryrefslogtreecommitdiffstats
path: root/rules/owfs.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2016-01-28 16:13:00 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2016-01-28 16:13:27 +0100
commit3cafd5d1f08fe372952387c59627e41feb49ec03 (patch)
tree09a35727dd01676145e8b638b7e1fe5466aa7af8 /rules/owfs.in
parent04255ee002df30daed5b151acd4e8bb5653969ce (diff)
downloadptxdist-3cafd5d1f08fe372952387c59627e41feb49ec03.tar.gz
ptxdist-3cafd5d1f08fe372952387c59627e41feb49ec03.tar.xz
owfs: fix typo in conflict detection with busybox umount
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/owfs.in')
-rw-r--r--rules/owfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/owfs.in b/rules/owfs.in
index 31cd19ffd..c7327a4ad 100644
--- a/rules/owfs.in
+++ b/rules/owfs.in
@@ -4,7 +4,7 @@ comment "owfs conflicts with BusyBox' mount!"
depends on BUSYBOX_MOUNT
comment "owfs conflicts with BusyBox' umount!"
- depends on BUSYBOX_MOUNT
+ depends on BUSYBOX_UMOUNT
menuconfig OWFS
tristate