projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab84bf
)
qosify: fix package section/category
author
Felix Fietkau
<nbd@nbd.name>
Mon, 1 Nov 2021 19:16:52 +0000
(20:16 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 1 Nov 2021 19:17:02 +0000
(20:17 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/config/qosify/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/qosify/Makefile
b/package/network/config/qosify/Makefile
index a7532d290672e39566ab46f937cd17f7bf3ebffd..7715fc176ab99dde49ab7e26d19fca3dd799a0ea 100644
(file)
--- a/
package/network/config/qosify/Makefile
+++ b/
package/network/config/qosify/Makefile
@@
-25,9
+25,8
@@
include $(INCLUDE_DIR)/cmake.mk
include $(INCLUDE_DIR)/bpf.mk
define Package/qosify
- SECTION:=kernel
- CATEGORY:=Kernel modules
- SUBMENU:=Network Support
+ SECTION:=net
+ CATEGORY:=Network
TITLE:=A simple QoS solution based eBPF + CAKE
DEPENDS:=+libbpf +libubox +libubus +kmod-sched-cake +tc-full $(BPF_DEPENDS)
endef