summaryrefslogtreecommitdiffstats
path: root/openwrt/package/kismet/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-26 08:24:51 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-26 08:24:51 +0000
commita326afc8d892a824cfd29a595aefc6fdb2bd63c6 (patch)
treedd8fa5dc2a945cd4dfe5578dccff7466144613e0 /openwrt/package/kismet/Config.in
parente4e9fab6232ee1fb7efd05224e947f3feff66a2a (diff)
add kismet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/kismet/Config.in')
-rw-r--r--openwrt/package/kismet/Config.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/openwrt/package/kismet/Config.in b/openwrt/package/kismet/Config.in
new file mode 100644
index 000000000..5b1940601
--- /dev/null
+++ b/openwrt/package/kismet/Config.in
@@ -0,0 +1,31 @@
+config BR2_PACKAGE_KISMET
+ tristate
+ depends BR2_PACKAGE_SERVER || BR2_PACKAGE_CLIENT || BR2_PACKAGE_DRONE
+ select BR2_PACKAGE_LIBGCC
+ select BR2_PACKAGE_LIBPCAP
+ select BR2_PACKAGE_UCLIBCXX
+ default n
+
+config BR2_PACKAGE_KISMET_SERVER
+ tristate "Kismet server"
+ select BR2_PACKAGE_KISMET
+ default m if CONFIG_DEVEL
+ help
+ The Kismet server
+
+config BR2_PACKAGE_KISMET_CLIENT
+ tristate "Kismet client"
+ select BR2_PACKAGE_KISMET
+ default m if CONFIG_DEVEL
+ help
+ The Kismet client
+
+config BR2_PACKAGE_KISMET_DRONE
+ tristate "Kismet drone"
+ select BR2_PACKAGE_KISMET
+ default m if CONFIG_DEVEL
+ help
+ The Kismet drone
+
+
+