diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-05 02:16:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-05 02:16:36 +0000 |
commit | fdffe64b4645d2f44cf8876681d41ac4d2ef1561 (patch) | |
tree | 023aa6c89150198db369868cca93b44e19180e28 /package/rp-pppoe | |
parent | 161a21c51c8f3faa9b7608a420c074402d57f048 (diff) | |
download | master-187ad058-fdffe64b4645d2f44cf8876681d41ac4d2ef1561.tar.gz master-187ad058-fdffe64b4645d2f44cf8876681d41ac4d2ef1561.tar.bz2 master-187ad058-fdffe64b4645d2f44cf8876681d41ac4d2ef1561.zip |
reorganize/rationalize/format package menuconfig,
make updatedd modular
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rp-pppoe')
-rw-r--r-- | package/rp-pppoe/Config.in | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/package/rp-pppoe/Config.in b/package/rp-pppoe/Config.in index 19f175656e..2b4d9f21bd 100644 --- a/package/rp-pppoe/Config.in +++ b/package/rp-pppoe/Config.in @@ -1,4 +1,4 @@ -menu "pppoe - Roaring Penguin PPPoE (PPP over Ethernet) implementation" +#menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation" config BR2_COMPILE_RP_PPPOE bool @@ -6,8 +6,8 @@ config BR2_COMPILE_RP_PPPOE depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF config BR2_PACKAGE_PPPOE_CLIENT + prompt "pppoe-client...................... PPPoE (PPP over Ethernet) client" tristate - prompt "pppoe-client - PPPoE (PPP over Ethernet) client" default m if CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE select BR2_PACKAGE_PPP @@ -15,22 +15,20 @@ config BR2_PACKAGE_PPPOE_CLIENT PPPoE (PPP over Ethernet) client http://roaringpenguin.com/penguin/open_source_rp-pppoe.php - config BR2_PACKAGE_PPPOE_RELAY + prompt "pppoe-relay....................... PPPoE (PPP over Ethernet) relay" tristate - prompt "pppoe-relay - PPPoE (PPP over Ethernet) relay" default m if CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE help PPPoE (PPP over Ethernet) relay http://roaringpenguin.com/penguin/open_source_rp-pppoe.php - config BR2_PACKAGE_PPPOE_SERVER + prompt "pppoe-server...................... PPPoE (PPP over Ethernet) server" tristate - prompt "pppoe-server - PPPoE (PPP over Ethernet) server" default m if CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE select BR2_PACKAGE_PPP @@ -38,17 +36,15 @@ config BR2_PACKAGE_PPPOE_SERVER PPPoE (PPP over Ethernet) server http://roaringpenguin.com/penguin/open_source_rp-pppoe.php - config BR2_PACKAGE_PPPOE_SNIFF + prompt "pppoe-sniff....................... PPPoE (PPP over Ethernet) frame sniffer" tristate - prompt "pppoe-sniff - PPPoE (PPP over Ethernet) frame sniffer" default m if CONFIG_DEVEL select BR2_COMPILE_RP_PPPOE help PPPoE (PPP over Ethernet) frame sniffer http://roaringpenguin.com/penguin/open_source_rp-pppoe.php - -endmenu +#endmenu |