From c601d036d6e9efce0c31eecd0fc66a716f41f2a3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 10 Sep 2011 18:34:43 +0200 Subject: fix invoking shell protocol handler scripts --- config/network | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/network b/config/network index 2b4549d..6e9d7a6 100644 --- a/config/network +++ b/config/network @@ -34,3 +34,8 @@ config interface lan2 option netmask 255.255.255.0 option gateway 192.168.1.2 +config interface wan + option proto pppoe + option ifname br-lan2 + option username foo + option password bar -- cgit v1.2.1