Date:2010-05-28 02:48:52 (13 years 6 months ago)
Author:jow
Commit:f641cda365e945ef8e60d515159e50d8eff42589
Message:[backfire] merge r21590

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/pptp/Makefile (1 diff)
package/pptp/files/pptp.sh (1 diff)

Change Details

package/pptp/Makefile
99
1010PKG_NAME:=pptp
1111PKG_VERSION:=1.7.1
12PKG_RELEASE:=2
12PKG_RELEASE:=3
1313
1414PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515PKG_SOURCE_URL:=@SF/pptpclient
package/pptp/files/pptp.sh
22    route -n | awk '$1 == "0.0.0.0" { print $2; exit }'
33}
44
5scan_pptp() {
6    config_set "$1" device "pptp-$1"
7}
8
59stop_interface_pptp() {
610    stop_interface_ppp "$1"
711}

Archive Download the corresponding diff file



interactive