[package] kmod-libertas needs kmod-lib80211 to load
[openwrt.git] / package / base-files / files / sbin / sysupgrade
index f25195a..a582d43 100755 (executable)
@@ -51,7 +51,7 @@ EOF
 
 add_uci_conffiles() {
        local file="$1"
 
 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
 }
 
        return 0
 }
 
@@ -88,7 +88,7 @@ for check in $sysupgrade_image_check; do
 done
 
 if [ -n "$CONF_IMAGE" ]; then
 done
 
 if [ -n "$CONF_IMAGE" ]; then
-       case "$(get_magic_word "$CONF_IMAGE")" in
+       case "$(get_magic_word $CONF_IMAGE cat)" in
                # .gz files
                1f8b) ;;
                *)
                # .gz files
                1f8b) ;;
                *)
This page took 0.023507 seconds and 4 git commands to generate.