1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 20:09:55 +02:00

[package] base-files: mark /etc/rc.local as conffile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23232 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-10-05 07:32:37 +00:00
parent 22599b9bc0
commit 77e11c0896

View File

@ -53,6 +53,7 @@ define Package/base-files/conffiles
/etc/profile
/etc/shells
/etc/sysctl.conf
/etc/rc.local
$(call $(TARGET)/conffiles)
endef