aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-25 09:36:00 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-04-25 09:36:00 +0000
commit26fc89b99c1fa9324ddeef703cd2b77acf12e959 (patch)
treea1f0e80b5133c0649c0837962f518888596fde16 /package/base-files
parent14e4a4684e03f8c0cb2dede945a4c8bd879fb9b0 (diff)
downloadupstream-26fc89b99c1fa9324ddeef703cd2b77acf12e959.tar.gz
upstream-26fc89b99c1fa9324ddeef703cd2b77acf12e959.tar.bz2
upstream-26fc89b99c1fa9324ddeef703cd2b77acf12e959.zip
AA: base-files: backport r36107
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36423 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile4
-rw-r--r--package/base-files/files/lib/upgrade/common.sh4
2 files changed, 4 insertions, 4 deletions
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() { # <file> [ <symlink> ... ]
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 {