diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-16 13:39:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-16 13:39:13 +0000 |
commit | 39f2b6d957cd512d95104656da0df5852e463308 (patch) | |
tree | d1e9fb60bba83f5648ec2fddf9976ee26df1dbdd /package/base-files/Makefile | |
parent | e44b91f7181fc46c4049d2451d57a9d0d785ca14 (diff) | |
download | upstream-39f2b6d957cd512d95104656da0df5852e463308.tar.gz upstream-39f2b6d957cd512d95104656da0df5852e463308.tar.bz2 upstream-39f2b6d957cd512d95104656da0df5852e463308.zip |
base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv>
SVN-Revision: 19167
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 67837120b6..ea2b5a47f1 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=34 +PKG_RELEASE:=35 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |