From 5b6c96ccec3c279c28580cf63dddb4773dc0d0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Tue, 21 Nov 2017 10:33:48 +0100 Subject: [PATCH] config: Disable ppp as it is not compiling nor used. --- iop/configs/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iop/configs/config b/iop/configs/config index ebe501b25..8ae412c96 100644 --- a/iop/configs/config +++ b/iop/configs/config @@ -115,10 +115,10 @@ CONFIG_PACKAGE_p910nd=y CONFIG_PACKAGE_peripheral_manager=y CONFIG_PACKAGE_port-management=y CONFIG_PACKAGE_power-management=y -CONFIG_PACKAGE_ppp-mod-pppoa=y -CONFIG_PACKAGE_ppp-mod-pppol2tp=y -CONFIG_PACKAGE_ppp-mod-pptp=y -CONFIG_PACKAGE_ppp-multilink=y +# CONFIG_PACKAGE_ppp-mod-pppoa is not set +# CONFIG_PACKAGE_ppp-mod-pppol2tp is not set +# CONFIG_PACKAGE_ppp-mod-pptp is not set +# CONFIG_PACKAGE_ppp-multilink is not set # CONFIG_PACKAGE_ppp is not set CONFIG_PACKAGE_qos-scripts=y CONFIG_PACKAGE_questd=y