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 | c869e66704184fb649e23c9106e121ddaafc8406 (patch) | |
tree | b6b4e16f22d0a195233fd5b828259486d29522ae /package | |
parent | c88287228796c62a85408a87aa258282cdb1bfeb (diff) | |
download | upstream-c869e66704184fb649e23c9106e121ddaafc8406.tar.gz upstream-c869e66704184fb649e23c9106e121ddaafc8406.tar.bz2 upstream-c869e66704184fb649e23c9106e121ddaafc8406.zip |
enable when developer build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2177 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/rp-pppoe/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/rp-pppoe/Config.in b/package/rp-pppoe/Config.in index ba4e047af7..19f175656e 100644 --- a/package/rp-pppoe/Config.in +++ b/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 |