137 Commits (65bb48cf233c2aef82d227dbde9f6f2d79ca04dc)

Author SHA1 Message Date
Luka Perkov 67f1d364b8 base-files/busybox: move ntpd init script from base-files to busybox 11 years ago
John Crispin 8eb56a88a4 procd: add a small script that handles config reloads until configd is ready 11 years ago
John Crispin 8069d87d3c base-files: convert sysntpd init script to procd 11 years ago
John Crispin 523114e741 base-file: usbfs is no longer mounted under /proc/bus/usb 11 years ago
John Crispin 9e36e10cf7 base-files: add 2 missing variable defines 11 years ago
John Crispin 4c43cacce0 base-files: module loading is now handled by ubox/kmodloader 11 years ago
John Crispin d0db343fc4 base-files: /etc/init.d/rcS is no longer needed, procd handles this for us now 11 years ago
Steven Barth 33c620773d base-files: remove unnecessary early sysctl-hack 11 years ago
John Crispin 811d90ff40 mount_root: prepare base-files 12 years ago
John Crispin 39469dea7f boot: make use of kmodloader if it is available 12 years ago
Jo-Philipp Wich 6bddf226d3 base-files: move sysctl init after boot 12 years ago
Jo-Philipp Wich 7aace3ee3e base-files: fix bad start index in previous commit 12 years ago
Jo-Philipp Wich acca7eadc4 package/base-files: change sysctl handling Move /etc/init.d/sysctl to index 00 and add hotplug script that applies interface specific sysctls for interfaces that only appear later - this allows to reliably configure per-interface parameters in sysctl.conf, e.g. to disable ipv6 autoconfig on a specific iface. 12 years ago
John Crispin f43b7934d2 make basefiles aware of procd 12 years ago
Steven Barth 92ad26d1b6 base-files: Fix IPv6 early sysctls again * Kernel IPv6 /proc interface inconsistency caused races 12 years ago
Steven Barth ea7c9c85a8 base-files: Fix race-conditions with IPv6 sysctls 12 years ago
Mirko Vogt 439a869090 Do not overload mount-call - trying to reduce confusion 12 years ago
Gabor Juhos 38fced86ee base-files: add support for the morse LED trigger 12 years ago
Florian Fainelli d3f22617a2 base-files: skip LEDs handled by rssileds in led init-script 12 years ago
Florian Fainelli 78f4cf3d70 base-files: release an attached loop device on umounting 12 years ago
Jo-Philipp Wich 9ae901445b /etc/functions.sh => /lib/functions.sh 13 years ago
Jonas Gorski 80650c9475 base-files: wait for wifi modules to settle 13 years ago
Jo-Philipp Wich 3c4165a305 enable ntpd server for busybox 13 years ago
Felix Fietkau 5744d736f2 base-files: remove old coldplugging hacks that are no longer necessary since the new main hotplug2 instance calls udevtrigger as well 13 years ago
Felix Fietkau a963a80a38 base-files: the initial hotplug2 instance sometimes misses a few relevant events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this 13 years ago
Jo-Philipp Wich 9fd3886365 base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> 13 years ago
Gabor Juhos ff89832fdb package/base-files: add support for the switch LED trigger 13 years ago
Gabor Juhos 3f85c52a3a package/base-files: use case statement in led init script 13 years ago
Jo-Philipp Wich 33443d2a8c base-files: now that we have date -k, adjust the kernel timezone after setting up TZ and localtime 13 years ago
Nicolas Thill 93886bc776 package/base-files: use new service wrapper 13 years ago
Felix Fietkau 44ba13b578 base-files: load modules early, run wifi detect afterwards and only then process uci defaults 13 years ago
Jo-Philipp Wich 272d95f0f1 base-files: remove rdate integration, add busybox ntpd init script and server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system. 13 years ago
Felix Fietkau c2b5767572 base-files: move network related scripts to a separate package to make the transition to netifd easier 13 years ago
Jo-Philipp Wich bfbbe5893f base-files: use "zonename" system option to symlink /etc/localtime via /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc 13 years ago
Jo-Philipp Wich 32731a72c2 base-files: pass conloglevel to syslogd (#9463, #9647) 13 years ago
Felix Fietkau 9a227d88dd base-files: do not write to /etc/config/wireless at boot time unless a new interface was found 14 years ago
Jo-Philipp Wich ba1c1e9016 base-files: retrigger usb coldplug after module loading, solves usb_modeswitch on boot and possibly others (#9352) 14 years ago
Vasilis Tsiligiannis 980190367c base-files: Use -h instead of deprecated -L for symlink check 14 years ago
Vasilis Tsiligiannis 48465d3d63 base-files: fix minor problem in init.d/boot 14 years ago
Vasilis Tsiligiannis 1b66204ccd base-files: Autodetect newly added wireless hardware 14 years ago
Florian Fainelli d7fe921089 base-files: support port_state in led config (#6763) 14 years ago
Gabor Juhos 63c786dde7 base-files: add support for the usbdev LED trigger 14 years ago
Jo-Philipp Wich c0820d3261 base-files: respect .auto option when running coldplug_interface_*() hooks on boot 15 years ago
Jo-Philipp Wich 6a3cbba92e base-files: add a coldplug_interface_* hook to bring up non-hotpluggable interfaces on boot 15 years ago
Vasilis Tsiligiannis a481cafb55 base-files: Remove redundant stopping of watchdog 15 years ago
Florian Fainelli 20da5f495f add stop() to watchdog init script, patch from Yury Polyanskiy 15 years ago
Florian Fainelli 1847940688 Fix bug in foregrounding in /etc/init.d/rcS 15 years ago
Florian Fainelli eafa2ec962 option to allow boot to run to completion before starting shell 15 years ago
Jo-Philipp Wich 10c00a6368 base-files: also regenerate wifi config if existing config contains only whitespace 15 years ago
Felix Fietkau 3ab30b486f base-files: reload switch settings on /etc/init.d/network start as well 15 years ago