Can't install Batman-adv on lede 17.01.4

Hello everyone, recently i installed openwrt 17.04 to my raspberry pi 2 B+, and i need to install batman-adv 2018.2 version. I made the cross compilation, and i transferred the .ipk package to my raspberry, when i tried to install the package with command:

opkg install  kmod-batman-adv (4.4.92+2018.2-0)
Installing kmod-batman-adv (4.4.92+2018.2-0) to root...
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-batman-adv:
 * 	kernel (= 4.4.92-1-ab3a3d017e01073b95b0a79d74e346b0) * 
 * opkg_install_cmd: Cannot install package kmod-batman-adv.

I received this, and when i try with the --force-depends option, ssh connection is frozen and i am getting "broken pipe" error.

when i execute the command, "dmesg | tail" i receive these logs:

[    7.724577] random: jshn: uninitialized urandom read (4 bytes read, 74 bits of entropy available)
[   12.005846] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[   12.022617] device eth0 entered promiscuous mode
[   12.032878] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   13.530630] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x4DE1
[   13.546887] br-lan: port 1(eth0) entered forwarding state
[   13.555428] br-lan: port 1(eth0) entered forwarding state
[   13.567751] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   15.547712] br-lan: port 1(eth0) entered forwarding state
[   20.170287] random: nonblocking pool is initialized

Any answer is appreciated!! :smile:

Packages that involve kernel modules need to be compiled in the same context as the kernel that is running (or going to be running) on the target device. I use the "full" build environment for this type of work. It may be that you can do it with the same kernel sources in a different build environment, but I find "all-in-one" building straightforward.