]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb,rules: add 82-net-auto-link-local.{hwdb,rules} to build
authorRebecca Cran <rebecca@bsdio.com>
Fri, 5 Dec 2025 18:20:05 +0000 (11:20 -0700)
committerRebecca Cran <rebecca@bsdio.com>
Fri, 5 Dec 2025 23:03:22 +0000 (16:03 -0700)
Update hwdb.d/meson.build and rules.d/meson.build to add the
82-net-auto-link-local.{hwdb,rules} files into the build. Commit
ec541c569bd19bbb81791139371111a9a7f1a3d8 in 2023 added the files
but didn't add them to the build system.

hwdb.d/meson.build
hwdb.d/parse_hwdb.py
rules.d/meson.build

index 5eb8c4218b0cefa4b7c3bdcdea055aefecd5f014..5992e21f815d05cd3795c1431563ddffcf8126b4 100644 (file)
@@ -38,7 +38,8 @@ hwdb_files_test = files(
         '70-software-radio.hwdb',
         '70-sound-card.hwdb',
         '70-touchpad.hwdb',
-        '80-ieee1394-unit-function.hwdb')
+        '80-ieee1394-unit-function.hwdb',
+        '82-net-auto-link-local.hwdb')
 
 if conf.get('ENABLE_HWDB') == 1
         auto_suspend_rules = custom_target(
index bca18eadcd8b872517b5bce8b05a3c41bd698739..165c8d608fc1367b5431f67c98609dcad097ba26 100755 (executable)
@@ -180,6 +180,7 @@ def property_grammar():
              ('ID_HARDWARE_WALLET', Or((Literal('0'), Literal('1')))),
              ('ID_SOFTWARE_RADIO', Or((Literal('0'), Literal('1')))),
              ('ID_MM_DEVICE_IGNORE', Or((Literal('0'), Literal('1')))),
+             ('ID_NET_AUTO_LINK_LOCAL_ONLY', Or((Literal('0'), Literal('1')))),
              ('POINTINGSTICK_SENSITIVITY', INTEGER),
              ('ID_INPUT_JOYSTICK_INTEGRATION', Or(('internal', 'external'))),
              ('ID_INPUT_TOUCHPAD_INTEGRATION', Or(('internal', 'external'))),
index 25e742cdfde736fa99ce96bf6aad373d3f6cce0a..6029ec8768bc7b60c6bab54eb749b81448f9b0d3 100644 (file)
@@ -33,6 +33,7 @@ rules = [
                '80-net-setup-link.rules',
                '81-net-bridge.rules',
                '81-net-dhcp.rules',
+               '82-net-auto-link-local.rules',
                '90-image-dissect.rules',
                '90-iocost.rules',
               )],