u-boot mod - проблема сборки
Добрый день. Пытаюсь собрать u-boot mod по tp-link_tl-wr841n_v9. Скачал openwrt, собрал toolchain из исходников. Скачал последованию версию u-boot mod гит хаба. Прописал Makefile нужные пути. Запускаю сборку
root@test:/home/mannaz/openwrt/u-boot_mod# make tp-link_tl-wr841n_v9
Removing configuration...
Preparing configuration for target: tp-link_tl-wr841n_v9
Device vendor/model: TP-Link TL-WR841N/D v9
Custom recovery web: no
Image size limit: 123 KB
Default FLASH size: 16 MB
GPIO reset button: 12
Button active low: yes
LZMA compression: yes
RAM-loadable only: no
Preparing web server files...
r - ap143.o
r - ../common/spi_flash.o
r - ../common/common.o
r - ../common/qca-eth-953x.o
r - ../common/athr_s27_phy.o
r - uip.o
r - uip_arch.o
r - uip_arp.o
r - httpd.o
r - fs.o
r - qca_common.o
r - qca_clocks.o
r - qca_sf.o
r - qca_dram.o
r - qca_pci.o
r - qca_usb.o
r - qca_ls_uart.o
r - qca_gpio_init.o
r - qca95xx_pll_init.o
r - cpu.o
r - cache.o
mips-openwrt-linux-musl-ld: net/libnet.a(tftp.o):(.bss+0x0): multiple definition of `seed2'; net/libnet.a(net.o):(.bss+0x6e04): first defined here
mips-openwrt-linux-musl-ld: net/libnet.a(tftp.o):(.bss+0x4): multiple definition of `seed1'; net/libnet.a(net.o):(.bss+0x6e08): first defined here
mips-openwrt-linux-musl-ld: net/libnet.a(bootp.o):(.bss+0x18): multiple definition of `seed1'; net/libnet.a(net.o):(.bss+0x6e08): first defined here
mips-openwrt-linux-musl-ld: net/libnet.a(bootp.o):(.bss+0x14): multiple definition of `seed2'; net/libnet.a(net.o):(.bss+0x6e04): first defined here
make[1]: *** [Makefile:285: u-boot] Ошибка 1
make: *** [Makefile:255: tp-link_tl-wr841n_v9] Ошибка 2
Сборка происходит с ошибкой. Не могу понять, что делаю не правильно.