kernel: hide kmod-pppox

The pppox module is a dependency of pppoe/pptp/pppol2tp and does not
have a separate Kconfig symbol.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23077
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Qingfang Deng 2026-04-24 16:08:34 +08:00 committed by Hauke Mehrtens
parent a7fd866a2c
commit 152fc0b304

View File

@ -605,7 +605,7 @@ define KernelPackage/pppox
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=PPPoX helper
DEPENDS:=kmod-ppp
KCONFIG:=CONFIG_PPPOE
HIDDEN:=1
FILES:=$(LINUX_DIR)/drivers/net/ppp/pppox.ko
endef