Browse Source

Merge pull request #1732 from paulfertser/fix-openocd-nls-mk

openocd: include nls.mk to fix build with full NLS support
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
7e517d84f2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/openocd/Makefile

+ 1
- 0
utils/openocd/Makefile View File

@ -26,6 +26,7 @@ PKG_INSTALL:=1
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/openocd
SECTION:=utils


Loading…
Cancel
Save