projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5fcc5
)
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)
SVN-Revision: 26986
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 3d179aed09e0068e14c8f15448e437c04727bed0..5e6e652716d780dc623a7d54e4edcefcfd36843b 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