AA: base-files: backport r36107
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Apr 2013 09:36:00 +0000 (09:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Apr 2013 09:36:00 +0000 (09:36 +0000)
SVN-Revision: 36423

package/base-files/Makefile
package/base-files/files/lib/upgrade/common.sh

index 1d56e9fc784fb71e4373c62f3ec14e0d21d6c92f..ce2ee3232a7720becbe46b94820c706609b25610 100644 (file)
@@ -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
index e6de34849a8b514f31e75e235340d52037551eb4..5d8f620a51506a8889351e24b949395a27ac26cb 100644 (file)
@@ -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 {