From ca3511593be48b0f3c1f6e8898c7c5e98c9de8eb Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Wed, 21 Apr 2021 12:35:59 +0100 Subject: [PATCH] init.d: added wifi --- init/init.d/wifi | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 init/init.d/wifi diff --git a/init/init.d/wifi b/init/init.d/wifi new file mode 100755 index 0000000..e3b9659 --- /dev/null +++ b/init/init.d/wifi @@ -0,0 +1,3 @@ +#!/bin/sh + +wpa_supplicant -B -i wlan0 -D nl80211 -c /etc/wpa_supplicant.conf