aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/boot
Commit message (Collapse)AuthorAgeFilesLines
...
* allow specifying port where to log (#2019)Florian Fainelli2009-02-031-1/+2
| | | | SVN-Revision: 14396
* package/base-files: fix chmod of /tmp/.uci, bump package revisionJo-Philipp Wich2009-01-061-1/+1
| | | | SVN-Revision: 13903
* fix a race condition which would leave dnsmasq in infinite resolving ↵Felix Fietkau2008-08-281-0/+1
| | | | | | recursion nirvana SVN-Revision: 12424
* move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it ↵Felix Fietkau2008-08-011-0/+1
| | | | | | works for initramfs as well SVN-Revision: 12058
* Revert previous bad commit r11512Yuji Mano2008-06-161-11/+6
| | | | SVN-Revision: 11513
* Add the PS3 specific utility bl-option, a helper sctipt to get and set ↵Yuji Mano2008-06-161-6/+11
| | | | | | | | bootloader options in flash memory. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11512
* system now knows which timezone it is inJohn Crispin2008-06-111-0/+4
| | | | SVN-Revision: 11445
* adding check for /proc/net/vlan/config (==vlan enabled kernel)Ralph Hempel2008-05-131-1/+1
| | | | SVN-Revision: 11132
* Make the syslog ring-buffer size configurable (#3204)Florian Fainelli2008-03-071-1/+2
| | | | SVN-Revision: 10557
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-031-0/+2
| | | | SVN-Revision: 10367
* init: don't start hotplug2 if it doesn't existFelix Fietkau2007-11-281-1/+2
| | | | | | | | | | | | The current init script always tries to start hotplug 2, even if it's not present, so we get an error on boot. This change checks for the presence of the hotplug2 binary before trying to start it. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9606
* 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
* 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
* move syslogd and klogd to init.di/boot script, add remote logging supportMike Baker2007-05-101-0/+4
| | | | SVN-Revision: 7160
* fix networking on broadcom and possibly other targets as well (#1658)Felix Fietkau2007-05-091-2/+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
* Limit the number of hotplug childrensFlorian Fainelli2007-04-011-2/+2
| | | | SVN-Revision: 6804
* 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
* 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-221-0/+26
SVN-Revision: 5622