From: Rosen Penev Date: Wed, 30 Oct 2024 05:07:11 +0000 (-0700) Subject: avrdude: fix compilation with full NLS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0b67c00092b3e6900ce4af29542ed28d993543c4;p=feed%2Fpackages.git avrdude: fix compilation with full NLS nls.mk is needed. Signed-off-by: Rosen Penev --- diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index b45909b2a2..d35b4c0400 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avrdude PKG_VERSION:=7.3 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/avrdudes/avrdude @@ -22,6 +22,7 @@ PKG_LICENSE_FILES:=COPYING include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk +include $(INCLUDE_DIR)/nls.mk define Package/avrdude SECTION:=utils