index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
ppp
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)
Jo-Philipp Wich
2011-04-20
1
-2
/
+2
*
pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k un...
Felix Fietkau
2011-03-02
1
-0
/
+3
*
ppp: add a more descriptive title for ppp-multilink
Felix Fietkau
2011-02-13
1
-1
/
+1
*
ppp: move multilink support into a separate build variant - saves around 30k ...
Felix Fietkau
2011-02-13
1
-7
/
+25
*
ppp: don't die on malformed PADS frames that might appear on instable DSL lines
Jo-Philipp Wich
2011-01-19
1
-1
/
+1
*
ppp: bump pkg revision after latest changes
Jo-Philipp Wich
2011-01-17
1
-1
/
+1
*
ppp: synthesize a .device option to make ifup work on pppoa interfaces again
Jo-Philipp Wich
2011-01-17
1
-1
/
+1
*
pppd: use "atmdev" option to select the DSL adapter, this aligns it with br26...
Jo-Philipp Wich
2010-10-20
1
-1
/
+1
*
ppp: - implement coldplugging for pppoa interfaces - honour device option to ...
Jo-Philipp Wich
2010-10-19
1
-1
/
+1
*
ppp: utilize the new keepfiles facility to backup the whole radius directory
Jo-Philipp Wich
2010-10-05
1
-4
/
+1
*
ppp: mark /etc/ppp/ resources as conffiles
Jo-Philipp Wich
2010-10-05
1
-1
/
+19
*
add maintainer information
Jo-Philipp Wich
2010-09-30
1
-0
/
+1
*
ppp: use service_kill()
Jo-Philipp Wich
2010-09-19
1
-1
/
+1
*
ppp: populate gateway of default route with peer address (#6259)
Jo-Philipp Wich
2010-08-25
1
-1
/
+1
*
pppd: only remove own default route on shutdown (#7694)
Jo-Philipp Wich
2010-08-04
1
-1
/
+1
*
ppp: interpret "demand" option as timeout in seconds (#7517)
Jo-Philipp Wich
2010-06-26
1
-1
/
+1
*
bump release number for packages ahead of backfire in trunk
Nicolas Thill
2010-05-23
1
-1
/
+1
*
ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign d...
Jo-Philipp Wich
2010-05-07
1
-1
/
+1
*
ppp: rename 20-usb-modem to 20-atm-modem
Jo-Philipp Wich
2010-05-02
1
-1
/
+1
*
ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa package
Jo-Philipp Wich
2010-05-02
1
-0
/
+2
*
ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ...
Jo-Philipp Wich
2010-05-01
1
-1
/
+1
*
propagate atm header changes into pppoatm and br2684ctl as well
Felix Fietkau
2010-03-28
1
-1
/
+6
*
this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also fixes...
Travis Kemen
2010-03-05
1
-29
/
+23
*
ppp: add dns servers to uci state in the ip-up script
Jo-Philipp Wich
2009-09-30
1
-1
/
+1
*
ppp: quote positional parameters when calling up/down scripts (closes: #5622)
Nicolas Thill
2009-09-27
1
-1
/
+1
*
bump some revisions and update copyrights
Andy Boyett
2009-09-10
1
-2
/
+2
*
update ppp to v2.4.4 (#5102)
Jo-Philipp Wich
2009-05-20
1
-4
/
+4
*
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
Felix Fietkau
2009-04-17
1
-1
/
+0
*
fix ppp and pptp typos where is used instead of (#4768, #4778)
Florian Fainelli
2009-03-15
1
-1
/
+1
*
oops, fix typo in [12368]
Nicolas Thill
2008-08-22
1
-1
/
+1
*
install ppp development headers
Nicolas Thill
2008-08-22
1
-0
/
+5
*
ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors (closes...
Nicolas Thill
2008-05-03
1
-2
/
+2
*
bump ppp version
Felix Fietkau
2007-11-07
1
-1
/
+1
*
add ppp ipv6 patch by farnz (from #2525)
Felix Fietkau
2007-11-07
1
-0
/
+2
*
remove linux-atm from ppp build deps - the internal version seems to be working
Felix Fietkau
2007-09-22
1
-1
/
+1
*
bump package versions after updates
Felix Fietkau
2007-09-07
1
-1
/
+1
*
move package description to a separate definition, remove it when DESCRIPTION...
Nicolas Thill
2007-09-07
1
-23
/
+38
*
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...
Felix Fietkau
2007-03-16
1
-1
/
+0
*
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...
Felix Fietkau
2007-03-16
1
-3
/
+0
*
cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
Nicolas Thill
2007-01-22
1
-1
/
+1
*
Forward port whiterussian resolv.conf changes /etc/resolv.conf links to /tmp/...
Felix Fietkau
2007-01-08
1
-1
/
+1
*
Also use INSTALL_CONF for ppp
Florian Fainelli
2007-01-05
1
-2
/
+2
*
replace lots of manual install commands with INSTALL_* variables
Felix Fietkau
2006-11-23
1
-32
/
+32
*
implement target profiles in menuconfig
Felix Fietkau
2006-11-12
1
-3
/
+0
*
enable pppoa for ar7
Felix Fietkau
2006-10-30
1
-0
/
+1
*
finally move buildroot-ng to trunk
Felix Fietkau
2016-03-20
1
-0
/
+182