150 Commits (8af860e186d718701f78f28f4a8c9bde619eb273)

Author SHA1 Message Date
John Crispin 3c9cfbeebd base-files: Remove stale calls to start() in initscripts. 10 years ago
Luka Perkov 3fea61afe8 base-files: update copyright headers 10 years ago
Felix Fietkau 281f415885 base-files: fix argument order to date in sysfixtime so that it also works with musl 10 years ago
John Crispin dcf42b40fc base-files: removes logging 10 years ago
John Crispin 1d5ac95850 base-files: make use of new fstools 11 years ago
Felix Fietkau 4a9ea80ef0 /lib/functions.sh: move rarely used mtd and macaddr related functions to /lib/functions/system.sh 11 years ago
Felix Fietkau 3d275a8deb base-files: move uci_apply_defaults() to /etc/init.d/boot 11 years ago
John Crispin 0dc9d8d6ff fstools: add the new fstools package 11 years ago
John Crispin 7917a87d12 base-files: split /etc/init.d/boot into 2 files 11 years ago
Jo-Philipp Wich 73344b9c56 Add sysfixtime init script, replacement of luci_fixtime 11 years ago
John Crispin 834204bda6 base-files: fix mount-utils incompatibility 11 years ago
Luka Perkov 3ceb6b3274 base-files: fix whitespaces 11 years ago
John Crispin 76506e7fa4 base-files: Make /etc/init.d/boot restartable 11 years ago
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 12 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 13 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