diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-19 22:37:13 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-19 23:29:51 +0100 |
commit | e51660ae56bb747ece2cab8fe6eec37f4d06a438 (patch) | |
tree | 5202cf4709bc2b5acfcdc394c274ebea24685bf6 /Makefile.am | |
parent | dd8875f9396d2de31260915bda9c4c85b350003d (diff) |
udev: net-config - allow interface names to be set from the hwdb
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d8b5b71614..02a1aaef08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2463,6 +2463,7 @@ dist_udevhwdb_DATA = \ hwdb/20-bluetooth-vendor-product.hwdb \ hwdb/20-acpi-vendor.hwdb \ hwdb/20-OUI.hwdb \ + hwdb/20-net-ifname.hwdb \ hwdb/60-keyboard.hwdb udevconfdir = $(sysconfdir)/udev |