Hey everyone,
I have compiled my own version of OpenWrt for a device (AR71XX board) without issues. Building standard packages for it is also no issue.
The issue I am having is that when I try to install kmods from either the OpenWrt repository or if I build the packages and try to install them manually, I get an unsatisfied dependency issue.
Now, say my firmware's kernel version is 3.7.8 and I want to install a kmod, all of them seem to be built for 3.7.8-1 (revision 1?). The weird thing is, if I include a kmod into the build it works without an issue. If I want to install a kmod after flashing the firmware it becomes impossible (without forcing dependencies).
I am wondering if I am doing anything wrong or if there is anything I can do?
C126