add uclibc 0.9.30.1
[openwrt/staging/yousong.git] / package / base-files / Makefile
index 33e8237819865e2debb467179e134509f06059ee..57d53ecc1fc1cd84576bab94d9c537a760342a1f 100644 (file)
@@ -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)