summaryrefslogtreecommitdiff
path: root/package/network/services/ppp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* package/network/services: probably from OpenWRTLudovic Pouzenc2018-09-161-2/+2
|
* ppp: enable IPv6CP by defaultSteven Barth2014-08-131-1/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42158
* pppd: fix build with muslFelix Fietkau2014-06-291-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41404
* ppp: bump to 2.4.6Steven Barth2014-06-151-3/+3
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41193
* ppp: remove ppp requirement from chatFelix Fietkau2014-03-211-1/+0
| | | | | | | | This patch removes dependancy of PPP from chat application as chat application can be used for other serial communication as well that is not dependant on PPP and therefore one should be able to install chat without PPP. There also are no dependencies within chat application for PPP. Signed-off-by: Oskari Rauta <oskari.rauta at gmail.com> SVN-Revision: 39992
* ppp: correctly handle address when reloadingSteven Barth2013-06-101-1/+1
| | | | SVN-Revision: 36904
* ppp: don't automatically set IPv6 default route * Fixes ↵Steven Barth2013-01-171-1/+1
| | | | | | "ndisc_router_discovery() failed to add default route" SVN-Revision: 35188
* fixes uapi helper defineJohn Crispin2012-12-161-1/+1
| | | | SVN-Revision: 34715
* make use of uapi directory wrapperJohn Crispin2012-12-151-1/+1
| | | | SVN-Revision: 34684
* ppp: unconditionally start pppd with nodefaultroute and usepeerdns (#12580)Jo-Philipp Wich2012-12-061-1/+1
| | | | | | | | | | | | | | Since the switch to netifd, proto handlers may always set the defaultroute and provide dns server addresses, netifd will decide in the generic code path whether the announced values are masked or not. Additionally protocol handlers should not modify the routing tables themselves and prevent any launched services from doing so. Remove the additional defaultroute and peerdns option handling from the ppp.sh protocol handler and rely on netifd to mask or not mask the values. SVN-Revision: 34536
* ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko ↵Jo-Philipp Wich2012-11-121-1/+1
| | | | | | <george@znau.edu.ua> - refresh patches SVN-Revision: 34171
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-0/+263
SVN-Revision: 33688