--- FRITZ.Box_5690_Pro-08.02-117796M-LabTEST/etc/init.d/E40-dsl 2024-12-14 07:01:48.000000000 +0100
+++ FRITZ.Box_5690_Pro-07.90-117876-Inhaus/etc/init.d/E40-dsl 2024-12-19 13:00:56.000000000 +0100
@@ -107,17 +107,6 @@
else
DSLFW=$DSLFW_BIN
fi
-# Only for LabTEST, private builds and production
-AVM_DSL_CONFIG_CTLBITS_SETUP_AS_CO_BIT=0x80000000
-AVM_DSL_AR7_CTLBITS=$(echo ar7cfg.dslglobalconfig.ControlBitfield | ar7cfgctl -s)
-AVM_DSL_SETUP_AS_CO=$(((AVM_DSL_AR7_CTLBITS & AVM_DSL_CONFIG_CTLBITS_SETUP_AS_CO_BIT) != 0))
-if [ $AVM_DSL_SETUP_AS_CO = 1 ]; then
- DSLFW_CO_BIN_FILE="xco_fw_image.bin"
- DSLFW_CO_DIFF="${DSLFW_PATH}/${DSLFW_CO_BIN_FILE}.bsdiff"
- echo "[dsl_sus] Booting as CO"
- DSLFW="${DSLFW_PATH_VAR}/${DSLFW_CO_BIN_FILE}"
- create_datapump $DSLFW_BIN $DSLFW_CO_DIFF $DSLFW
-fi
if [ -f "$DSLLINETEST_FS_FILE" ] && [ "${ANNEX:0:1}" = "B" ];
then
echo "[dsl_sus] dsl line test calib factory file available"
@@ -169,11 +158,6 @@
echo $?
echo "[dsl_sus] started ${DSL_MONITOR_APP}"
fi
-# Only for LabTEST and private builds
-if [ $AVM_DSL_SETUP_AS_CO = 1 ]; then
- sleep 10
- /etc/dsl/co/Gfast_212a_MF36_Mds28_Mus7_m10_tarm3_atp4_2_212.sh
-fi
if [ ${AVM_DSL_SETUP_AS_CO:-0} = 0 ]; then
if [ -e ${DPM_MANAGER_APP_FILE} ]; then
if ! echo ${processes} | grep -q ${DPM_MANAGER_APP} ; then
@@ -186,10 +170,4 @@
echo "[dsl_sus] ${DPM_MANAGER_APP_FILE} missing!"
fi
fi
-# Only for LabTEST and private builds
-if [ "$(echo "ar7cfg.mode" | ar7cfgctl -s)" = "dsldmode_full_bridge" ]; then
- echo "[dsl_sus] Fullbridge active"
- sleep 10
- echo 0 > /sys/kernel/offload_dp/l2fwd_enable
-fi
echo "[dsl_sus] VRX619 dsp started"