aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
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
commitf7f48a6ddfa8914a88e970a7ea6524177c7f2132 (patch)
tree9b4cf447414102da5904875ac636dba67e009223 /package/base-files
parent510f348529707b0faa800fac7002e07aa0314ac4 (diff)
downloadmaster-187ad058-f7f48a6ddfa8914a88e970a7ea6524177c7f2132.tar.gz
master-187ad058-f7f48a6ddfa8914a88e970a7ea6524177c7f2132.tar.bz2
master-187ad058-f7f48a6ddfa8914a88e970a7ea6524177c7f2132.zip
add uclibc 0.9.30.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15000 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-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)