1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-20 07:24:36 +01:00

base-files: add /etc/rc.local to the default save file list

SVN-Revision: 17572
This commit is contained in:
Jo-Philipp Wich 2009-09-12 15:57:31 +00:00
parent bdaeaafbef
commit 8962270fec

@ -51,7 +51,7 @@ EOF
add_uci_conffiles() {
local file="$1"
find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user > "$file"
find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user /etc/rc.local > "$file"
return 0
}