summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-03-23 12:44:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-03-23 12:44:10 +0000
commit513de712f95b37b55c5dba759893a1d8e74ea438 (patch)
tree410bba9e59954cad0498cb4fafa06d238a3f5f8c /package/base-files
parent6fa1b5346e3f01fc39ba38f77f27380038c4724d (diff)
downloadmtk-20170518-513de712f95b37b55c5dba759893a1d8e74ea438.zip
mtk-20170518-513de712f95b37b55c5dba759893a1d8e74ea438.tar.gz
mtk-20170518-513de712f95b37b55c5dba759893a1d8e74ea438.tar.bz2
base-files: also apply r36107 to files.old
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36112
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/files.old/lib/upgrade/common.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 741b3cc..fcc24e5 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk
PKG_NAME:=base-files
-PKG_RELEASE:=135
+PKG_RELEASE:=136
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host
diff --git a/package/base-files/files.old/lib/upgrade/common.sh b/package/base-files/files.old/lib/upgrade/common.sh
index 2e123ab..b758212 100644
--- a/package/base-files/files.old/lib/upgrade/common.sh
+++ b/package/base-files/files.old/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 {