From 210d3dff078d99ca459d31c3ae347eb14e2cbd77 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 18 Jul 2013 11:00:40 +0200 Subject: [PATCH] add eth5 --- 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 c646c75..32e9786 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', + interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5', 'wlan0', 'wlan1', 'wlan2', 'wlan3', 'wlan4'] acpi_states = {0: 'battery', 1: 'battery', 2: 'AC'} -- 2.39.5