X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/13a73da7c8525b80b4f563419af0cbaa4dbb2405..b0dfa673879dafac9e1a9ca9e46009a1eb5b03c9:/package/base-files/Makefile diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3bb809f43..69f1e776c 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=21 +PKG_RELEASE:=23 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ @@ -74,7 +74,7 @@ endef define Package/libgcc $(call Package/gcc/Default) TITLE:=GCC support library - DEPENDS+=@!TARGET_avr32 + DEPENDS+=@!(TARGET_avr32||TARGET_coldfire) endef define Package/libssp