mirror of https://github.com/hak5/openwrt.git
sync pptp with trunk, remove Config.in and ipkg not needed anymore.
SVN-Revision: 3828lede-17.01
parent
ef5c0e48fa
commit
2d41202df5
|
@ -1,11 +0,0 @@
|
||||||
config PACKAGE_PPTP
|
|
||||||
prompt "pptp.............................. PPTP (Point-to-Point Tunneling Protocol) client"
|
|
||||||
tristate
|
|
||||||
default m if DEVEL
|
|
||||||
select PACKAGE_KMOD_GRE
|
|
||||||
select PACKAGE_PPP
|
|
||||||
help
|
|
||||||
A Point-to-Point Tunneling Protocol Client
|
|
||||||
|
|
||||||
http://pptpclient.sourceforge.net/
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ eval "proto=\"\${${type}_proto}\""
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -d "/var/lock" ] || mkdir -p /var/lock || exit 1
|
mkdir -p /var/lock
|
||||||
|
|
||||||
for module in slhc ppp_generic ppp_async ip_gre; do
|
for module in slhc ppp_generic ppp_async ip_gre; do
|
||||||
/sbin/insmod $module 2>&- >&-
|
/sbin/insmod $module 2>&- >&-
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/etc/ppp/options.pptp
|
|
|
@ -1,5 +0,0 @@
|
||||||
Package: pptp
|
|
||||||
Priority: optional
|
|
||||||
Section: net
|
|
||||||
Description: a Point-to-Point Tunneling Protocol (PPTP) client
|
|
||||||
Depends: ppp, kmod-gre
|
|
Loading…
Reference in New Issue