120 Commits (7217afc657789e0457fb065657bc757e897d5175)

Author SHA1 Message Date
Felix Fietkau 5eed1d8f6b enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places 13 years ago
Felix Fietkau e8fa94daa4 ppp: use the new json_get_vars function 13 years ago
Jo-Philipp Wich 0422ba4687 ppp: remove stray bracked in ppp-up script, thanks swalker 13 years ago
Gabor Juhos 97697c332f Add ppp-mod-pppol2tp subpackage to ppp 13 years ago
Felix Fietkau f44934b9ae netifd: update to latest version, fixes address/route list handling issues and fixes dual-stack ppp route handling 13 years ago
Felix Fietkau 873cdb190c pppd: fix parsing the ipv6-{up,down}-script option 13 years ago
Felix Fietkau 43695701ec ppp: move ppp-{up,down} from the netifd package to pppd 13 years ago
Felix Fietkau a660a57d71 pppd: split files into netifd and non-netifd files, move the netifd ppp.sh file to the pppd package 13 years ago
Nicolas Thill 63820327d3 package/ppp: fix typo in r28868 (closes: #10429) 13 years ago
Nicolas Thill 72de194d16 package/ppp: use new service wrappers 13 years ago
Felix Fietkau 2ccd191b76 pppd: fix the exit code in case of authentication failure or other errors 13 years ago
Felix Fietkau d1c05d734b pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down} 13 years ago
Jo-Philipp Wich 5e5416a128 ppp: move the rp_pppoe_* options behind the plugin argument 13 years ago
Jo-Philipp Wich 64f4a89e7c ppp: implement pppoe specific uci options "ac" and "service" which map to "rp_pppoe_ac" and "rp_pppoe_service" 13 years ago
Jo-Philipp Wich 5659ec6918 ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by appending the nic-xxx argument last 13 years ago
Felix Fietkau 4dd9373b3e ppp: remove zero-length patches 13 years ago
Felix Fietkau 4c4da37c09 ppp: version bump to 2.4.5 13 years ago
Felix Fietkau 01e7d775e7 ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause functions needed by plugins to disappear (fixes #9462) 13 years ago
Jo-Philipp Wich 7982978391 ppp: extend the r26742 change to ip-down too 14 years ago
Jo-Philipp Wich 8d47f51f7c ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275) 14 years ago
Felix Fietkau 512bb389ee pppd: support the nomp option if multilink support is disabled 14 years ago
Felix Fietkau 86f609804f ppp: fix fallout from the size reduction patch (thx, frogonwheels) 14 years ago
Jo-Philipp Wich 3d5cdfac4e ppp: drop 402-use_uclibc_utils.patch, it breaks ip address conversion 14 years ago
Felix Fietkau 0ca2b7f92c ppp: add a few patches to reduce the package size 14 years ago
Felix Fietkau 575a35c58d pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k uncompressed 14 years ago
Felix Fietkau 5d0f9914ba ppp: add a more descriptive title for ppp-multilink 14 years ago
Felix Fietkau 63fef8ed5d ppp: move multilink support into a separate build variant - saves around 30k for the default build 14 years ago
Jo-Philipp Wich 1868be702d ppp: don't die on malformed PADS frames that might appear on instable DSL lines 14 years ago
Jo-Philipp Wich 5e76127831 ppp: bump pkg revision after latest changes 14 years ago
Jo-Philipp Wich 110055b383 ppp: remove pppoa coldplug, the hotplug handler has been confirmed for ueagle and solos 14 years ago
Jo-Philipp Wich 5cf136ae0e ppp: synthesize a .device option to make ifup work on pppoa interfaces again 14 years ago
Jo-Philipp Wich a50421a302 pppd: use "atmdev" option to select the DSL adapter, this aligns it with br2684ctl and solves #8108 14 years ago
Jo-Philipp Wich 191bf37328 ppp: honour option auto in atm hotplug 14 years ago
Jo-Philipp Wich 6029e1b618 ppp: - implement coldplugging for pppoa interfaces - honour device option to select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision 14 years ago
Jo-Philipp Wich 073ade4368 ppp: utilize the new keepfiles facility to backup the whole radius directory 14 years ago
Jo-Philipp Wich 6a10b180ce ppp: mark /etc/ppp/ resources as conffiles 14 years ago
Jo-Philipp Wich 1cb2abca8e add maintainer information 14 years ago
Jo-Philipp Wich a5d0879de7 ppp: use service_kill() 14 years ago
Jo-Philipp Wich 865e34b607 ppp: populate gateway of default route with peer address (#6259) 14 years ago
Jo-Philipp Wich 187ec5ae19 ppp: whitespace cleanup in previous commit 14 years ago
Jo-Philipp Wich 815b18051b pppd: only remove own default route on shutdown (#7694) 14 years ago
Jo-Philipp Wich 8079d54678 ppp: interpret "demand" option as timeout in seconds (#7517) 14 years ago
Nicolas Thill 338f1af5f3 bump release number for packages ahead of backfire in trunk 15 years ago
Jo-Philipp Wich eb51e36a78 ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp 15 years ago
Jo-Philipp Wich 4eee1bb439 ppp: - make pppd shutdown more robust as pptp hangs when the underlying connection is gone - don't rely on pid files generated by pppd, they're missing if the link is done, generate a per-instance pidfile with ssd instead 15 years ago
Jo-Philipp Wich dd38b15b75 base-files, ppp: fix interface shutdown 15 years ago
Jo-Philipp Wich 66ab73d01f base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and move it to protocol stop callbacks 15 years ago
Jo-Philipp Wich 13ebdec3f4 ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally truncate resolv.conf, thanks cshore 15 years ago
Jo-Philipp Wich 3b5689eb5e ppp: rename 20-usb-modem to 20-atm-modem 15 years ago
Jo-Philipp Wich b46d822e9b ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa package 15 years ago