| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34679
|
|
|
|
|
|
|
|
| |
wl_attach expects a physical address, as it performs the mapping internally.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34671
|
|
|
|
|
|
| |
after ifdown
SVN-Revision: 34664
|
|
|
|
|
|
| |
variant selections in one tree
SVN-Revision: 34656
|
|
|
|
| |
SVN-Revision: 34652
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34648
|
|
|
|
|
|
|
|
|
| |
Reverting commit 34641.
Function find_mtd_part() is needed by some scripts deployed
for certain targets but not including boot.sh after all.
Still, all this certainly needs some love.
SVN-Revision: 34642
|
|
|
|
|
|
|
|
|
| |
Since all scripts using this function include /lib/functions/boot.sh -
where this function is defined as well - it can be dropped
from /lib/functions.sh. Also avoids further confusion about this
function being declared and defined in two different places.
SVN-Revision: 34641
|
|
|
|
|
|
|
|
| |
Also remove the superfluous ones for ath5k, p54.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34637
|