| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
SVN-Revision: 28937
|
|
|
|
| |
SVN-Revision: 28936
|
|
|
|
| |
SVN-Revision: 28935
|
|
|
|
|
|
| |
easier to set servers on the cli
SVN-Revision: 28933
|
|
|
|
| |
SVN-Revision: 28871
|
|
|
|
|
|
| |
matching process to stop where found
SVN-Revision: 28870
|
|
|
|
|
|
|
|
|
| |
* add service_check function for checking if a process is alive
* add service_signal for sending arbitrary signals to a process
* change service_stop to send a TERM signal first, wait for the process to die and send a KILL signal if it doen't
* have service_kill print a warning on STDERR stating it has been deprecated
SVN-Revision: 28865
|
|
|
|
|
|
| |
/lib/functions.sh
SVN-Revision: 28864
|
|
|
|
|
|
| |
interface if terminated
SVN-Revision: 28863
|
|
|
|
|
|
| |
applet explicitely
SVN-Revision: 28862
|
|
|
|
|
|
| |
unmanaged interfaces like used for batman or monitoring
SVN-Revision: 28860
|
|
|
|
| |
SVN-Revision: 28857
|
|
|
|
| |
SVN-Revision: 28835
|
|
|
|
| |
SVN-Revision: 28834
|
|
|
|
|
|
| |
(conflicting with user 'nobody')
SVN-Revision: 28799
|
|
|
|
|
|
| |
to avoid having crda calls get stuck at boot time (fixes #10350, #10354)
SVN-Revision: 28768
|
|
|
|
|
|
| |
must not attempt to create the bridge by itself
SVN-Revision: 28745
|
|
|
|
|
|
|
|
| |
process uci defaults
this allows uci-defaults scripts to override wifi settings
SVN-Revision: 28733
|
|
|
|
| |
SVN-Revision: 28732
|
|
|
|
| |
SVN-Revision: 28681
|
|
|
|
|
|
| |
update
SVN-Revision: 28626
|
|
|
|
|
|
|
|
|
| |
Adds symlinks for printf and wc to make life happier in the sysupgrade ramdisk.
Also make code more readable by escaping that overly long line.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28616
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 28499
|
|
|
|
|
|
| |
transition to netifd easier
SVN-Revision: 28495
|
|
|
|
|
|
| |
bridge interfaces
SVN-Revision: 28412
|
|
|
|
|
|
| |
/tmp/localtime to /usr/share/zoneinfo for glibc and eglibc
SVN-Revision: 28306
|
|
|
|
|
|
| |
txqueuelen in prepare_interface instead of setup_interface. setting the mtu after the interface is up is unreliable on some drivers such as gianfar
SVN-Revision: 28297
|
|
|
|
|
|
| |
avoids overmatching pairs like 1.2.3.35 and 1.2.3.3
SVN-Revision: 28291
|
|
|
|
|
|
| |
address configured
SVN-Revision: 28241
|
|
|
|
|
|
|
|
| |
addresses on an interface"
Multiple IPv6 addresses should be handled with alias sections
SVN-Revision: 28240
|
|
|
|
| |
SVN-Revision: 28222
|
|
|
|
|
|
| |
stack performance on modern systems
SVN-Revision: 28126
|
|
|
|
| |
SVN-Revision: 27965
|
|
|
|
|
|
| |
nor STOP is defined
SVN-Revision: 27797
|
|
|
|
|
|
| |
init scripts
SVN-Revision: 27776
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly).
The changeset modifies the "ifup" command to search for related wireless
devices and call "wifi up" on them if applicable. This way the commands for
wireless and non-wireless interfaces are unified from a cli point of view.
The "ifup -a" case has not been changed to keep the logic of the
/etc/init.d/network boot sequence. This might be changed later.
Solves #9763.
SVN-Revision: 27720
|
|
|
|
|
|
| |
uci. - option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699.
SVN-Revision: 27653
|
|
|
|
| |
SVN-Revision: 27630
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
issues (#9185)
SVN-Revision: 27347
|
|
|
|
| |
SVN-Revision: 27262
|
|
|
|
|
|
| |
majority of users mean when they just specify an ip address
SVN-Revision: 27147
|
|
|
|
|
|
| |
the busybox utilities will interpret it as /0 and create an invalid default route
SVN-Revision: 27145
|
|
|
|
| |
SVN-Revision: 27132
|
|
|
|
|
|
|
|
|
|
| |
interface was found
eliminates unnecessary flash write cycles at every boot
patch by Peter Wagner (tripolar)
SVN-Revision: 27127
|
|
|
|
|
|
| |
issues on wifi re-configuration
SVN-Revision: 26990
|
|
|
|
| |
SVN-Revision: 26986
|