From: Felix Fietkau Date: Sun, 26 Mar 2006 23:55:33 +0000 (+0000) Subject: enable pppoe support in default buildroot build again X-Git-Tag: whiterussian_rc6~303 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=620e7fe460330cba5acbbfaace889e66e681b2bc;p=openwrt%2Fsvn-archive%2Fopenwrt.git enable pppoe support in default buildroot build again SVN-Revision: 3505 --- 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