Skip to content

Commit 152fc0b

Browse files
LGA1150hauke
authored andcommitted
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: openwrt/openwrt#23077 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent a7fd866 commit 152fc0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/kernel/linux/modules/netsupport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ define KernelPackage/pppox
605605
SUBMENU:=$(NETWORK_SUPPORT_MENU)
606606
TITLE:=PPPoX helper
607607
DEPENDS:=kmod-ppp
608-
KCONFIG:=CONFIG_PPPOE
608+
HIDDEN:=1
609609
FILES:=$(LINUX_DIR)/drivers/net/ppp/pppox.ko
610610
endef
611611

0 commit comments

Comments
 (0)