[openwrt/openwrt] qosify: include nls.mk to avoid build error with full NLS support enabled

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 3 10:54:19 PDT 2021


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ff4fd567325ae5c2efaad84a907717c7ea68f536

commit ff4fd567325ae5c2efaad84a907717c7ea68f536
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Nov 3 18:54:04 2021 +0100

    qosify: include nls.mk to avoid build error with full NLS support enabled
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/config/qosify/Makefile | 1 +
 1 file changed, 1 insertion(+)

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



More information about the lede-commits mailing list