diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-11-03 18:54:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-11-03 18:54:12 +0100 |
commit | ff4fd567325ae5c2efaad84a907717c7ea68f536 (patch) | |
tree | 74c060f7b59f0365595fcbac0c6f2ffffc108228 /package/network/config/qosify | |
parent | e245ae13eed498891bbca25b961022cb7938ff5c (diff) | |
download | upstream-ff4fd567325ae5c2efaad84a907717c7ea68f536.tar.gz upstream-ff4fd567325ae5c2efaad84a907717c7ea68f536.tar.bz2 upstream-ff4fd567325ae5c2efaad84a907717c7ea68f536.zip |
qosify: include nls.mk to avoid build error with full NLS support enabled
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/config/qosify')
-rw-r--r-- | package/network/config/qosify/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |