summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 00:27:51 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 00:27:51 +0000
commit528be4937efe46ee443dfd343627cd8e4cbba366 (patch)
tree34c08b64ba4d9b2f47897c3c6eec8d218f29fba8 /openwrt
parent7b6c35bc1a247d328b96fbbd394869d0a021e482 (diff)
Move complex packages to their own menu,
Standardize config options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1036 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/kismet/Config.in63
-rw-r--r--openwrt/package/olsrd/Config.in18
2 files changed, 60 insertions, 21 deletions
diff --git a/openwrt/package/kismet/Config.in b/openwrt/package/kismet/Config.in
index 36c00cfe2..3329b01a9 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 fd0cb935f..d5082634b 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