<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- var/install
+++ var/install
@@ -123,11 +123,11 @@
 export ANNEX=`cat ${CONFIG_ENVIRONMENT_PATH}/annex`
 if [ -z "${ANNEX}" ] ; then echo ANNEX=${ANNEX} not supported ; exit $INSTALL_WRONG_HARDWARE ; fi
 echo ANNEX=$ANNEX
-# Fritz_Box_7170
-if [ -z "$DISABLE_Fritz_Box_7170" ] ; then
-   echo testing acceptance for device Fritz_Box_7170 ...
-   if /etc/version --install=ar7_8MB_xilinx_4eth_3ab_isdn_nt_te_pots_wlan_usb_host_25762 ; then
-       echo device has installtype ar7_8MB_xilinx_4eth_3ab_isdn_nt_te_pots_wlan_usb_host_25762
+# Fritz_Box_7112
+if [ -z "$DISABLE_Fritz_Box_7112" ] ; then
+   echo testing acceptance for device Fritz_Box_7112 ...
+   if /etc/version --install=ar7_8MB_xilinx_1eth_2ab_nopstn_wlan_32713 ; then
+       echo device has installtype ar7_8MB_xilinx_1eth_2ab_nopstn_wlan_32713
        # passt der ANNEX ?
        accept_annex=B
        echo assumed ANNEX ${accept_annex} -- found ANNEX "${ANNEX}"
@@ -148,11 +148,11 @@
                    exit $INSTALL_WRONG_HARDWARE
                fi
            fi
-           echo OK - accept this update for device Fritz_Box_7170 ...
+           echo OK - accept this update for device Fritz_Box_7112 ...
            korrekt_version=1
        fi
    fi
-   echo testing acceptance for device Fritz_Box_7170 done
+   echo testing acceptance for device Fritz_Box_7112 done
 fi
 
 kernel_start=0x90010000
</pre></body></html>