]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: hide kmod-pppox 23077/head
authorQingfang Deng <dqfext@gmail.com>
Fri, 24 Apr 2026 08:08:34 +0000 (16:08 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 Apr 2026 08:02:21 +0000 (10:02 +0200)
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>
package/kernel/linux/modules/netsupport.mk

index c3720c791a491201f319ab38af1a979a310290d7..39ca0ef4313b6881ad9fab2aac5ceb204660dec5 100644 (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