[packages] kismet: Remove deprecated configure arguments
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Tue, 11 Aug 2009 23:26:18 +0000 (23:26 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Tue, 11 Aug 2009 23:26:18 +0000 (23:26 +0000)
SVN-Revision: 17230

net/kismet/Makefile

index 9114eac3712bf2b34d228c914e23261702ce7c99..4b691b1c400ee1fdf72fcb0ccbd965348a633700 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -85,11 +85,6 @@ endef
 
 CONFIGURE_ARGS += \
        --sysconfdir=/etc/kismet \
-       --enable-syspcap=yes \
-       --disable-dbus \
-       --disable-setuid \
-       --disable-wsp100 \
-       --disable-gpsmap \
 
 CONFIGURE_VARS += \
        CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++"  \