X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3099fb8fb3408f20e009e8b26b8426cc31da675d..c31e54429a547a36431f6f9c01fd1f16952b37d9:/package/base-files/Makefile?ds=inline diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 33e823781..b148bdf33 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=16 +PKG_RELEASE:=17 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ @@ -30,6 +30,10 @@ else 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)