projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281ea71
)
[package] mountd: mark /etc/config/mountd as conffile
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:22:03 +0000
(17:22 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Oct 2010 17:22:03 +0000
(17:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23252
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mountd/Makefile
patch
|
blob
|
history
diff --git
a/package/mountd/Makefile
b/package/mountd/Makefile
index
e218783
..
8cecc15
100644
(file)
--- a/
package/mountd/Makefile
+++ b/
package/mountd/Makefile
@@
-25,6
+25,10
@@
define Package/mountd/description
openwrt automount daemon
endef
+define Package/mountd/conffiles
+/etc/config/mountd
+endef
+
define Build/Compile
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(PKG_BUILD_DIR)" \
@@
-40,4
+44,3
@@
define Package/mountd/install
endef
$(eval $(call BuildPackage,mountd))
-
This page took
0.028877 seconds
and
4
git commands to generate.