From: Jo-Philipp Wich Date: Thu, 25 Apr 2013 09:36:00 +0000 (+0000) Subject: AA: base-files: backport r36107 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f9c192f59e7e1191bfbe887da3958e47f8125ce2;p=openwrt%2Fsvn-archive%2Fopenwrt.git AA: base-files: backport r36107 SVN-Revision: 36423 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1d56e9fc78..ce2ee3232a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-2013 OpenWrt.org # Copyright (C) 2010 Vertical Communications # # This is free software, licensed under the GNU General Public License v2. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=117 +PKG_RELEASE:=117.1 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index e6de34849a..5d8f620a51 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -21,8 +21,8 @@ install_bin() { # [ ... ] files=$1 [ -x "$src" ] && files="$src $(libs $src)" install_file $files - [ -e /lib/ld-linux.so.3 ] && { - install_file /lib/ld-linux.so.3 + [ -e /lib/ld.so.1 ] && { + install_file /lib/ld.so.1 } shift for link in "$@"; do {