From 620e7fe460330cba5acbbfaace889e66e681b2bc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 26 Mar 2006 23:55:33 +0000 Subject: [PATCH] enable pppoe support in default buildroot build again SVN-Revision: 3505 --- openwrt/package/ppp/Config.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in index 00487edbec..4fcc918b25 100644 --- a/openwrt/package/ppp/Config.in +++ b/openwrt/package/ppp/Config.in @@ -3,8 +3,7 @@ menu "ppp - PPP (Point-to-Point Protocol) daemon" config BR2_PACKAGE_PPP prompt "ppp - PPP (Point-to-Point Protocol) daemon" tristate - default m if CONFIG_DEVEL - default m if BR2_PACKAGE_IMAGEBUILDER + default y select BR2_PACKAGE_KMOD_PPP config BR2_PACKAGE_PPP_WITH_FILTER @@ -15,8 +14,7 @@ config BR2_PACKAGE_PPP_WITH_FILTER config BR2_PACKAGE_PPP_MOD_PPPOE prompt "...-mod-pppoe - PPPoE (PPP over Ethernet) plugin" tristate - default m if CONFIG_DEVEL - default m if BR2_PACKAGE_IMAGEBUILDER + default y depends on BR2_PACKAGE_PPP select BR2_PACKAGE_KMOD_PPPOE -- 2.30.2