add /etc/firewall.user to be backed up becuase it is an example in /etc/config/firewall
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Aug 2008 18:01:18 +0000 (18:01 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 16 Aug 2008 18:01:18 +0000 (18:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12326 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/sbin/sysupgrade

index 4feb1a9370e0805a3a1b659b53754a82b4d5e587..7f258ee8997ad0e8574077c34628b8dc13d8cb92 100755 (executable)
@@ -44,7 +44,7 @@ EOF
 
 add_uci_conffiles() {
        local file="$1"
-       find /etc/config /etc/passwd /etc/group /etc/dropbear > "$file"
+       find /etc/config /etc/passwd /etc/group /etc/dropbear /etc/firewall.user > "$file"
        return 0
 }