| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
instead of having an ubus init script
SVN-Revision: 34866
|
|
|
|
|
|
|
|
| |
procd is the new OpenWrt process management daemon. It keeps track of processes
started from init scripts (via ubus calls), and can suppress redundant service
start/restart requests when the config/environment has not changed.
SVN-Revision: 34865
|
|
|
|
| |
SVN-Revision: 34864
|
|
|
|
|
|
| |
device name
SVN-Revision: 34863
|
|
|
|
| |
SVN-Revision: 34858
|
|
|
|
| |
SVN-Revision: 34857
|
|
|
|
| |
SVN-Revision: 34856
|
|
|
|
| |
SVN-Revision: 34855
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34844
|
|
|
|
| |
SVN-Revision: 34834
|
|
|
|
| |
SVN-Revision: 34819
|
|
|
|
| |
SVN-Revision: 34818
|
|
|
|
| |
SVN-Revision: 34817
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sysupgrade defines its very own pivot() function.
Prior merging boot.sh and functions.sh sysupgrade just included boot.sh,
now it includes functions.sh which defines pivot() as well, however
slightly different which causes sysupgrade to fail.
This is a hot-fix to unbreak sysupgrade, however those two pivot()
functions should actually get merged.
SVN-Revision: 34815
|
|
|
|
| |
SVN-Revision: 34802
|
|
|
|
| |
SVN-Revision: 34794
|
|
|
|
|
|
|
|
|
|
|
| |
The behaviour of calling 'mount' differed depending on whether it called
the busybox-mount, the mount of util-linux, the mount defined in
/lib/functions.sh and /lib/functions/boot.sh
/etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh,
both re-defining 'mount'.
SVN-Revision: 34792
|
|
|
|
|
|
|
|
|
|
|
|
| |
The prefix / causes executables like mount, umount, etc. to be placed
in /bin /sbin which therewith replace the busybox symlinks.
mount and umount e.g. are linked again libmount.so.
This is e.g. fatal during a sysupgrade, where /bin/mount,
/bin/umount, etc. but not libmount.so get copied into a ramdisk
which will result in non working executables within the ramdisk.
SVN-Revision: 34791
|
|
|
|
|
|
| |
action, fixes a lock race condition observed in VirtualBox
SVN-Revision: 34784
|
|
|
|
|
|
|
|
| |
Simple update for USB api changes.
Signed-off-by: Conor O'Gorman <i@conorogorman.net>
SVN-Revision: 34770
|
|
|
|
|
|
|
| |
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34752
|
|
|
|
|
|
|
| |
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34751
|
|
|
|
| |
SVN-Revision: 34746
|
|
|
|
|
|
| |
proto handlers
SVN-Revision: 34741
|
|
|
|
| |
SVN-Revision: 34739
|
|
|
|
| |
SVN-Revision: 34738
|
|
|
|
|
|
| |
shell function
SVN-Revision: 34734
|
|
|
|
| |
SVN-Revision: 34733
|
|
|
|
| |
SVN-Revision: 34732
|
|
|
|
|
|
| |
ifstatus, use jshn namespaces to support using it concurrently with other jshn users
SVN-Revision: 34725
|
|
|
|
| |
SVN-Revision: 34723
|
|
|
|
|
|
|
|
|
|
|
| |
- support reading inactive gateways and DNS information in
network_get_gateway(), network_get_dnsserver() and network_get_dnssearch()
by passing "true" as optional last argument
- internally cache fetched values to speed up subsequent accesses to the same
data, introduce network_flush_cache() to clear them
- add some inline function documentation
SVN-Revision: 34722
|
|
|
|
| |
SVN-Revision: 34720
|
|
|
|
| |
SVN-Revision: 34718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using variables from the outer scope unnecessarily complicates the code and
leads to issues.
This patch fixes the bug when having an "adhoc" wifi-iface section before a
"sta" section prevents wpa_supplicant from using the key specified in the
corresponding section as it tries to use the "adhoc" key instead (1 by
default).
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34716
|
|
|
|
| |
SVN-Revision: 34715
|
|
|
|
| |
SVN-Revision: 34709
|
|
|
|
|
|
| |
on lots of requests, adds object notification support
SVN-Revision: 34705
|
|
|
|
|
|
|
|
|
| |
This was done previously when dhcp was handled by the network scripts.
So netifd should behave the same.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 34704
|
|
|
|
| |
SVN-Revision: 34700
|
|
|
|
| |
SVN-Revision: 34695
|
|
|
|
| |
SVN-Revision: 34694
|
|
|
|
| |
SVN-Revision: 34693
|
|
|
|
| |
SVN-Revision: 34692
|
|
|
|
| |
SVN-Revision: 34690
|
|
|
|
| |
SVN-Revision: 34689
|
|
|
|
| |
SVN-Revision: 34688
|
|
|
|
| |
SVN-Revision: 34686
|
|
|
|
| |
SVN-Revision: 34685
|
|
|
|
| |
SVN-Revision: 34684
|