Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: Make /etc/init.d/boot restartable | John Crispin | 2013-11-07 | 1 | -3/+7 |
| | | | | | | | | | Only reload hostname and timezone config on /etc/init.d/boot restart. Module loading and basic boot setup is only done during boot. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 38670 | ||||
* | procd: add a small script that handles config reloads until configd is ready | John Crispin | 2013-07-11 | 1 | -0/+4 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37248 | ||||
* | base-files: add 2 missing variable defines | John Crispin | 2013-07-08 | 1 | -1/+1 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37204 | ||||
* | base-files: module loading is now handled by ubox/kmodloader | John Crispin | 2013-06-21 | 1 | -5/+1 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37003 | ||||
* | base-files: remove unnecessary early sysctl-hack | Steven Barth | 2013-06-11 | 1 | -7/+0 |
| | | | | SVN-Revision: 36920 | ||||
* | boot: make use of kmodloader if it is available | John Crispin | 2013-04-25 | 1 | -1/+5 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36428 | ||||
* | make basefiles aware of procd | John Crispin | 2013-03-13 | 1 | -32/+0 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36003 | ||||
* | base-files: Fix IPv6 early sysctls again * Kernel IPv6 /proc interface ↵ | Steven Barth | 2013-02-01 | 1 | -2/+6 |
| | | | | | | inconsistency caused races SVN-Revision: 35417 | ||||
* | base-files: Fix race-conditions with IPv6 sysctls | Steven Barth | 2013-01-29 | 1 | -0/+3 |
| | | | | SVN-Revision: 35368 | ||||
* | Do not overload mount-call - trying to reduce confusion | Mirko Vogt | 2012-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | The behaviour of calling 'mount' differed depending on whether it called the busybox-mount, the mount of util-linux, the mount defined in /lib/functions.sh and /lib/functions/boot.sh /etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh, both re-defining 'mount'. SVN-Revision: 34792 | ||||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 32062 | ||||
* | base-files: wait for wifi modules to settle | Jonas Gorski | 2012-05-06 | 1 | -0/+3 |
| | | | | | | | | | | On slower devices wifi drivers might take too long for detecting devices, resulting in the wifi detect call not seeing them. This was observed on a bcm6348 with bcm4318 wifi. Adding a one second pause was enough for b43 to expose the device. SVN-Revision: 31639 | ||||
* | base-files: remove old coldplugging hacks that are no longer necessary since ↵ | Felix Fietkau | 2012-03-13 | 1 | -10/+0 |
| | | | | | | the new main hotplug2 instance calls udevtrigger as well SVN-Revision: 30916 | ||||
* | base-files: the initial hotplug2 instance sometimes misses a few relevant ↵ | Felix Fietkau | 2012-01-22 | 1 | -0/+1 |
| | | | | | | events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this SVN-Revision: 29862 | ||||
* | base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to ↵ | Jo-Philipp Wich | 2012-01-19 | 1 | -1/+0 |
| | | | | | | hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> SVN-Revision: 29806 | ||||
* | base-files: now that we have date -k, adjust the kernel timezone after ↵ | Jo-Philipp Wich | 2011-11-17 | 1 | -1/+4 |
| | | | | | | setting up TZ and localtime SVN-Revision: 29204 | ||||
* | package/base-files: use new service wrapper | Nicolas Thill | 2011-11-07 | 1 | -12/+13 |
| | | | | SVN-Revision: 28835 | ||||
* | base-files: load modules early, run wifi detect afterwards and only then ↵ | Felix Fietkau | 2011-11-03 | 1 | -6/+12 |
| | | | | | | | | process uci defaults this allows uci-defaults scripts to override wifi settings SVN-Revision: 28733 | ||||
* | base-files: use "zonename" system option to symlink /etc/localtime via ↵ | Jo-Philipp Wich | 2011-09-26 | 1 | -0/+3 |
| | | | | | | /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc SVN-Revision: 28306 | ||||
* | base-files: pass conloglevel to syslogd (#9463, #9647) | Jo-Philipp Wich | 2011-07-03 | 1 | -2/+6 |
| | | | | SVN-Revision: 27400 | ||||
* | base-files: retrigger usb coldplug after module loading, solves ↵ | Jo-Philipp Wich | 2011-05-08 | 1 | -0/+5 |
| | | | | | | usb_modeswitch on boot and possibly others (#9352) SVN-Revision: 26848 | ||||
* | base-files: Use -h instead of deprecated -L for symlink check | Vasilis Tsiligiannis | 2011-04-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 26485 | ||||
* | base-files: fix minor problem in init.d/boot | Vasilis Tsiligiannis | 2011-04-05 | 1 | -1/+1 |
| | | | | | | | | | The script tests for the existance of /dev/root with test -e which fails if /dev/root is a dangling symlink making the call to ln fail. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 26483 | ||||
* | stop syslogd before rebooting, otherwise umount might not work properly when ↵ | Felix Fietkau | 2010-01-30 | 1 | -0/+6 |
| | | | | | | logging to a file (thx, puchu) SVN-Revision: 19428 | ||||
* | do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵ | Felix Fietkau | 2009-12-09 | 1 | -4/+3 |
| | | | | | | for hush compatibility SVN-Revision: 18717 | ||||
* | mount debugfs by default | Felix Fietkau | 2009-11-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 18502 | ||||
* | extend logging functions | Travis Kemen | 2009-09-04 | 1 | -7/+17 |
| | | | | SVN-Revision: 17514 | ||||
* | base-files: port init.d/boot to new config_get | Felix Fietkau | 2009-08-07 | 1 | -9/+10 |
| | | | | | | | | ... and localize some variables. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17157 | ||||
* | base-files: set rules file for hotplug2 in the boot script (closes #5235) | Gabor Juhos | 2009-05-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 16215 | ||||
* | base-files: update command line for the new hotplug2 | Gabor Juhos | 2009-05-28 | 1 | -1/+2 |
| | | | | SVN-Revision: 16154 | ||||
* | rcS: wait for init scripts to complete before initiating the shutdown (patch ↵ | Felix Fietkau | 2009-04-30 | 1 | -1/+1 |
| | | | | | | from #5032) SVN-Revision: 15530 | ||||
* | Support configurations without syslogd/klogd. | Michael Büsch | 2009-03-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 14937 | ||||
* | allow specifying port where to log (#2019) | Florian Fainelli | 2009-02-03 | 1 | -1/+2 |
| | | | | SVN-Revision: 14396 | ||||
* | package/base-files: fix chmod of /tmp/.uci, bump package revision | Jo-Philipp Wich | 2009-01-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 13903 | ||||
* | fix a race condition which would leave dnsmasq in infinite resolving ↵ | Felix Fietkau | 2008-08-28 | 1 | -0/+1 |
| | | | | | | recursion nirvana SVN-Revision: 12424 | ||||
* | move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it ↵ | Felix Fietkau | 2008-08-01 | 1 | -0/+1 |
| | | | | | | works for initramfs as well SVN-Revision: 12058 | ||||
* | Revert previous bad commit r11512 | Yuji Mano | 2008-06-16 | 1 | -11/+6 |
| | | | | SVN-Revision: 11513 | ||||
* | Add the PS3 specific utility bl-option, a helper sctipt to get and set ↵ | Yuji Mano | 2008-06-16 | 1 | -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 in | John Crispin | 2008-06-11 | 1 | -0/+4 |
| | | | | SVN-Revision: 11445 | ||||
* | adding check for /proc/net/vlan/config (==vlan enabled kernel) | Ralph Hempel | 2008-05-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 11132 | ||||
* | Make the syslog ring-buffer size configurable (#3204) | Florian Fainelli | 2008-03-07 | 1 | -1/+2 |
| | | | | SVN-Revision: 10557 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 1 | -0/+2 |
| | | | | SVN-Revision: 10367 | ||||
* | init: don't start hotplug2 if it doesn't exist | Felix Fietkau | 2007-11-28 | 1 | -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 Fietkau | 2007-09-20 | 1 | -1/+1 |
| | | | | | | should prevent duplicate ifup actions. thx, ffrrrr. SVN-Revision: 8864 | ||||
* | fix a warning (#1800) | Felix Fietkau | 2007-06-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 7809 | ||||
* | replace the hotplug2 fork handling hack with a better solution implemented ↵ | Felix Fietkau | 2007-06-30 | 1 | -1/+1 |
| | | | | | | in upstream (thanks, iSteve) SVN-Revision: 7786 | ||||
* | fix failsafe on broadcom, send netlink events in diag when running linux 2.6 | Felix Fietkau | 2007-06-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 7722 | ||||
* | keep track of the network interface states (stored in uci format in ↵ | Felix Fietkau | 2007-06-16 | 1 | -0/+1 |
| | | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643 | ||||
* | Add the conloglevel option (#1682) | Florian Fainelli | 2007-06-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 7613 | ||||
* | move syslogd and klogd to init.di/boot script, add remote logging support | Mike Baker | 2007-05-10 | 1 | -0/+4 |
| | | | | SVN-Revision: 7160 |