X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fwprobe%2FMakefile;h=de1ba6d636d166cdf4a515aa1ccd56fca0672982;hb=6443da06c2d35432d3908fc917491e25c687bfb9;hp=65b85c235f335c8a5d27b6ab2e9d531436f56410;hpb=ae57d8838ce086c44a95b54816191ed9e92545b2;p=openwrt.git diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 65b85c235f..de1ba6d636 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -67,6 +67,10 @@ define Package/wprobe-export/description wireless driver measurement data via the IPFIX protocol endef +define Package/wprobe-export/conffiles +/etc/config/wprobe +endef + define Build/Prepare mkdir -p $(PKG_BUILD_DIR) $(CP) src/* $(PKG_BUILD_DIR)/ @@ -107,7 +111,7 @@ ifdef CONFIG_PACKAGE_wprobe-export CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="$(TARGET_CPPFLAGS) -I$(PKG_BUILD_DIR)/kernel -I$(PKG_BUILD_DIR)/user" \ LDFLAGS="$(TARGET_LDFLAGS)" \ - LIBS="$(PKG_BUILD_DIR)/user/libwprobe.a $(STAGING_DIR)/usr/lib/libipfix.a $(STAGING_DIR)/usr/lib/libmisc.a -lnl-tiny -lm" + LIBS="$(PKG_BUILD_DIR)/user/libwprobe.a $(STAGING_DIR)/usr/lib/libipfix.a $(STAGING_DIR)/usr/lib/libipfixmisc.a -lnl-tiny -lm" endef endif