aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-05 07:32:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-05 07:32:37 +0000
commita65975e0d681074629a6e27988c7a25b22b934cd (patch)
tree8552b1fd0b9c6f54f4f9acfb18e1ddd1b2bbdafc /package/base-files/Makefile
parentb0ca17ae6e8cd0c8e7c90ec5ea734026cfc4ef32 (diff)
downloadupstream-a65975e0d681074629a6e27988c7a25b22b934cd.tar.gz
upstream-a65975e0d681074629a6e27988c7a25b22b934cd.tar.bz2
upstream-a65975e0d681074629a6e27988c7a25b22b934cd.zip
base-files: mark /etc/rc.local as conffile
SVN-Revision: 23232
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
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