diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:32:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:32:37 +0000 |
commit | 0823de355b3503b44cd0ba7090929143857c89fc (patch) | |
tree | c7e3f37d80c94138b1a9e91c6ee776fbb4ead99b | |
parent | 9d4221adeff7478968ec5ca6a40b60894713e63a (diff) | |
download | upstream-0823de355b3503b44cd0ba7090929143857c89fc.tar.gz upstream-0823de355b3503b44cd0ba7090929143857c89fc.tar.bz2 upstream-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
-rw-r--r-- | package/base-files/Makefile | 1 |
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 |