From: Vasilis Tsiligiannis Date: Tue, 11 Aug 2009 23:26:18 +0000 (+0000) Subject: [packages] kismet: Remove deprecated configure arguments X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=0a0764a5519019c632c32913a386ef29963c9b16 [packages] kismet: Remove deprecated configure arguments SVN-Revision: 17230 --- diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 9114eac371..4b691b1c40 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -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++" \