From 384e1cd2cd5fa32d2debe9839e626a3e8e1ef81e Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Wed, 31 Jan 2018 19:26:08 +0100 Subject: [PATCH] Revert "config: Disable ppp as it is not compiling nor used." This reverts commit 5b6c96ccec3c279c28580cf63dddb4773dc0d0dc. --- iop/configs/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iop/configs/config b/iop/configs/config index 88d0b6ac7..f0827dd65 100644 --- a/iop/configs/config +++ b/iop/configs/config @@ -119,10 +119,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 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-mod-pppoa=y +CONFIG_PACKAGE_ppp-mod-pppol2tp=y +CONFIG_PACKAGE_ppp-mod-pptp=y +CONFIG_PACKAGE_ppp-multilink=y # CONFIG_PACKAGE_ppp is not set # CONFIG_PACKAGE_qos-scripts is not set CONFIG_PACKAGE_questd=y