lantiq: use uniform "u-boot-env" mtd label
[openwrt/staging/dedeckeh.git] / target / linux / lantiq / ase / base-files / etc / board.d / 02_network
index 0bda3e47638060b8b7ad68480cf428f9f6573b09..deddba2408c6ad5726a11e2a121883ce6c1bb906 100755 (executable)
@@ -37,7 +37,7 @@ lantiq_setup_macs()
 
        case "$board" in
        allnet,all0333cj)
-               lan_mac=$(mtd_get_mac_ascii uboot_env ethaddr)
+               lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)
                wan_mac=$(macaddr_add "$lan_mac" 1)
                ;;
        esac