summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-10-26 18:54:16 +0200
committerTom Gundersen <teg@jklm.no>2013-10-27 22:23:58 +0100
commit43b3a5ef61859f06cdbaf26765cab8e1adac4296 (patch)
treeb2792cf4777a8a8ec53ca8f95739fe5154cdc85b /Makefile.am
parent65f568bbeb9b8c70200e44c19a797df3a0bfd485 (diff)
udev: link-config: add rtnl support
This adds support for setting the mac address, name and mtu. Example: [Link] MTU=1450 MACAddress=98:76:54:32:10:ab Name=wireless0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ce4b7fffa..e5ed3020b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2344,6 +2344,7 @@ libudev_core_la_LIBADD = \
libsystemd-label.la \
libsystemd-daemon-internal.la \
libsystemd-shared.la \
+ libsystemd-rtnl.la \
$(BLKID_LIBS) \
$(KMOD_LIBS)