diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-21 14:02:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-21 14:02:53 +0000 |
commit | 629b5c0767c8557ab688582bb6bd86c448f8c243 (patch) | |
tree | 57b8983b840371a9290d4ead137ab9ea8f457c5f /openwrt/package/pptp/files/ifup.pptp | |
parent | af1defb8112803209042a689abfe38beaf1a4554 (diff) |
add config file /etc/config/network, add board-specific network.overrides (instead of nvram.overrides)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pptp/files/ifup.pptp')
-rw-r--r-- | openwrt/package/pptp/files/ifup.pptp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/pptp/files/ifup.pptp b/openwrt/package/pptp/files/ifup.pptp index 21a574acb7..8335440777 100644 --- a/openwrt/package/pptp/files/ifup.pptp +++ b/openwrt/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 |