From 3f0e3bfdf4525f672686d4100ace1891fb6a7120 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 24 May 2005 00:27:51 +0000 Subject: [PATCH] Move complex packages to their own menu, Standardize config options SVN-Revision: 1036 --- openwrt/package/kismet/Config.in | 63 +++++++++++++++++++++++++------- openwrt/package/olsrd/Config.in | 18 +++++---- 2 files changed, 60 insertions(+), 21 deletions(-) diff --git a/openwrt/package/kismet/Config.in b/openwrt/package/kismet/Config.in index 36c00cfe2b..3329b01a95 100644 --- a/openwrt/package/kismet/Config.in +++ b/openwrt/package/kismet/Config.in @@ -1,33 +1,68 @@ +menu "kismet - an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system" + config BR2_PACKAGE_KISMET - bool "kismet - an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system" - default y if CONFIG_DEVEL + bool default n + depends BR2_PACKAGE_KISMET_CLIENT || BR2_PACKAGE_KISMET_DRONE || BR2_PACKAGE_KISMET_SERVER + +config BR2_PACKAGE_KISMET_CLIENT + prompt "kismet-client - the Kismet client" + default m if CONFIG_DEVEL + select BR2_PACKAGE_KISMET + select BR2_PACKAGE_LIBNCURSES + select BR2_PACKAGE_UCLIBCXX help + An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. http://www.kismetwireless.net/ - Depends: libpcap, uClibc++ + This package contains the kismet text interface client. + + Depends: + - libncurses + - libpcap + - uClibc++ - -config BR2_PACKAGE_KISMET_CLIENT - tristate "kismet-client - the Kismet client" - default m if CONFIG_DEVEL - depends BR2_PACKAGE_KISMET - select BR2_PACKAGE_LIBNCURSES - select BR2_PACKAGE_UCLIBCXX config BR2_PACKAGE_KISMET_DRONE - tristate "kismet-drone - the Kismet drone" + prompt "kismet-drone - the Kismet drone" + tristate default m if CONFIG_DEVEL - depends BR2_PACKAGE_KISMET + select BR2_PACKAGE_KISMET select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_UCLIBCXX + help + + An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. + + http://www.kismetwireless.net/ + + This package contains the kismet remote sniffing.and monitoring drone. + + Depends: + - libpcap + - uClibc++ + config BR2_PACKAGE_KISMET_SERVER - tristate "kismet-server - the Kismet server" + prompt "kismet-server - the Kismet server" + tristate default m if CONFIG_DEVEL - depends BR2_PACKAGE_KISMET + select BR2_PACKAGE_KISMET select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_UCLIBCXX + help + + An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. + + http://www.kismetwireless.net/ + + This package contains the kismet server. + + Depends: + - libpcap + - uClibc++ + +endmenu diff --git a/openwrt/package/olsrd/Config.in b/openwrt/package/olsrd/Config.in index fd0cb935f3..d5082634b8 100644 --- a/openwrt/package/olsrd/Config.in +++ b/openwrt/package/olsrd/Config.in @@ -1,5 +1,8 @@ +menu "olsrd - OLSR (Optimized Link State Routing) daemon" + config BR2_PACKAGE_OLSRD - tristate "olsrd - OLSR (Optimized Link State Routing) daemon" + prompt "olsrd - OLSR (Optimized Link State Routing) daemon" + tristate default m if CONFIG_DEVEL help The Optimized Link State Routing daemon @@ -9,37 +12,38 @@ config BR2_PACKAGE_OLSRD config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW depends BR2_PACKAGE_OLSRD - prompt "mod-dot-draw - Dot topology information plugin" + prompt "...-mod-dot-draw - Dot topology information plugin" tristate default m if CONFIG_DEVEL config BR2_PACKAGE_OLSRD_MOD_DYN_GW depends BR2_PACKAGE_OLSRD - prompt "mod-dyn-gw - Dynamic internet gateway plugin" + prompt "...-mod-dyn-gw - Dynamic internet gateway plugin" tristate default m if CONFIG_DEVEL config BR2_PACKAGE_OLSRD_MOD_HTTPINFO depends BR2_PACKAGE_OLSRD - prompt "mod-httpinfo - Small informative web server plugin" + prompt "...-mod-httpinfo - Small informative web server plugin" tristate default m if CONFIG_DEVEL config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE depends BR2_PACKAGE_OLSRD - prompt "mod-nameservice - Lightweight hostname resolver plugin" + prompt "...-mod-nameservice - Lightweight hostname resolver plugin" tristate default m if CONFIG_DEVEL config BR2_PACKAGE_OLSRD_MOD_POWER depends BR2_PACKAGE_OLSRD - prompt "mod-power - Power status plugin" + prompt "...-mod-power - Power status plugin" tristate default m if CONFIG_DEVEL config BR2_PACKAGE_OLSRD_MOD_SECURE depends BR2_PACKAGE_OLSRD - prompt "mod-secure - Message signing plugin to secure olsrd routing domain" + prompt "...-mod-secure - Message signing plugin to secure olsrd routing domain" tristate default m if CONFIG_DEVEL +endmenu -- 2.30.2