X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bb8d5928d39a15f6337b653621e2a8c625e10d1a..42136877538fe79297345f554d033a41dc081daa:/package/pptp/files/ifup.pptp diff --git a/package/pptp/files/ifup.pptp b/package/pptp/files/ifup.pptp index 21a574acb..833544077 100644 --- a/package/pptp/files/ifup.pptp +++ b/package/pptp/files/ifup.pptp @@ -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