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 | 6dd63c32aacebe68423f31fb6043a59e11ca3788 (patch) | |
tree | bdbaa27e3a8a54408dfb3466a792742fe932b84d /package/base-files/Makefile | |
parent | ebe2d165160a3293aa9c5f58713db029054024b3 (diff) | |
download | master-187ad058-6dd63c32aacebe68423f31fb6043a59e11ca3788.tar.gz master-187ad058-6dd63c32aacebe68423f31fb6043a59e11ca3788.tar.bz2 master-187ad058-6dd63c32aacebe68423f31fb6043a59e11ca3788.zip |
[package] base-files: mark /etc/crontabs/ as config directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26986 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-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 |