copy wificonf from whiterussian to head
[openwrt.git] / openwrt / package / ppp / files / ifup.pppoe
index 6bac6a6..94179a3 100644 (file)
@@ -1,6 +1,8 @@
 #!/bin/sh
 [ $# = 0 ] && { echo "  $0 <group>"; exit; }
 . /etc/functions.sh
+. /etc/nvram.overrides
+[ -e /etc/config/network ] && . /etc/config/network
 type=$1
 
 [ "$(nvram get ${type}_proto)" = "pppoe" ] || {
This page took 0.026771 seconds and 4 git commands to generate.