summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Russell <bkylerussell@gmail.com>2020-08-28 09:36:35 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-20 12:50:16 +0200
commit785af6f91687c8351c8c304b3088558ed072b29c (patch)
tree64e18bf5d006ead19f9af7d2dc0ae9ccef33f793
parent6f0f90430cc4c17538888e96af2bf885f22cb22e (diff)
downloadsystemd-785af6f91687c8351c8c304b3088558ed072b29c.tar.gz
units: add missing usb-gadget.target
(cherry picked from commit dd050420390c6557354b0e3aaecd52abc4bf906c) (cherry picked from commit 4804ce148812b0f682e2c0fe16b4677ba0fc556d) (cherry picked from commit 4db76e17a469c8f15ac818263c145c1b66356e79) (cherry picked from commit 6ab20e9f3b047dc24e2c2c35e8df2159eb4691ba)
-rw-r--r--units/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build
index 476991edba..a77e4f106d 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -110,6 +110,7 @@ units = [
['tmp.mount', '',
'local-fs.target.wants/'],
['umount.target', ''],
+ ['usb-gadget.target', ''],
['user.slice', ''],
['var-lib-machines.mount', 'ENABLE_MACHINED',
'remote-fs.target.wants/ machines.target.wants/'],