[package] configure kismet to search for its configuration file in /etc/kismet instea...
[openwrt/svn-archive/archive.git] / net / kismet / Makefile
index 63a8d76c59d4005ee2fa477ad78ae4f6299bac8c..9b66d530f8fefd412b95106e97f46b79b0ebfa48 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kismet
 PKG_VERSION:=2008-05-R1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.kismetwireless.net/code
@@ -85,6 +85,7 @@ $(call Package/kismet/Default/description)
 endef
 
 CONFIGURE_ARGS += \
+       --sysconfdir=/etc/kismet \
        --enable-syspcap=yes \
        --disable-dbus \
        --disable-setuid \