Skip to content
Snippets Groups Projects
Commit f20dd080 authored by Travis Kemen's avatar Travis Kemen
Browse files

add dropbear keys, passwd and firewall configuration to be saved during reflash

SVN-Revision: 11912
parent a760ff58
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ EOF ...@@ -44,7 +44,7 @@ EOF
add_uci_conffiles() { add_uci_conffiles() {
local file="$1" local file="$1"
find /etc/config > "$file" find /etc/config /etc/passwd /etc/dropbear /etc/firewall.* > "$file"
return 0 return 0
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment