[packages] kismet: Remove deprecated configure arguments
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Aug 2009 23:26:18 +0000 (23:26 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Aug 2009 23:26:18 +0000 (23:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17230 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/kismet/Makefile

index 9114eac..4b691b1 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++"  \