mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
rules/Makefile.am: conditionally install 80-net-name-slot.rules
We do not want to install 80-net-name-slot.rules if we --enable-rule-generator. In fact doing so will switch to the predictable network interface names. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
215c4a0faa
commit
ab0a37ddcf
@ -15,9 +15,13 @@ dist_udevrules_DATA = \
|
||||
75-probe_mtd.rules \
|
||||
75-tty-description.rules \
|
||||
78-sound-card.rules \
|
||||
80-net-name-slot.rules \
|
||||
95-udev-late.rules
|
||||
|
||||
if !ENABLE_RULE_GENERATOR
|
||||
dist_udevrules_DATA += \
|
||||
80-net-name-slot.rules
|
||||
endif
|
||||
|
||||
if ENABLE_FIRMWARE
|
||||
dist_udevrules_DATA += \
|
||||
50-firmware.rules
|
||||
|
Loading…
Reference in New Issue
Block a user