wprobe: mark /etc/config/wprobe as conffile
SVN-Revision: 23255
This commit is contained in:
parent
cff8a7bbae
commit
650029f14b
1 changed files with 5 additions and 1 deletions
|
@ -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)/
|
||||
|
|
Loading…
Reference in a new issue