From ca89f03da2bf95dc2b6b74823e33f516f62abc4d Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 2 Mar 2021 22:08:48 +0100 Subject: [PATCH] hs20: fix linking with full language support enabled After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Reported-by: Josef Schlehofer Signed-off-by: Michael Heimpold (cherry picked from commit 3b177a9d6056af61ec7bf5db81382003965767d4) --- net/hs20/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/hs20/Makefile b/net/hs20/Makefile index 1d4da7dc3..330fb335a 100644 --- a/net/hs20/Makefile +++ b/net/hs20/Makefile @@ -40,6 +40,7 @@ ifdef CONFIG_USE_GLIBC endif include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/hs20-common SECTION:=net