diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-23 21:04:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-23 21:04:30 +0000 |
commit | 2e28f5f0ab2efc07ce7ceb4b630c23be6d5937ce (patch) | |
tree | 9b4cf447414102da5904875ac636dba67e009223 /package/base-files | |
parent | d0ddef4be10182314022f491a18d9cde0807a625 (diff) |
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/Makefile | 4 |
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) |