From: Jo-Philipp Wich Date: Tue, 5 Oct 2010 07:32:37 +0000 (+0000) Subject: base-files: mark /etc/rc.local as conffile X-Git-Tag: reboot~18785 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a65975e0d681074629a6e27988c7a25b22b934cd;p=openwrt%2Fstaging%2Fchunkeey.git base-files: mark /etc/rc.local as conffile SVN-Revision: 23232 --- 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