Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | base-files: remove duplicate stop_service() function. | Felix Fietkau | 2014-04-27 | 1 | -4/+0 | |
| | | | | | | | | | It was introduced in commit 2f966e8, "base-files: add a post start hook for procd managed services". Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 40576 | |||||
* | base-files: remove duplicate wps button handler (#15621) | Felix Fietkau | 2014-04-18 | 1 | -6/+0 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40528 | |||||
* | base-files: make use of new fstools | John Crispin | 2014-04-07 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40416 | |||||
* | /lib/functions.sh: move rarely used mtd and macaddr related functions to ↵ | Felix Fietkau | 2014-04-07 | 2 | -0/+3 | |
| | | | | | | | | /lib/functions/system.sh Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40411 | |||||
* | base-files: move uci_apply_defaults() to /etc/init.d/boot | Felix Fietkau | 2014-04-07 | 1 | -1/+12 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40408 | |||||
* | /lib/functions.sh: move preinit related functions to /lib/functions/preinit.sh | Felix Fietkau | 2014-04-07 | 1 | -0/+1 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40404 | |||||
* | fstools: add the new fstools package | John Crispin | 2014-03-12 | 1 | -5/+1 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39895 | |||||
* | the root password should be empty for real, like before | Imre Kaloz | 2014-02-21 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39650 | |||||
* | base-files: split /etc/init.d/boot into 2 files | John Crispin | 2014-02-18 | 2 | -32/+52 | |
| | | | | | | | | this allows us to bind a procd trigger to system.@system[-1] Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39615 | |||||
* | base-files: expose taint flags in /etc/openwrt_release | Jo-Philipp Wich | 2014-01-31 | 1 | -0/+1 | |
| | | | | SVN-Revision: 39437 | |||||
* | Add sysfixtime init script, replacement of luci_fixtime | Jo-Philipp Wich | 2014-01-29 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | Simply scan for the most recent file in /etc and set system time to this file modification time if it's in the future It allow some time dependent program to work immediatly without waiting for ntpd to sync v1: v2: bad approach v3: simply scan /etc, thanks to Bastian Bittorf for the idea v4: use sort -n, thanks to Catalin Patulea v5: use [] instead of [[]], thanks to Andreas Mohr v6: use openwrt style, thanks to Bastian Bittorf Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 39422 | |||||
* | base-files: fix mount-utils incompatibility | John Crispin | 2013-12-27 | 2 | -2/+2 | |
| | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk> SVN-Revision: 39169 | |||||
* | base-files: fix whitespaces | Luka Perkov | 2013-12-09 | 5 | -6/+4 | |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006 | |||||
* | base-files: don't enter failsafe if triggered by switch | Luka Perkov | 2013-11-11 | 1 | -1/+2 | |
| | | | | | | | | Fixes failsafe issues with switches after r38725. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38770 | |||||
* | base-files: fix typo in rfkill script | John Crispin | 2013-11-11 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38742 | |||||
* | base-files: update rfkill script to work with slider buttons | John Crispin | 2013-11-11 | 1 | -2/+9 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38729 | |||||
* | base-files: add a generic wps button handler | John Crispin | 2013-11-11 | 1 | -0/+6 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38726 | |||||
* | 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 | |||||
* | base-files: add a post start hook for procd managed services | John Crispin | 2013-09-17 | 1 | -1/+20 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38024 | |||||
* | base-files: be verbose when entering failsafe due to a button being pressed | John Crispin | 2013-07-25 | 1 | -1/+1 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37535 | |||||
* | base-files/busybox: move ntpd init script from base-files to busybox | Luka Perkov | 2013-07-17 | 1 | -31/+0 | |
| | | | | SVN-Revision: 37383 | |||||
* | procd: add a small script that handles config reloads until configd is ready | John Crispin | 2013-07-11 | 2 | -0/+8 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37248 | |||||
* | base-files: convert sysntpd init script to procd | John Crispin | 2013-07-11 | 1 | -17/+11 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37244 | |||||
* | base-files: run readlink on initscript name before opening services | John Crispin | 2013-07-11 | 1 | -3/+3 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37241 | |||||
* | base-file: usbfs is no longer mounted under /proc/bus/usb | John Crispin | 2013-07-11 | 1 | -9/+0 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37240 | |||||
* | 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: /etc/init.d/rcS is no longer needed, procd handles this for us now | John Crispin | 2013-06-21 | 1 | -9/+0 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37002 | |||||
* | base-files: drop 2 pointless hotplug trigger stubs | John Crispin | 2013-06-21 | 2 | -26/+0 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37001 | |||||
* | base-files: remove unnecessary early sysctl-hack | Steven Barth | 2013-06-11 | 1 | -7/+0 | |
| | | | | SVN-Revision: 36920 | |||||
* | base-files: set default IPv6 forwarding value to 1 | Steven Barth | 2013-06-11 | 1 | -2/+2 | |
| | | | | SVN-Revision: 36918 | |||||
* | base-files: change PATH order | John Crispin | 2013-06-10 | 1 | -1/+1 | |
| | | | | | | | | | This allows packages to override busybox applets by placing the new binaries in /usr/{sbin,bin} Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36890 | |||||
* | base-files: use less entropy when generating ULAs | Steven Barth | 2013-06-06 | 1 | -7/+4 | |
| | | | | SVN-Revision: 36865 | |||||
* | mount_root: prepare base-files | John Crispin | 2013-04-25 | 2 | -2/+2 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36429 | |||||
* | 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 | |||||
* | Change default IPv6 config to enable DHCPv6-PD | Steven Barth | 2013-04-22 | 1 | -1/+1 | |
| | | | | SVN-Revision: 36384 | |||||
* | Adapt default network configuration for IPv6 | Steven Barth | 2013-04-09 | 1 | -0/+8 | |
| | | | | SVN-Revision: 36278 | |||||
* | base-files: move sysctl init after boot | Jo-Philipp Wich | 2013-03-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 36131 | |||||
* | base-files: fix bad start index in previous commit | Jo-Philipp Wich | 2013-03-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 36130 | |||||
* | package/base-files: change sysctl handling Move /etc/init.d/sysctl to index ↵ | Jo-Philipp Wich | 2013-03-25 | 2 | -1/+7 | |
| | | | | | | 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. SVN-Revision: 36129 | |||||
* | make basefiles aware of procd | John Crispin | 2013-03-13 | 10 | -116/+50 | |
| | | | | | | 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 | 2 | -5/+6 | |
| | | | | | | inconsistency caused races SVN-Revision: 35417 | |||||
* | base-files: Fix race-conditions with IPv6 sysctls | Steven Barth | 2013-01-29 | 3 | -1/+8 | |
| | | | | SVN-Revision: 35368 | |||||
* | base-files: remove IPv6-forwarding setting for all interfaces | Steven Barth | 2013-01-28 | 1 | -1/+0 | |
| | | | | SVN-Revision: 35344 | |||||
* | base-files: Set default value for IPv6 forwarding | Steven Barth | 2013-01-22 | 1 | -0/+1 | |
| | | | | SVN-Revision: 35299 | |||||
* | base-files: use numerically prefixed uci-defaults names | Jo-Philipp Wich | 2013-01-18 | 3 | -0/+0 | |
| | | | | SVN-Revision: 35218 | |||||
* | base-files: rename ULA generation script | Steven Barth | 2013-01-17 | 1 | -0/+0 | |
| | | | | SVN-Revision: 35204 | |||||
* | base-files: add support for ipv6-prefixes in connection with netifd | Steven Barth | 2013-01-15 | 2 | -0/+20 | |
| | | | | SVN-Revision: 35168 | |||||
* | base-files: add basic procd integration, let procd start (and restart) ubus ↵ | Felix Fietkau | 2012-12-22 | 1 | -0/+31 | |
| | | | | | | instead of having an ubus init script SVN-Revision: 34866 | |||||
* | base-files: we don't need /etc/functions.sh symlink anymore | Luka Perkov | 2012-12-20 | 1 | -1/+0 | |
| | | | | SVN-Revision: 34802 |