Does AMB82-mini support Ethernet?

Does AMB82-mini support Ethernet ?

I try to modify Standard SDK’s
platform_opts.h @ project\realtek_amebapro2_v0_example\inc,
#define CONFIG_ETHERNET 1

After executed:
cmake --build . --target flash

it showed errors :

/asdk-10.3.0/linux/newlib/bin/…/lib/gcc/arm-none-eabi/10.3.0/…/…/…/…/arm-none-eabi/bin/ld: warning: section .ram.bss' type changed to PROGBITS /asdk-10.3.0/linux/newlib/bin/../lib/gcc/arm-none-eabi/10.3.0/../../../../arm-none-eabi/bin/ld: CMakeFiles/application.ntz.dir/ameba-pro2_20220217/component/at_ cmd/log_service.c.obj:(.data.log_init_table+0xc): undefined reference to at_ethernet_init’
/asdk-10.3.0/linux/newlib/bin/…/lib/gcc/arm-none-eabi/10.3.0/…/…/…/…/arm-none-eabi/bin/ld: CMakeFiles/application.ntz.dir/ameba-pro2_20220217/component/lwi p/lwip_v2.1.2/port/realtek/freertos/ethernetif.c.obj: in function low_level_output_mii': /ameba-pro2_20220217/component/lwip/lwip_v2.1.2/port/realtek/freertos/ethernetif.c:196: undefined reference to rltk_mii_send’
collect2: error: ld returned 1 exit status
application/CMakeFiles/application.ntz.dir/build.make:5577: recipe for target ‘application/application.ntz’ failed
make[3]: *** [application/application.ntz] Error 1
CMakeFiles/Makefile2:289: recipe for target ‘application/CMakeFiles/application.ntz.dir/all’ failed
make[2]: *** [application/CMakeFiles/application.ntz.dir/all] Error 2
CMakeFiles/Makefile2:242: recipe for target ‘CMakeFiles/flash.dir/rule’ failed
make[1]: *** [CMakeFiles/flash.dir/rule] Error 2
Makefile:183: recipe for target ‘flash’ failed
make: *** [flash] Error 2

Who can help me ?
Thanks