From a7517d27664a04eedf00e40727bbff1265b09a91 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 25 Jul 2014 09:45:21 +0200 Subject: [PATCH] add eth6 --- telecaster/tools/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telecaster/tools/status.py b/telecaster/tools/status.py index 32e9786..a2dd4c9 100644 --- a/telecaster/tools/status.py +++ b/telecaster/tools/status.py @@ -41,7 +41,7 @@ from django.conf import settings class Status(object): - interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', + interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'eth6', 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4'] acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'} -- 2.39.5