1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

bpf-headers: fix package category

This removes the non-selectable 'Kernel' item
when make menuconfig.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
This commit is contained in:
Chukun Pan 2023-02-12 23:19:16 +08:00 committed by Hauke Mehrtens
parent b934c63518
commit 3e4c014008

@ -39,7 +39,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/bpf-headers
SECTION:=kernel
CATEGORY:=Kernel
CATEGORY:=Kernel modules
TITLE:=eBPF kernel headers
BUILDONLY:=1
HIDDEN:=1