| Commit message (Expand) | Author | Age | Files | Lines |
* | base-files: evaluate /etc/sysctl.d/* before /etc/sysctl.conf | Matthias Schiffer | 2018-04-13 | 1 | -1/+1 |
* | sysctl: read settings from /etc/sysctl.d/*.conf | John Crispin | 2015-07-07 | 1 | -3/+6 |
* | base-files: drop 2 pointless hotplug trigger stubs | John Crispin | 2013-06-21 | 2 | -26/+0 |
* | package/base-files: change sysctl handling Move /etc/init.d/sysctl to index 0... | Jo-Philipp Wich | 2013-03-25 | 1 | -0/+6 |
* | base-files: remove rdate integration, add busybox ntpd init script and server... | Jo-Philipp Wich | 2011-10-27 | 1 | -63/+0 |
* | base-files: move network related scripts to a separate package to make the tr... | Felix Fietkau | 2011-10-20 | 3 | -214/+0 |
* | base-files: use uci_toggle_state() to prevent unwanted aggregation of state v... | Jo-Philipp Wich | 2011-07-15 | 2 | -4/+4 |
* | base-files: properly handle vlans on top of wireless interfaces | Jo-Philipp Wich | 2011-03-18 | 1 | -7/+10 |
* | base-files: fix sysctl handling, do not react on fake ifaces in route hotplug... | Jo-Philipp Wich | 2011-02-25 | 1 | -2/+5 |
* | base-files: - properly disable IPv6 on bridge ports - introduce accept_ra opt... | Jo-Philipp Wich | 2011-02-11 | 1 | -0/+27 |
* | base-files: make the skipping of ppp interfaces in 10-net hotplug more explic... | Jo-Philipp Wich | 2011-02-03 | 1 | -1/+1 |
* | base-files: derive connect_time from uptime as local system time may warp due... | Jo-Philipp Wich | 2010-12-01 | 1 | -1/+1 |
* | base-files: save the connect time of interfaces in uci state | Jo-Philipp Wich | 2010-12-01 | 1 | -0/+1 |
* | base-files: add "mtu" option for route sections, allows setting per-route mtu... | Jo-Philipp Wich | 2010-06-30 | 1 | -2/+6 |
* | base-files: - add aliases to device by default (not ifname) - introduce optio... | Jo-Philipp Wich | 2010-06-02 | 1 | -1/+2 |
* | base-file: move alias setup to route hotplug, this fixes alias sections for n... | Jo-Philipp Wich | 2010-06-01 | 1 | -0/+28 |
* | base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net ho... | Jo-Philipp Wich | 2010-05-28 | 1 | -1/+1 |
* | base-files (#7316) - improve rdate reliability - make rdate config more ntp l... | Jo-Philipp Wich | 2010-05-17 | 1 | -35/+52 |
* | base-files: use uci_get() wrapper (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
* | base-files: do not bring up wlan interfaces from hotplug events, so that wron... | Felix Fietkau | 2010-05-05 | 1 | -0/+2 |
* | base-files: add a hotplug handler for rdate | Jo-Philipp Wich | 2010-03-27 | 1 | -0/+46 |
* | add the block-mount package by Daniel Dickinson (cshore), replacing existing ... | Felix Fietkau | 2010-02-26 | 1 | -20/+0 |
* | base-files: try to activate hotplugged partitions as swap and fall back to la... | Jo-Philipp Wich | 2010-01-23 | 1 | -4/+5 |
* | base-files: move ipv6 module loading from setup_interface() to addif() in the... | Jo-Philipp Wich | 2009-08-10 | 1 | -0/+6 |
* | fix broken logic in r15272, r15273 | Jo-Philipp Wich | 2009-04-19 | 1 | -5/+4 |
* | base-files: (#4928) handle "option gateway 0.0.0.0" and "option gateway inter... | Jo-Philipp Wich | 2009-04-19 | 1 | -0/+7 |
* | base-files: remove redundant netmask handling in 10-routes | Jo-Philipp Wich | 2009-04-12 | 1 | -1/+0 |
* | Use block events for the mounting/unmounting of external storage devices. Thi... | Jose Vasconcellos | 2009-01-30 | 4 | -13/+45 |
* | allow ipv4 routes without gateway in configuration | Jo-Philipp Wich | 2008-12-22 | 1 | -2/+4 |
* | package/base-files: allow ipv6 routes without gateway specified | Jo-Philipp Wich | 2008-11-28 | 1 | -1/+1 |
* | fix up the network ifname in the network state when receiving iface/ifup events | Felix Fietkau | 2008-11-28 | 1 | -0/+1 |
* | network scripts: properly maintain the network state's list of assigned inter... | Felix Fietkau | 2008-07-30 | 1 | -0/+21 |
* | use default gateway for routes that have no gw specified, Signed off by: Bria... | John Crispin | 2008-06-06 | 1 | -4/+2 |
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 2 | -2/+1 |
* | Add route6 option to setup IPv6 routes (#2528) | Florian Fainelli | 2007-10-16 | 1 | -0/+29 |
* | fix a race condition with dynamic interfaces and firewalling | Felix Fietkau | 2007-08-04 | 1 | -3/+0 |
* | use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset | Felix Fietkau | 2007-07-13 | 1 | -1/+1 |
* | fix static routes for dynamic interfaces (#1446) | Felix Fietkau | 2007-07-12 | 1 | -0/+1 |
* | added usb-storage hotpluging | John Crispin | 2007-06-20 | 1 | -0/+13 |
* | keep track of the network interface states (stored in uci format in /var/stat... | Felix Fietkau | 2007-06-16 | 1 | -0/+6 |
* | buggy script; nolonger used | Mike Baker | 2007-05-01 | 1 | -33/+0 |
* | remove automounting script for block devices - it's causing more problems tha... | Felix Fietkau | 2007-04-12 | 1 | -25/+0 |
* | add support for static routes - based on the patch from #1365 | Felix Fietkau | 2007-03-02 | 1 | -0/+40 |
* | more reliable fix for handling ppp | Felix Fietkau | 2007-02-25 | 1 | -0/+5 |
* | don't try to automount loopback devices (#1011) | Felix Fietkau | 2006-12-20 | 1 | -1/+1 |
* | small tweaks to the usb disk hotplug scripts | Mike Baker | 2006-11-28 | 2 | -6/+5 |
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 3 | -0/+94 |