Skip to content

Commit

Permalink
avrdude: fix compilation with full NLS
Browse files Browse the repository at this point in the history
nls.mk is needed.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Nov 14, 2024
1 parent 9781f20 commit 0b67c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/avrdude/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0b67c00

Please sign in to comment.