From: Felix Fietkau Date: Wed, 3 Nov 2021 17:54:04 +0000 (+0100) Subject: qosify: include nls.mk to avoid build error with full NLS support enabled X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fthess.git;a=commitdiff_plain;h=ff4fd567325ae5c2efaad84a907717c7ea68f536 qosify: include nls.mk to avoid build error with full NLS support enabled Signed-off-by: Felix Fietkau --- diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index 3c055c2af6..198772ce36 100644 --- a/package/network/config/qosify/Makefile +++ b/package/network/config/qosify/Makefile @@ -23,6 +23,7 @@ PKG_BUILD_DEPENDS:=bpf-headers include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk include $(INCLUDE_DIR)/bpf.mk +include $(INCLUDE_DIR)/nls.mk define Package/qosify SECTION:=net