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
commit0823de355b3503b44cd0ba7090929143857c89fc (patch)
treec7e3f37d80c94138b1a9e91c6ee776fbb4ead99b /package/base-files/Makefile
parent9d4221adeff7478968ec5ca6a40b60894713e63a (diff)
downloadmaster-187ad058-0823de355b3503b44cd0ba7090929143857c89fc.tar.gz
master-187ad058-0823de355b3503b44cd0ba7090929143857c89fc.tar.bz2
master-187ad058-0823de355b3503b44cd0ba7090929143857c89fc.zip
[package] base-files: mark /etc/rc.local as conffile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23232 3c298f89-4303-0410-b956-a3cf2f4a3e73
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