From ccca61c97d460d73f29750abdf38cea20ac440f3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Oct 2011 02:08:25 +0200 Subject: rework and fix hotplug interface handling --- config/network | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/network b/config/network index 9b16bba..5514b0b 100644 --- a/config/network +++ b/config/network @@ -42,6 +42,11 @@ config interface wan option username foo option password bar +config interface wlan + option proto static + option ipaddr 192.168.2.1 + option netmask 255.255.255.0 + config interface test option ifname @test option proto static -- cgit v1.2.1