mirror of https://github.com/hak5/openwrt-owl.git
parent
cff8a7bbae
commit
650029f14b
|
@ -1,4 +1,4 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2010 OpenWrt.org
|
# Copyright (C) 2008-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# 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
|
wireless driver measurement data via the IPFIX protocol
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/wprobe-export/conffiles
|
||||||
|
/etc/config/wprobe
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
$(CP) src/* $(PKG_BUILD_DIR)/
|
$(CP) src/* $(PKG_BUILD_DIR)/
|
||||||
|
|
Loading…
Reference in New Issue