| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded a... | Lars-Peter Clausen | 2010-02-09 | 1 | -1/+1 |
* | when rebooting, use lazy umounts as fallback (patch by puchu) | Felix Fietkau | 2010-01-30 | 1 | -1/+1 |
* | stop syslogd before rebooting, otherwise umount might not work properly when ... | Felix Fietkau | 2010-01-30 | 1 | -0/+6 |
* | when rebooting, stop the network interfaces last (just before umount) to allo... | Felix Fietkau | 2010-01-30 | 1 | -1/+1 |
* | base-files: do not warn about nonexistant sysctl overrides (some of them are ... | Felix Fietkau | 2010-01-29 | 1 | -1/+1 |
* | run led init after /etc/init.d/done to keep the configured led settings activ... | Felix Fietkau | 2010-01-06 | 1 | -1/+1 |
* | do not start multiple subshells for applying /etc/uci-defaults. use sh -x for... | Felix Fietkau | 2009-12-09 | 1 | -4/+3 |
* | mount debugfs by default | Felix Fietkau | 2009-11-23 | 1 | -0/+1 |
* | base-files: only try to execute watchdog if binary is present | Jo-Philipp Wich | 2009-10-20 | 1 | -1/+2 |
* | base-files: introduce a ready-to-use /etc/rc.local to let users run custom co... | Jo-Philipp Wich | 2009-09-11 | 1 | -0/+5 |
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17... | Felix Fietkau | 2009-09-09 | 1 | -15/+0 |
* | fix nonhotpluggable networks not being brought up. Closes #2781 | Travis Kemen | 2009-09-06 | 1 | -0/+15 |
* | Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable inte... | Felix Fietkau | 2009-09-05 | 1 | -1/+0 |
* | add ifup -a to boot(), closes #4543 #2781 | Travis Kemen | 2009-09-05 | 1 | -0/+1 |
* | extend logging functions | Travis Kemen | 2009-09-04 | 1 | -7/+17 |
* | base-files: clean up init.d/fstab and port it to the new config_get | Felix Fietkau | 2009-08-07 | 1 | -18/+14 |
* | base-files: port init.d/led to new config_get | Felix Fietkau | 2009-08-07 | 1 | -8/+6 |
* | base-files: port init.d/boot to new config_get | Felix Fietkau | 2009-08-07 | 1 | -9/+10 |
* | base-files: set rules file for hotplug2 in the boot script (closes #5235) | Gabor Juhos | 2009-05-30 | 1 | -0/+1 |
* | base-files: update command line for the new hotplug2 | Gabor Juhos | 2009-05-28 | 1 | -1/+2 |
* | rcS: wait for init scripts to complete before initiating the shutdown (patch ... | Felix Fietkau | 2009-04-30 | 2 | -6/+12 |
* | add an explicit 'sysinit' tag for logging initscripts output, instead of '' t... | Nicolas Thill | 2009-04-21 | 1 | -1/+1 |
* | Allow running without "logger" installed | Michael Büsch | 2009-03-18 | 1 | -1/+4 |
* | Support configurations without syslogd/klogd. | Michael Büsch | 2009-03-18 | 1 | -2/+2 |
* | On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel M... | Hauke Mehrtens | 2009-03-07 | 1 | -0/+1 |
* | allow specifying port where to log (#2019) | Florian Fainelli | 2009-02-03 | 1 | -1/+2 |
* | package/base-files: fix chmod of /tmp/.uci, bump package revision | Jo-Philipp Wich | 2009-01-06 | 1 | -1/+1 |
* | make option name optional | Travis Kemen | 2008-09-13 | 1 | -2/+2 |
* | fix a race condition which would leave dnsmasq in infinite resolving recursio... | Felix Fietkau | 2008-08-28 | 1 | -0/+1 |
* | fixes broken if-then in led init script | John Crispin | 2008-08-27 | 1 | -2/+3 |
* | remove /etc/functions.sh call from led hotplug script | John Crispin | 2008-08-14 | 1 | -2/+0 |
* | added support for the timer-trigger to uci LED support | Steven Barth | 2008-08-07 | 1 | -0/+8 |
* | add uci led support - /etc/config/system can hold led info which is applied a... | John Crispin | 2008-08-04 | 1 | -0/+45 |
* | work aroung error message during boot if swapon is nt installed | John Crispin | 2008-08-04 | 1 | -1/+1 |
* | move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it w... | Felix Fietkau | 2008-08-01 | 1 | -0/+1 |
* | fix variable names in tests | Nicolas Thill | 2008-07-22 | 1 | -5/+5 |
* | Revert previous bad commit r11512 | Yuji Mano | 2008-06-16 | 1 | -11/+6 |
* | Add the PS3 specific utility bl-option, a helper sctipt to get and set bootlo... | Yuji Mano | 2008-06-16 | 1 | -6/+11 |
* | system now knows which timezone it is in | John Crispin | 2008-06-11 | 1 | -0/+4 |
* | create /etc/fstab on boot (closes #3458) | Matteo Croce | 2008-05-20 | 1 | -5/+7 |
* | fix some wrong paths | Matteo Croce | 2008-05-19 | 1 | -6/+6 |
* | base-files: Update /etc/init.d/fstab with new location of swapon and swapoff ... | Rod Whitby | 2008-05-17 | 1 | -4/+4 |
* | adding check for /proc/net/vlan/config (==vlan enabled kernel) | Ralph Hempel | 2008-05-13 | 1 | -1/+1 |
* | fix swap{on,off} path | Matteo Croce | 2008-04-19 | 1 | -4/+4 |
* | fix restart on platforms without a setup_switch() | Travis Kemen | 2008-04-15 | 1 | -0/+2 |
* | add missing include in restart | Travis Kemen | 2008-04-12 | 1 | -0/+1 |
* | fix typo(2) in watchdog init script | Matteo Croce | 2008-04-03 | 1 | -1/+1 |
* | fix typo in watchdog init script | Matteo Croce | 2008-04-03 | 1 | -1/+1 |
* | Start the watchdog daemon if a harware watchdog is present | Florian Fainelli | 2008-04-03 | 1 | -0/+7 |
* | Make the syslog ring-buffer size configurable (#3204) | Florian Fainelli | 2008-03-07 | 1 | -1/+2 |