diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-20 02:15:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-20 02:15:40 +0000 |
commit | 0de9d5d2d55d7950cd23f55f9f2e0500a2d3fc8d (patch) | |
tree | afda3f2890eb425a691f71121d88d03df3b65686 | |
parent | 2646e9b47b13bf148c02ff40b166839600e2cdd1 (diff) | |
download | mtk-20170518-0de9d5d2d55d7950cd23f55f9f2e0500a2d3fc8d.zip mtk-20170518-0de9d5d2d55d7950cd23f55f9f2e0500a2d3fc8d.tar.gz mtk-20170518-0de9d5d2d55d7950cd23f55f9f2e0500a2d3fc8d.tar.bz2 |
enabled when DEVELOPER=1
SVN-Revision: 1960
-rw-r--r-- | openwrt/package/rp-pppoe/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/openwrt/package/rp-pppoe/Config.in b/openwrt/package/rp-pppoe/Config.in index 2b7db5b..4b43a82 100644 --- a/openwrt/package/rp-pppoe/Config.in +++ b/openwrt/package/rp-pppoe/Config.in @@ -1,6 +1,6 @@ menu "pppoe - Roaring Penguin PPPoE (PPP over Ethernet) implementation" -config BR2_PACKAGE_RP_PPPOE +config BR2_COMPILE_RP_PPPOE bool default n depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF @@ -8,8 +8,8 @@ config BR2_PACKAGE_RP_PPPOE config BR2_PACKAGE_PPPOE_CLIENT tristate prompt "pppoe-client - PPPoE (PPP over Ethernet) client" -# default m if DEVELOPER - select BR2_PACKAGE_RP_PPPOE + default m if DEVELOPER + select BR2_COMPILE_RP_PPPOE select BR2_PACKAGE_PPP help PPPoE (PPP over Ethernet) client @@ -20,8 +20,8 @@ config BR2_PACKAGE_PPPOE_CLIENT config BR2_PACKAGE_PPPOE_RELAY tristate prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay" -# default m if DEVELOPER - select BR2_PACKAGE_RP_PPPOE + default m if DEVELOPER + select BR2_COMPILE_RP_PPPOE help PPPoE (PPP over Ethernet) relay @@ -31,8 +31,8 @@ config BR2_PACKAGE_PPPOE_RELAY config BR2_PACKAGE_PPPOE_SERVER tristate prompt "pppoe-server - PPPoE (PPP over Ethernet) server" -# default m if DEVELOPER - select BR2_PACKAGE_RP_PPPOE + default m if DEVELOPER + select BR2_COMPILE_RP_PPPOE select BR2_PACKAGE_PPP help PPPoE (PPP over Ethernet) server @@ -43,7 +43,7 @@ config BR2_PACKAGE_PPPOE_SERVER config BR2_PACKAGE_PPPOE_SNIFF tristate prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer" -# default m if DEVELOPER + default m if BR2_COMPILE_RP_PPPOE select BR2_PACKAGE_RP_PPPOE help PPPoE (PPP over Ethernet) frame sniffer |