Openwrt/package
Jonas Gorski 2e95b1fda7 base-files: properly fix copying ld*.so with eglibc
r36107 ("base-files: sysupgrade fail with eglibc") tried to fix
sysupgrade by changing the ld-soname to what is expected, but only
fixed MIPS while breaking ARM.

The underlying issue is that the ld.so name varies widely across
different architectures for eglibc:

eglibc-2.19-r25243$ grep -r "ld-soname :=" . | awk '{ print $3 }' | sort -u
ld64.so.1
ld64.so.2
ld-linux-aarch64_be.so.1
ld-linux-aarch64.so.1
ld-linux-armhf.so.3
ld-linux-mipsn8.so.1
ld-linux.so.2
ld-linux.so.3
ld-linux-x32.so.2
ld-linux-x86-64.so.2
ld.so.1

Instead of adding each different soname to check for and copy it,
replace the awk script with a sed script to extract it properly and
drop the hardcoded so-name.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 43295
2014-11-18 15:19:46 +00:00
..
base-files base-files: properly fix copying ld*.so with eglibc 2014-11-18 15:19:46 +00:00
boot package/uboot-envtools: add OpenMesh MR900v2 support 2014-11-14 16:55:26 +00:00
devel trace-cmd: update to v2.4 2014-11-16 11:39:14 +00:00
firmware
kernel kernel/modules: use crc32c_generic.ko instead of crc32c.ko 2014-11-17 14:30:42 +00:00
libs package/*: replace occurences of 'ln -sf' to '$(LN)' 2014-11-06 19:35:34 +00:00
network odhcp6c: be less verbose by default, increase musl compatibility 2014-11-18 09:40:39 +00:00
system procd: update to latest git HEAD 2014-11-14 16:53:58 +00:00
utils package/*: replace occurences of 'ln -sf' to '$(LN)' 2014-11-06 19:35:34 +00:00
Makefile