diff options
-rw-r--r-- | recipes-connectivity/hostapd-example/hostapd-example/hostapd-example.network | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-connectivity/hostapd-example/hostapd-example/hostapd-example.network b/recipes-connectivity/hostapd-example/hostapd-example/hostapd-example.network index b498584f..30442b32 100644 --- a/recipes-connectivity/hostapd-example/hostapd-example/hostapd-example.network +++ b/recipes-connectivity/hostapd-example/hostapd-example/hostapd-example.network @@ -1,5 +1,10 @@ [Match] Name=uap0 + +[Link] +# This link is not required to end in network-online.target +RequiredForOnline=no + [Network] Address=192.168.8.1/24 DHCPServer=yes |