projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe2d16
)
[package] base-files: mark /etc/crontabs/ as config directory
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 24 May 2011 09:27:23 +0000
(09:27 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 24 May 2011 09:27:23 +0000
(09:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26986
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
3d179ae
..
5e6e652
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=7
0
+PKG_RELEASE:=7
1
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host
@@
-57,6
+57,7
@@
define Package/base-files/conffiles
/etc/sysupgrade.conf
/etc/config/
/etc/dropbear/
+/etc/crontabs/
$(call $(TARGET)/conffiles)
endef