diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-24 09:27:23 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-24 09:27:23 +0000 |
commit | f11fc7ea745a38e24b42d9b51d0adc65aaf60de1 (patch) | |
tree | bdbaa27e3a8a54408dfb3466a792742fe932b84d /package/base-files/Makefile | |
parent | a642e3be4801c74821a1b7316fca8be2af80cd77 (diff) |
[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 3d179aed0..5e6e65271 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 |