This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
2a7a85cd4c
openwrt
/
package
/
ppp
History
Travis Kemen
1223494f1d
/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem).
...
/etc/init.d/ppp automatically starts pptp session on boot., from
#6720
SVN-Revision: 20221
2010-03-14 21:42:56 +00:00
..
files
/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem).
2010-03-14 21:42:56 +00:00
patches
ppp: enable multilink support (
#4837
)
2010-02-22 02:26:32 +00:00
utils
finally move buildroot-ng to trunk
2016-03-20 17:29:15 +01:00
Makefile
this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also fixes parallel build.
2010-03-05 20:10:37 +00:00