From: jow Date: Tue, 5 Oct 2010 07:32:37 +0000 (+0000) Subject: [package] base-files: mark /etc/rc.local as conffile X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=77e11c0896b02aea399f90dc09f8aba87bd20679 [package] base-files: mark /etc/rc.local as conffile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23232 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1f510df096..f290e79a06 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -53,6 +53,7 @@ define Package/base-files/conffiles /etc/profile /etc/shells /etc/sysctl.conf +/etc/rc.local $(call $(TARGET)/conffiles) endef