enable pppoe support in default buildroot build again
authorFelix Fietkau <nbd@openwrt.org>
Sun, 26 Mar 2006 23:55:33 +0000 (23:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 26 Mar 2006 23:55:33 +0000 (23:55 +0000)
SVN-Revision: 3505

openwrt/package/ppp/Config.in

index 00487edbec60b90cd788346fd921c0ec4669886b..4fcc918b253d0af9ca1e03bcd52f5a68f9a0ddc2 100644 (file)
@@ -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