projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57e918d
)
[package] wprobe: mark /etc/config/wprobe as conffile
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:33:17 +0000
(17:33 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:33:17 +0000
(17:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23255
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/wprobe/Makefile
patch
|
blob
|
history
diff --git
a/package/wprobe/Makefile
b/package/wprobe/Makefile
index
65b85c2
..
1986cfa
100644
(file)
--- 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)/
This page took
0.023378 seconds
and
4
git commands to generate.