SVN-Revision: 12320
@ -44,7 +44,7 @@ EOF
add_uci_conffiles() {
local file="$1"
find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.* > "$file"
find /etc/config /etc/passwd /etc/group /etc/dropbear > "$file"
return 0
}