mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
avrdude: fix compilation with full NLS
nls.mk is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user