| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this patch is a copy of
trunk/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch in
trunk/toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch
please use svn copy instead of applying it (like in
https://dev.openwrt.org/changeset/34290/)
the patch add /usr/lib in the ld search path (for eglibc 2.17),
thus helping libs like libnl-tiny.so (for iw), libjson.so.0 (for ubus,
jshn) to be found
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36141
|
|
|
|
|
|
|
|
|
|
|
|
| |
It turns out that the symlink may exists already by the time the toolchain
Makefile gets an opportunity to run. While we asked to replace the target, ln
doesn't do so until after dereferencing the existing symlink. This results in
an unintended symlink that refers to itself. Instead, create the link without
dereferencing any symlinks by using the -n option.
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 36140
|
|
|
|
|
|
| |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 36139
|
|
|
|
| |
SVN-Revision: 36138
|
|
|
|
|
|
| |
the market and should be supported.
SVN-Revision: 36137
|
|
|
|
|
|
| |
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 36136
|
|
|
|
| |
SVN-Revision: 36134
|
|
|
|
|
|
| |
Also allow '-y' to force the reset.
SVN-Revision: 36133
|
|
|
|
|
|
| |
Thanks to Markus Stenberg for investigating and providing a fix
SVN-Revision: 36132
|
|
|
|
| |
SVN-Revision: 36131
|
|
|
|
| |
SVN-Revision: 36130
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 36128
|
|
|
|
| |
SVN-Revision: 36127
|
|
|
|
| |
SVN-Revision: 36126
|
|
|
|
| |
SVN-Revision: 36125
|
|
|
|
| |
SVN-Revision: 36124
|
|
|
|
| |
SVN-Revision: 36123
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36122
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36121
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36120
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36119
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36118
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36117
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36116
|
|
|
|
| |
SVN-Revision: 36115
|
|
|
|
|
|
| |
This fixes #13144.
SVN-Revision: 36114
|
|
|
|
| |
SVN-Revision: 36113
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36112
|
|
|
|
|
|
|
| |
* fixes parsing of src/dest '*'
* fixes parsing of proto 'all'
SVN-Revision: 36111
|
|
|
|
| |
SVN-Revision: 36110
|
|
|
|
| |
SVN-Revision: 36109
|
|
|
|
|
|
|
| |
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36108
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With eglibc, "ldd busybox" give us
libcrypt.so.1 => /lib/libcrypt.so.1 (0x774be000)
libm.so.6 => /lib/libm.so.6 (0x773e4000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x773c0000)
libc.so.6 => /lib/libc.so.6 (0x77276000)
/lib/ld.so.1 (0x774fe000)
Thus /lib/ld.so.1 is not printed by the libs fonction and isn't copied to the 'new' root before pivot root
libs() { ldd $* | awk '{print $3}'; }
https://dev.openwrt.org/browser/trunk/package/base-files/files/lib/upgrade/common.sh
With uclibc the last line of "ldd busybox" is
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x77ada000)
Don't know for musl!
This patch replace https://dev.openwrt.org/changeset/19167, as glibc is gone
The other way around is to rework libs()
Please apply the fix (mine or another) on trunk and AA
Might fix https://dev.openwrt.org/ticket/12273
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36107
|
|
|
|
| |
SVN-Revision: 36102
|
|
|
|
|
|
|
|
|
| |
This was turned from a silent confg option without a text to a normal
config option which could be selected without any other option
depending on this. This could cause the situation where REGMAP_SPI was
selected without SPI_MASTER being selected.
SVN-Revision: 36101
|
|
|
|
|
|
| |
* fixes port remapping rules (#13217)
SVN-Revision: 36100
|
|
|
|
|
|
| |
These devices should be supported by trunk now.
SVN-Revision: 36099
|
|
|
|
|
|
| |
This patch fixes some compile problems with kernel 3.9 and adds some missing linux 3.9 handling into kernel packages.
SVN-Revision: 36098
|
|
|
|
| |
SVN-Revision: 36097
|
|
|
|
|
|
| |
In some cases IPv6 DNS-servers were not added correctly.
SVN-Revision: 36095
|
|
|
|
| |
SVN-Revision: 36094
|
|
|
|
|
|
| |
* fixes reload handling of zones and ipsets that are still running but already deleted from the config
SVN-Revision: 36092
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36091
|
|
|
|
|
|
|
| |
- support network names in per-zone 'masq_src', 'masq_dest' and 'subnet' options (#13197)
- do not allow src_mac option for SNAT rules
SVN-Revision: 36090
|
|
|
|
| |
SVN-Revision: 36085
|
|
|
|
|
|
| |
investigating
SVN-Revision: 36083
|
|
|
|
|
|
| |
it harder for users to overlook
SVN-Revision: 36082
|
|
|
|
|
|
|
| |
Supports listing, removing and banning clients, and hooking into
probe/assoc/auth requests via object subscribe.
SVN-Revision: 36081
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36080
|