| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
SVN-Revision: 28612
|
|
|
|
|
|
| |
transition to netifd easier
SVN-Revision: 28495
|
|
|
|
|
|
| |
/tmp/localtime to /usr/share/zoneinfo for glibc and eglibc
SVN-Revision: 28306
|
|
|
|
|
|
| |
stack performance on modern systems
SVN-Revision: 28126
|
|
|
|
| |
SVN-Revision: 27965
|
|
|
|
|
|
| |
nor STOP is defined
SVN-Revision: 27797
|
|
|
|
|
|
| |
vars (#9711)
SVN-Revision: 27616
|
|
|
|
|
|
| |
errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit
SVN-Revision: 27501
|
|
|
|
| |
SVN-Revision: 27400
|
|
|
|
|
|
|
|
|
|
| |
interface was found
eliminates unnecessary flash write cycles at every boot
patch by Peter Wagner (tripolar)
SVN-Revision: 27127
|
|
|
|
|
|
| |
usb_modeswitch on boot and possibly others (#9352)
SVN-Revision: 26848
|
|
|
|
| |
SVN-Revision: 26841
|
|
|
|
| |
SVN-Revision: 26808
|
|
|
|
| |
SVN-Revision: 26485
|
|
|
|
|
|
|
|
|
| |
The script tests for the existance of /dev/root with test -e which fails if
/dev/root is a dangling symlink making the call to ln fail.
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
SVN-Revision: 26483
|
|
|
|
|
|
| |
a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement. Added /lib/functions/fsck as an empty dir to block-mount. This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt.
SVN-Revision: 26479
|
|
|
|
| |
SVN-Revision: 26230
|
|
|
|
| |
SVN-Revision: 26204
|
|
|
|
| |
SVN-Revision: 26166
|
|
|
|
| |
SVN-Revision: 26142
|
|
|
|
|
|
| |
daemons such as tor, quagga, ...)
SVN-Revision: 26138
|
|
|
|
| |
SVN-Revision: 26136
|
|
|
|
|
|
| |
a few postinst scripts
SVN-Revision: 26133
|
|
|
|
|
|
| |
hotplug handler
SVN-Revision: 25713
|
|
|
|
| |
SVN-Revision: 25514
|
|
|
|
| |
SVN-Revision: 25479
|
|
|
|
| |
SVN-Revision: 25478
|
|
|
|
|
|
| |
option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others
SVN-Revision: 25454
|
|
|
|
| |
SVN-Revision: 25415
|
|
|
|
|
|
| |
load events
SVN-Revision: 25383
|
|
|
|
|
|
| |
the earlier one for tun/tap interfaces
SVN-Revision: 25355
|
|
|
|
|
|
| |
explicit, this allows users to rely on hotplug events for ppp0 .. ppp9 interfaces spawned by other programs
SVN-Revision: 25354
|
|
|
|
| |
SVN-Revision: 25301
|
|
|
|
| |
SVN-Revision: 25282
|
|
|
|
| |
SVN-Revision: 25268
|
|
|
|
|
|
| |
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
SVN-Revision: 25172
|
|
|
|
| |
SVN-Revision: 24647
|
|
|
|
|
|
| |
tripolar)
SVN-Revision: 24540
|
|
|
|
|
|
| |
due to rdate, ntp and other means
SVN-Revision: 24212
|
|
|
|
| |
SVN-Revision: 24206
|
|
|
|
|
|
| |
/lib/upgrade/keep.d/ for per-package keepfile lists * introduces /etc/sysupgrade.conf for user defined keepfile hints - prime /lib/upgrade/keep.d/base-files-essential to keep sysupgrade usable for images without opkg - change sysupgrade to build the keepfile list from /lib/upgrade/keep.d/, /etc/sysupgrade.conf and opkg list-changed-conffiles
SVN-Revision: 23258
|
|
|
|
|
|
|
|
| |
block-mount so that use of block-mount and block-extroot do not require that block-extroot, block-mount, nor the kernel modules they depend, on are required to included in the image. That is block-extroot and dependencies may now be installed as modules onto the jffs2 part of a squashfs system and it will work. In addition packages which are installed into the jffs2 of a squashfs system may now affect preinit, so long as they do not require execution of commands that occur before the merging of the jffs2 and built-in (squashfs) preinit scripts is done.
Thanks jow for the preinit merge stuff!
SVN-Revision: 23110
|
|
|
|
|
|
| |
wrapper for killing services by pid or pidfile with a grace period for termination before kill
SVN-Revision: 23087
|
|
|
|
|
|
| |
where lists end up with duplicate values if config_load was invoked multiple times.
SVN-Revision: 22629
|
|
|
|
| |
SVN-Revision: 22508
|
|
|
|
|
|
| |
mtu values
SVN-Revision: 22003
|
|
|
|
|
|
| |
supports ip6tables now
SVN-Revision: 21766
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
non-static interfaces like ppp, dhcp, 6in4 etc.
SVN-Revision: 21652
|
|
|
|
|
|
| |
or tap interfaces - this fixes support for uci managed OpenVPN interfaces and other externally created tuntap devices
SVN-Revision: 21641
|