summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-23 21:04:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-23 21:04:30 +0000
commit566bdc37adcc9c5543bb9a43b89518e8906ceaaa (patch)
tree47d5dd05b6970d1a3a859e22c2a6646d3ea5fe8f /package
parent9d8f81149f3fd173e01e252c94da3fde7e95aee0 (diff)
downloadopenwrt-566bdc37adcc9c5543bb9a43b89518e8906ceaaa.tar.gz
openwrt-566bdc37adcc9c5543bb9a43b89518e8906ceaaa.tar.bz2
openwrt-566bdc37adcc9c5543bb9a43b89518e8906ceaaa.zip
add uclibc 0.9.30.1
SVN-Revision: 15000
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 33e8237819..57d53ecc1f 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -30,6 +30,10 @@ else
LIBGCC_VERSION:=<LIBGCC_VERSION>
endif
+ifneq ($(LIBC_VERSION),0.9.28)
+ LIBC_VERSION:=$(LIBC_VERSION)$(LIBC_PATCHVER)
+endif
+
CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)
define Package/base-files$(TARGET)