lantiq: use the compatible string as board name
[openwrt/staging/wigyori.git] / package / boot / uboot-envtools / files / lantiq
index d1a6668e84c2f71b4749ef518aec730388a4b7df..f4541a559bdc4b1557e0ab6b312155893dfee8f7 100644 (file)
@@ -13,19 +13,19 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-BTHOMEHUBV2B)
+bt,homehub-v2b)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
        ;;
-BTHOMEHUBV3A)
+bt,homehub-v3a)
        ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x4000" "1"
        ;;
-GIGASX76X)
+siemens,gigaset-sx76x)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
        ;;
-P2812HNUF1)
+zyxel,p-2812hnu-f1)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1"
        ;;
-WBMR300)
+buffalo,wbmr-300hpd)
        idx="$(find_mtd_index ubootconfig)"
        [ -n "$idx" ] && \
                ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x2000" "0x1000" "2"