From 5095e891aeb6641e19ec8c321251bcc75e20590d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 17 Apr 2018 17:11:49 +0200 Subject: [PATCH] unifiac: Fix apctl ifname --- files/ubnt-unifiac-lite/etc/config/network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ubnt-unifiac-lite/etc/config/network b/files/ubnt-unifiac-lite/etc/config/network index e395da5..934ba39 100644 --- a/files/ubnt-unifiac-lite/etc/config/network +++ b/files/ubnt-unifiac-lite/etc/config/network @@ -6,10 +6,10 @@ config interface 'loopback' option netmask '255.0.0.0' config interface 'apctl' - option ifname 'eth1.2' + option ifname 'eth0.2' option proto 'dhcp' config interface 'lan' option type 'bridge' option ifname 'eth0' - option proto 'dhcp' + option proto 'static' \ No newline at end of file