summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/hotplug.d
Commit message (Collapse)AuthorAgeFilesLines
* base-files: move ipv6 module loading from setup_interface() to addif() in ↵Jo-Philipp Wich2009-08-101-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
* fix broken logic in r15272, r15273Jo-Philipp Wich2009-04-191-5/+4
| | | | SVN-Revision: 15274
* base-files: (#4928) handle "option gateway 0.0.0.0" and "option gateway ↵Jo-Philipp Wich2009-04-191-0/+7
| | | | | | interface" in route sections as "no gateway given" to allow defining gateway-less routes while still keeping the possibility to have static routes with a proper gateway on interfaces with# dynamic ips SVN-Revision: 15272
* base-files: remove redundant netmask handling in 10-routesJo-Philipp Wich2009-04-121-1/+0
| | | | SVN-Revision: 15219
* Use block events for the mounting/unmounting of external storage devices. ↵Jose Vasconcellos2009-01-304-13/+45
| | | | | | This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt. SVN-Revision: 14289
* allow ipv4 routes without gateway in configurationJo-Philipp Wich2008-12-221-2/+4
| | | | SVN-Revision: 13714
* package/base-files: allow ipv6 routes without gateway specifiedJo-Philipp Wich2008-11-281-1/+1
| | | | SVN-Revision: 13419
* fix up the network ifname in the network state when receiving iface/ifup eventsFelix Fietkau2008-11-281-0/+1
| | | | SVN-Revision: 13399
* network scripts: properly maintain the network state's list of assigned ↵Felix Fietkau2008-07-301-0/+21
| | | | | | interfaces SVN-Revision: 12026
* use default gateway for routes that have no gw specified, Signed off by: ↵John Crispin2008-06-061-4/+2
| | | | | | Brian J. Murrell SVN-Revision: 11380
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-032-2/+1
| | | | SVN-Revision: 10367
* Add route6 option to setup IPv6 routes (#2528)Florian Fainelli2007-10-161-0/+29
| | | | SVN-Revision: 9337
* fix a race condition with dynamic interfaces and firewallingFelix Fietkau2007-08-041-3/+0
| | | | SVN-Revision: 8343
* use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS resetFelix Fietkau2007-07-131-1/+1
| | | | SVN-Revision: 7953
* fix static routes for dynamic interfaces (#1446)Felix Fietkau2007-07-121-0/+1
| | | | SVN-Revision: 7949
* added usb-storage hotplugingJohn Crispin2007-06-201-0/+13
| | | | SVN-Revision: 7684
* keep track of the network interface states (stored in uci format in ↵Felix Fietkau2007-06-161-0/+6
| | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
* buggy script; nolonger usedMike Baker2007-05-011-33/+0
| | | | SVN-Revision: 7078
* remove automounting script for block devices - it's causing more problems ↵Felix Fietkau2007-04-121-25/+0
| | | | | | than it solves SVN-Revision: 6937
* add support for static routes - based on the patch from #1365Felix Fietkau2007-03-021-0/+40
| | | | SVN-Revision: 6457
* more reliable fix for handling pppFelix Fietkau2007-02-251-0/+5
| | | | SVN-Revision: 6356
* don't try to automount loopback devices (#1011)Felix Fietkau2006-12-201-1/+1
| | | | SVN-Revision: 5877
* small tweaks to the usb disk hotplug scriptsMike Baker2006-11-282-6/+5
| | | | SVN-Revision: 5667
* rename default/ to files/Felix Fietkau2006-11-223-0/+94
SVN-Revision: 5622