--- var/install.orig	2008-04-17 17:49:11.000000000 +0200
+++ var/install	2009-09-30 11:53:53.000000000 +0200
@@ -218,6 +218,8 @@
 else
     export CONFIG_ENVIRONMENT_PATH=/proc/sys/urlader
 fi
+#### Eumex with English FW: Force oem to "avme"
+echo "firmware_version avme" > ${CONFIG_ENVIRONMENT_PATH}/environment
 export ANNEX=`cat ${CONFIG_ENVIRONMENT_PATH}/annex`
 # check, if we have to recover missing annex in env
 echo testing acceptance for device Fritz_Box_FON ...
@@ -253,8 +255,8 @@
 # Fritz_Box_FON
 if [ -z "$DISABLE_Fritz_Box_FON" ] ; then
    echo testing acceptance for device Fritz_Box_FON ...
-   if /etc/version --install=ar7_4MB_2eth_2ab_isdn_pots_05804 ; then
-       echo device has installtype ar7_4MB_2eth_2ab_isdn_pots_05804
+   if /etc/version --install=ar7_4MB_2eth_2ab_isdn_pots_05804 || /etc/version --install=ar7_4MB_1eth_3ab_isdn_pots_63151 ; then
+       echo device has installtype ar7_4MB_2eth_2ab_isdn_pots_05804 or ar7_4MB_1eth_3ab_isdn_pots_63151
        # passt der ANNEX ?
        accept_annex=B
        echo assumed ANNEX ${accept_annex} -- found ANNEX "${ANNEX}"
@@ -263,7 +265,7 @@
            # passt der OEM ?
            if [ ! -z "${OEM}" ] ; then
                oem_found=0
-               for i in  avme ; do
+               for i in  avme avm tcom ; do
                    if [ "$i" = "${OEM}" ] ; then
                        echo "OK - OEM ${OEM} is supported"
                        oem_found=1
