summaryrefslogtreecommitdiff
path: root/package/base-files/files/etc/init.d
Commit message (Collapse)AuthorAgeFilesLines
* Added support for /etc/default/fstab - a means of automatically mounting ↵Rod Whitby2007-09-211-0/+42
| | | | | | devices on boot. SVN-Revision: 8916
* add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - ↵Felix Fietkau2007-09-201-1/+1
| | | | | | should prevent duplicate ifup actions. thx, ffrrrr. SVN-Revision: 8864
* wireless config gets regenerated not only when it does not exist, buit also ↵John Crispin2007-07-241-1/+1
| | | | | | if it is 0 len SVN-Revision: 8149
* fix a warning (#1800)Felix Fietkau2007-06-301-1/+1
| | | | SVN-Revision: 7809
* replace the hotplug2 fork handling hack with a better solution implemented ↵Felix Fietkau2007-06-301-1/+1
| | | | | | in upstream (thanks, iSteve) SVN-Revision: 7786
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-251-1/+1
| | | | SVN-Revision: 7722
* keep track of the network interface states (stored in uci format in ↵Felix Fietkau2007-06-161-0/+1
| | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643
* Add the conloglevel option (#1682)Florian Fainelli2007-06-131-0/+3
| | | | SVN-Revision: 7613
* unified preinit environmentMike Baker2007-05-101-0/+15
| | | | SVN-Revision: 7173
* unmount filesystems at shutdownMike Baker2007-05-101-0/+8
| | | | SVN-Revision: 7166
* add K* scripts to be run at shutdownMike Baker2007-05-103-6/+13
| | | | SVN-Revision: 7163
* move syslogd and klogd to init.di/boot script, add remote logging supportMike Baker2007-05-102-9/+4
| | | | SVN-Revision: 7160
* fix networking on broadcom and possibly other targets as well (#1658)Felix Fietkau2007-05-092-11/+9
| | | | SVN-Revision: 7149
* use hotplug2 for serializing hotplug events on 2.6Felix Fietkau2007-05-051-4/+2
| | | | SVN-Revision: 7097
* create /dev/root on boot - fixes cf2nand on rb532Felix Fietkau2007-04-291-0/+6
| | | | SVN-Revision: 7066
* we can use some more hotplug processes here...Felix Fietkau2007-04-161-1/+1
| | | | SVN-Revision: 6980
* use rc.common for usb init scriptFelix Fietkau2007-04-061-2/+2
| | | | SVN-Revision: 6873
* Limit the number of hotplug childrensFlorian Fainelli2007-04-011-2/+2
| | | | SVN-Revision: 6804
* Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵Felix Fietkau2007-03-161-0/+9
| | | | | | of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. SVN-Revision: 6572
* add new config option for the hostname in /etc/config/system (fixes #1302, ↵Felix Fietkau2007-03-061-2/+11
| | | | | | #1438) SVN-Revision: 6532
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-041-2/+5
| | | | SVN-Revision: 6512
* add support for if{down,up} -a and implement proper start/stop/restart for ↵Felix Fietkau2007-03-021-1/+14
| | | | | | /etc/init.d/network SVN-Revision: 6455
* make usb init script executableFelix Fietkau2007-01-251-0/+0
| | | | SVN-Revision: 6203
* use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)Felix Fietkau2007-01-251-1/+1
| | | | SVN-Revision: 6202
* Mount usb filesystem at startup (#1077)Florian Fainelli2007-01-211-0/+9
| | | | SVN-Revision: 6163
* Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵Felix Fietkau2007-01-081-0/+1
| | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043
* rename default/ to files/Felix Fietkau2006-11-223-0/+59
SVN-Revision: 5622