From: Zbigniew Jędrzejewski-Szmek Date: Wed, 30 Oct 2019 10:21:41 +0000 (+0100) Subject: network: install wifi-adhoc.network by default, make wifi-{ap,station} examples X-Git-Tag: v244-rc1~137^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13879%2Fhead;p=thirdparty%2Fsystemd.git network: install wifi-adhoc.network by default, make wifi-{ap,station} examples I think 80-wifi-adhoc.network is safe enough, since it just enables the link-local addressing. But the other two enable DHCP in client or server modes, and we should not do this by default. --- diff --git a/network/80-wifi-ap.network b/network/80-wifi-ap.network.example similarity index 100% rename from network/80-wifi-ap.network rename to network/80-wifi-ap.network.example diff --git a/network/80-wifi-station.network b/network/80-wifi-station.network.example similarity index 100% rename from network/80-wifi-station.network rename to network/80-wifi-station.network.example diff --git a/network/meson.build b/network/meson.build index 59d4be1a174..544dcf4387c 100644 --- a/network/meson.build +++ b/network/meson.build @@ -4,6 +4,9 @@ if conf.get('ENABLE_NETWORKD') == 1 install_data('80-container-host0.network', '80-container-ve.network', '80-container-vz.network', + '80-wifi-adhoc.network', + '80-wifi-ap.network.example', + '80-wifi-station.network.example', install_dir : networkdir) meson.add_install_script('sh', '-c',