diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-19 02:40:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-19 02:40:04 +0000 |
commit | dfc0cbfbc89aaf1f60be5104f932ed7f81648ad7 (patch) | |
tree | ead84361bd82fb8ab1f7b66eea796275a03d1340 /openwrt/package | |
parent | 9ddd7773b1ccdd8ddf7741f70b543b893ae79277 (diff) | |
download | mtk-20170518-dfc0cbfbc89aaf1f60be5104f932ed7f81648ad7.zip mtk-20170518-dfc0cbfbc89aaf1f60be5104f932ed7f81648ad7.tar.gz mtk-20170518-dfc0cbfbc89aaf1f60be5104f932ed7f81648ad7.tar.bz2 |
enable when developer build
SVN-Revision: 2177
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/rp-pppoe/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/rp-pppoe/Config.in b/openwrt/package/rp-pppoe/Config.in index ba4e047..19f1756 100644 --- a/openwrt/package/rp-pppoe/Config.in +++ b/openwrt/package/rp-pppoe/Config.in @@ -8,7 +8,7 @@ config BR2_COMPILE_RP_PPPOE config BR2_PACKAGE_PPPOE_CLIENT tristate prompt "pppoe-client - PPPoE (PPP over Ethernet) client" - default m if DEVELOPER + default m if CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE select BR2_PACKAGE_PPP help @@ -20,7 +20,7 @@ config BR2_PACKAGE_PPPOE_CLIENT config BR2_PACKAGE_PPPOE_RELAY tristate prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay" - default m if DEVELOPER + default m if CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE help PPPoE (PPP over Ethernet) relay @@ -31,7 +31,7 @@ config BR2_PACKAGE_PPPOE_RELAY config BR2_PACKAGE_PPPOE_SERVER tristate prompt "pppoe-server - PPPoE (PPP over Ethernet) server" - default m if DEVELOPER + default m if CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE select BR2_PACKAGE_PPP help @@ -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 CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE help PPPoE (PPP over Ethernet) frame sniffer |