lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 7e517d84f2208d268b5cb74a33aa5233283e6a4e
parent 7bb0dc34f3f9898a77b007a344007d00c1eabb5f
Author: Ted Hess <thess@kitschensync.net>
Date:   Mon,  7 Sep 2015 10:29:50 -0400

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

openocd: include nls.mk to fix build with full NLS support
Diffstat:
Mutils/openocd/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile @@ -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