Skip to content

Commit a9eedd3

Browse files
committed
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.
1 parent ee50dad commit a9eedd3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

network/meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ if conf.get('ENABLE_NETWORKD') == 1
44
install_data('80-container-host0.network',
55
'80-container-ve.network',
66
'80-container-vz.network',
7+
'80-wifi-adhoc.network',
8+
'80-wifi-ap.network.example',
9+
'80-wifi-station.network.example',
710
install_dir : networkdir)
811

912
meson.add_install_script('sh', '-c',

0 commit comments

Comments
 (0)