add config file /etc/config/network, add board-specific network.overrides (instead...
[openwrt.git] / openwrt / package / pptp / files / ifup.pptp
index 21a574a..8335440 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 . /etc/functions.sh
+. /etc/nvram.overrides
+[ -e /etc/config/network ] && . /etc/config/network
 type=$1
 
 [ "$(nvram get ${type}_proto)" = "pptp" ] || exit
This page took 0.027328 seconds and 4 git commands to generate.