diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-10 18:34:43 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-10 18:34:43 +0200 |
commit | c601d036d6e9efce0c31eecd0fc66a716f41f2a3 (patch) | |
tree | ffd5a7d605f1c05f56f1264f49a1c8403863acfe /config/network | |
parent | 0e54c1a6088b7df98da521e4b60ac8b7e6429662 (diff) | |
download | netifd-c601d036d6e9efce0c31eecd0fc66a716f41f2a3.tar.gz |
fix invoking shell protocol handler scripts
Diffstat (limited to 'config/network')
-rw-r--r-- | config/network | 5 |
1 files changed, 5 insertions, 0 deletions
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 |