add dropbear keys, passwd and firewall configuration to be saved during reflash
authorTravis Kemen <thepeople@openwrt.org>
Thu, 24 Jul 2008 02:24:59 +0000 (02:24 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Thu, 24 Jul 2008 02:24:59 +0000 (02:24 +0000)
SVN-Revision: 11912

package/base-files/files/sbin/sysupgrade

index 2805c314d6b56990cab6ffb3d2b6b47939dfd9d2..9cc29b4995a7f40aeaa9d1fb5d0a3fe4a6c35e64 100755 (executable)
@@ -44,7 +44,7 @@ EOF
 
 add_uci_conffiles() {
        local file="$1"
-       find /etc/config > "$file"
+       find /etc/config /etc/passwd /etc/dropbear /etc/firewall.* > "$file"
        return 0
 }