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 <pepe.schlehofer@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
cf8cb8541f
commit
3b177a9d60
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue