diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-10-22 22:53:19 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-22 22:53:19 +0200 |
commit | a77dfaa9848e1241b8bbf34eae41280d8d2935ca (patch) | |
tree | 165c7c5c76060b6f859ced44e842a3a956fcd462 | |
parent | db98c3f6c5a27f3cb4b73ad2ad1b766ea38eaf27 (diff) | |
download | buildroot-a77dfaa9848e1241b8bbf34eae41280d8d2935ca.tar.gz buildroot-a77dfaa9848e1241b8bbf34eae41280d8d2935ca.zip |
util-linux: fix last minute typo in the systemd handling
Reported-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/util-linux/util-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk index 39ba5441f5..7b68c339e9 100644 --- a/package/util-linux/util-linux.mk +++ b/package/util-linux/util-linux.mk @@ -29,7 +29,7 @@ UTIL_LINUX_CONF_OPTS += \ # system depends on util-linux so we enable systemd support # (which needs systemd to be installed) UTIL_LINUX_CONF_OPTS += \ - --without-systed \ + --without-systemd \ --with-systemdsystemunitdir=no # We don't want the host-busybox dependency to be added automatically |