summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-12-09 09:28:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-17 12:15:08 +0100
commit6cbd392f61aff35ee2e8e7e78559160a59c77abb (patch)
tree65e90adf37002730ab58fa9a69ea47e42e80601f
parent50b60c47e2bf07f822f0c4b28d72cadb09183a02 (diff)
downloadptxdist-6cbd392f61aff35ee2e8e7e78559160a59c77abb.tar.gz
ptxdist-6cbd392f61aff35ee2e8e7e78559160a59c77abb.tar.xz
udev: fix visibility of the 'build options' menu entry
The intention of the SYSTEMD check is to show this menu entry only when systemd isn't activated. But even if systemd is disabled, the 'build options' menu entry doesn't occur with this kind of check. With this change in place the menu entry occurs if systemd is disabled. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--rules/udev.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/udev.in b/rules/udev.in
index 0e237e211..2830406bd 100644
--- a/rules/udev.in
+++ b/rules/udev.in
@@ -32,7 +32,7 @@ menuconfig UDEV
if UDEV
-if SYSTEMD = no
+if SYSTEMD = n
menu "build options "