From 7dfb46e95d092d549b4d4add496a1f8cb2afd517 Mon Sep 17 00:00:00 2001 From: jayfan0 <> Date: Wed, 5 Apr 2023 13:37:01 +0100 Subject: [PATCH] Add status lights --- .../wireless-configuration/files/network/interfaces.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/general/package/wireless-configuration/files/network/interfaces.conf b/general/package/wireless-configuration/files/network/interfaces.conf index 64d44ca9..ba635b71 100644 --- a/general/package/wireless-configuration/files/network/interfaces.conf +++ b/general/package/wireless-configuration/files/network/interfaces.conf @@ -9,6 +9,9 @@ iface eth0 inet static auto wlan0 iface wlan0 inet dhcp + pre-up light red pre-up wireless post-up wireless + post-up light green post-down wireless + post-down light red