[package] pptp: support interface sections without ifname by implementing scan_pptp()
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 May 2010 00:30:09 +0000 (00:30 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 May 2010 00:30:09 +0000 (00:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21590 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/pptp/Makefile
package/pptp/files/pptp.sh

index 018e9b5..a55309b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pptp
 PKG_VERSION:=1.7.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/pptpclient
index c95895d..436bee3 100644 (file)
@@ -2,6 +2,10 @@ find_gw() {
        route -n | awk '$1 == "0.0.0.0" { print $2; exit }'
 }
 
+scan_pptp() {
+       config_set "$1" device "pptp-$1"
+}
+
 stop_interface_pptp() {
        stop_interface_ppp "$1"
 }
This page took 0.027558 seconds and 4 git commands to generate.