diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 09:27:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 09:27:23 +0000 |
commit | 9b8a5e604a39b6540c009bc94ca7510b71471f35 (patch) | |
tree | a76afa04dfe38ec581c896eeb1dd59585b61988c | |
parent | 7a5fcc5695a447c1b2e78bb0b4511e8a0173555b (diff) | |
download | upstream-9b8a5e604a39b6540c009bc94ca7510b71471f35.tar.gz upstream-9b8a5e604a39b6540c009bc94ca7510b71471f35.tar.bz2 upstream-9b8a5e604a39b6540c009bc94ca7510b71471f35.zip |
base-files: mark /etc/crontabs/ as config directory
SVN-Revision: 26986
-rw-r--r-- | package/base-files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3d179aed09..5e6e652716 100644 --- 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:=70 +PKG_RELEASE:=71 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 |