Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysctl: read settings from /etc/sysctl.d/*.conf | John Crispin | 2015-07-07 | 1 | -3/+6 |
| | | | | | | | | | This changes makes it possible to store custom settings in individual files inside the directory /etc/sysctl.d/. Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de> SVN-Revision: 46239 | ||||
* | package/base-files: change sysctl handling Move /etc/init.d/sysctl to index ↵ | Jo-Philipp Wich | 2013-03-25 | 1 | -0/+6 |
| | | | | | | 00 and add hotplug script that applies interface specific sysctls for interfaces that only appear later - this allows to reliably configure per-interface parameters in sysctl.conf, e.g. to disable ipv6 autoconfig on a specific iface. SVN-Revision: 36129 | ||||
* | base-files: move network related scripts to a separate package to make the ↵ | Felix Fietkau | 2011-10-20 | 1 | -72/+0 |
| | | | | | | transition to netifd easier SVN-Revision: 28495 | ||||
* | base-files: properly handle vlans on top of wireless interfaces | Jo-Philipp Wich | 2011-03-18 | 1 | -7/+10 |
| | | | | SVN-Revision: 26230 | ||||
* | base-files: make the skipping of ppp interfaces in 10-net hotplug more ↵ | Jo-Philipp Wich | 2011-02-03 | 1 | -1/+1 |
| | | | | | | explicit, this allows users to rely on hotplug events for ppp0 .. ppp9 interfaces spawned by other programs SVN-Revision: 25354 | ||||
* | base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net ↵ | Jo-Philipp Wich | 2010-05-28 | 1 | -1/+1 |
| | | | | | | hotplug handler to match them SVN-Revision: 21591 | ||||
* | base-files: use uci_get() wrapper (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21490 | ||||
* | base-files: do not bring up wlan interfaces from hotplug events, so that ↵ | Felix Fietkau | 2010-05-05 | 1 | -0/+2 |
| | | | | | | wrong network/wireless configs are more noticeable SVN-Revision: 21379 | ||||
* | base-files: move ipv6 module loading from setup_interface() to addif() in ↵ | Jo-Philipp Wich | 2009-08-10 | 1 | -0/+6 |
| | | | | | | the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356) SVN-Revision: 17217 | ||||
* | network scripts: properly maintain the network state's list of assigned ↵ | Felix Fietkau | 2008-07-30 | 1 | -0/+21 |
| | | | | | | interfaces SVN-Revision: 12026 | ||||
* | more reliable fix for handling ppp | Felix Fietkau | 2007-02-25 | 1 | -0/+5 |
| | | | | SVN-Revision: 6356 | ||||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 1 | -0/+35 |
SVN-Revision: 5622 |