Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base_files: Remove . from end of localhost entry | Hamish Guthrie | 2010-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 22508 | ||||
* | base-files: add "mtu" option for route sections, allows setting per-route ↵ | Jo-Philipp Wich | 2010-06-30 | 1 | -2/+6 |
| | | | | | | mtu values SVN-Revision: 22003 | ||||
* | base-files: enable IPv6 forwarding by default since the default firewall ↵ | Jo-Philipp Wich | 2010-06-12 | 1 | -1/+1 |
| | | | | | | supports ip6tables now SVN-Revision: 21766 | ||||
* | base-files: - add aliases to device by default (not ifname) - introduce ↵ | Jo-Philipp Wich | 2010-06-02 | 1 | -1/+2 |
| | | | | | | option "layer" to select the target ifname to attach the alias to: - 3 use tun device (tun over bridge over device) fallback to bridge or device - 2 use bridge (bridge over device) fallback to device - 1 use device SVN-Revision: 21655 | ||||
* | base-file: move alias setup to route hotplug, this fixes alias sections for ↵ | Jo-Philipp Wich | 2010-06-01 | 1 | -0/+28 |
| | | | | | | non-static interfaces like ppp, dhcp, 6in4 etc. SVN-Revision: 21652 | ||||
* | base-files: don't skip subsequent hotplug rules when doing makedev for tun ↵ | Jo-Philipp Wich | 2010-05-31 | 1 | -1/+0 |
| | | | | | | or tap interfaces - this fixes support for uci managed OpenVPN interfaces and other externally created tuntap devices SVN-Revision: 21641 | ||||
* | base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net ↵ | Jo-Philipp Wich | 2010-05-28 | 1 | -1/+1 |
| | | | | | | hotplug handler to match them SVN-Revision: 21591 | ||||
* | base-files: respect .auto option when running coldplug_interface_*() hooks ↵ | Jo-Philipp Wich | 2010-05-27 | 1 | -1/+4 |
| | | | | | | on boot SVN-Revision: 21588 | ||||
* | base-files (#7316) - improve rdate reliability - make rdate config more ntp ↵ | Jo-Philipp Wich | 2010-05-17 | 3 | -42/+77 |
| | | | | | | like - move time server list to /etc/config/timeserver - bump package revision SVN-Revision: 21495 | ||||
* | base-files: use uci_get() wrapper (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 21490 | ||||
* | base-files: add a coldplug_interface_* hook to bring up non-hotpluggable ↵ | Jo-Philipp Wich | 2010-05-06 | 1 | -0/+11 |
| | | | | | | interfaces on boot SVN-Revision: 21389 | ||||
* | base-files: do not bring up wlan interfaces from hotplug events, so that ↵ | Felix Fietkau | 2010-05-05 | 1 | -0/+2 |
| | | | | | | wrong network/wireless configs are more noticeable SVN-Revision: 21379 | ||||
* | base-files: Remove redundant stopping of watchdog | Vasilis Tsiligiannis | 2010-05-03 | 1 | -1/+0 |
| | | | | | | busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341 | ||||
* | add stop() to watchdog init script, patch from Yury Polyanskiy | Florian Fainelli | 2010-05-03 | 1 | -1/+6 |
| | | | | SVN-Revision: 21334 | ||||
* | Fix bug in foregrounding in /etc/init.d/rcS | Florian Fainelli | 2010-04-16 | 1 | -2/+6 |
| | | | | | | | | Not using the config_xxx functions correctly. Amended. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 20928 | ||||
* | option to allow boot to run to completion before starting shell | Florian Fainelli | 2010-04-13 | 1 | -1/+6 |
| | | | | | | | | | | | | | Setting the system variable "foreground" to yes causes the system to run the init scripts in series and wait for completion. This is useful if (a) you don't want the user getting into the console until the system is initialized, or (b) you have things going on in your scripts that require strict ordering (and no possible race conditions). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 20841 | ||||
* | add debugging entry to hotplug config | Florian Fainelli | 2010-04-10 | 1 | -0/+6 |
| | | | | | | | | This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 20785 | ||||
* | base-files: Use hotplug2 to download firmware | Vasilis Tsiligiannis | 2010-04-03 | 1 | -4/+4 |
| | | | | SVN-Revision: 20683 | ||||
* | base-files: also regenerate wifi config if existing config contains only ↵ | Jo-Philipp Wich | 2010-04-03 | 1 | -2/+5 |
| | | | | | | whitespace SVN-Revision: 20669 | ||||
* | base-files: fix shell syntax (prevent error messages when activating ↵ | Nicolas Thill | 2010-03-29 | 1 | -1/+1 |
| | | | | | | initscripts in IB) SVN-Revision: 20571 | ||||
* | base-files: add a hotplug handler for rdate | Jo-Philipp Wich | 2010-03-27 | 2 | -0/+55 |
| | | | | SVN-Revision: 20518 | ||||
* | base-files: reload switch settings on /etc/init.d/network start as well | Felix Fietkau | 2010-03-15 | 1 | -5/+4 |
| | | | | SVN-Revision: 20232 | ||||
* | base-files: fix preinit code typos | Nicolas Thill | 2010-03-10 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> Acked-by: Daniel Dickinson <cshore@csolve.net> SVN-Revision: 20124 | ||||
* | add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵ | Felix Fietkau | 2010-02-26 | 3 | -93/+0 |
| | | | | | | automount functionality SVN-Revision: 19877 | ||||
* | base-files: add /dev/hvcX to hotplug common rules | Jo-Philipp Wich | 2010-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 19608 | ||||
* | Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for ↵ | Travis Kemen | 2010-02-12 | 1 | -0/+6 |
| | | | | | | the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier SVN-Revision: 19595 | ||||
* | Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded ↵ | Lars-Peter Clausen | 2010-02-09 | 1 | -1/+1 |
| | | | | | | and could couse a broken filesystem if unmounting takes to long. Thanks to Peter Wagner SVN-Revision: 19568 | ||||
* | when rebooting, use lazy umounts as fallback (patch by puchu) | Felix Fietkau | 2010-01-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 19429 | ||||
* | 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 | ||||
* | when rebooting, stop the network interfaces last (just before umount) to ↵ | Felix Fietkau | 2010-01-30 | 1 | -1/+1 |
| | | | | | | allow services to shut down properly (thx, puchu) SVN-Revision: 19427 | ||||
* | base-files: do not warn about nonexistant sysctl overrides (some of them are ↵ | Felix Fietkau | 2010-01-29 | 1 | -1/+1 |
| | | | | | | config dependent) SVN-Revision: 19375 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 1 | -82/+29 |
| | | | | SVN-Revision: 19331 | ||||
* | base-files: try to activate hotplugged partitions as swap and fall back to ↵ | Jo-Philipp Wich | 2010-01-23 | 1 | -4/+5 |
| | | | | | | lazy mount (#6517) SVN-Revision: 19300 | ||||
* | base-files: disable bridge firewalling by default | Jo-Philipp Wich | 2010-01-18 | 1 | -1/+6 |
| | | | | SVN-Revision: 19214 | ||||
* | run led init after /etc/init.d/done to keep the configured led settings ↵ | Felix Fietkau | 2010-01-06 | 1 | -1/+1 |
| | | | | | | active after the system has finished booting Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> SVN-Revision: 19050 | ||||
* | add missing argument to debug/mount wrappers (thx, matteo) | Felix Fietkau | 2009-12-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 18718 | ||||
* | do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵ | Felix Fietkau | 2009-12-09 | 2 | -6/+5 |
| | | | | | | for hush compatibility SVN-Revision: 18717 | ||||
* | functions.sh: use functions instead of aliases for the debug, mount wrappers ↵ | Felix Fietkau | 2009-12-09 | 1 | -2/+7 |
| | | | | | | - hush does not have aliases SVN-Revision: 18715 | ||||
* | mount debugfs by default | Felix Fietkau | 2009-11-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 18502 | ||||
* | base-files: only try to execute watchdog if binary is present | Jo-Philipp Wich | 2009-10-20 | 1 | -1/+2 |
| | | | | SVN-Revision: 18102 | ||||
* | base-files: add hotplug rules for /dev/lpX (#863) | Jo-Philipp Wich | 2009-09-28 | 1 | -0/+6 |
| | | | | SVN-Revision: 17792 | ||||
* | accommodate for 5 digits svn revisions :) | Nicolas Thill | 2009-09-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 17670 | ||||
* | base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵ | Jo-Philipp Wich | 2009-09-11 | 2 | -0/+9 |
| | | | | | | commands on init without creating custom init scripts SVN-Revision: 17571 | ||||
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵ | Felix Fietkau | 2009-09-09 | 1 | -15/+0 |
| | | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544 | ||||
* | fix nonhotpluggable networks not being brought up. Closes #2781 | Travis Kemen | 2009-09-06 | 1 | -0/+15 |
| | | | | SVN-Revision: 17527 | ||||
* | package/base-files: set state to 'preinit' before preinit.arch is used, and ↵ | Gabor Juhos | 2009-09-05 | 1 | -2/+3 |
| | | | | | | set state to 'failsafe' when entering failsafe mode SVN-Revision: 17517 | ||||
* | Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable ↵ | Felix Fietkau | 2009-09-05 | 1 | -1/+0 |
| | | | | | | interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE. SVN-Revision: 17516 | ||||
* | add ifup -a to boot(), closes #4543 #2781 | Travis Kemen | 2009-09-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 17515 | ||||
* | extend logging functions | Travis Kemen | 2009-09-04 | 1 | -7/+17 |
| | | | | SVN-Revision: 17514 | ||||
* | preinit: fix failsafe mode through ctrl+c on devices that do not provide a ↵ | Felix Fietkau | 2009-09-02 | 1 | -1/+5 |
| | | | | | | preinit.arch file SVN-Revision: 17470 |