Hi, I'm new to OpenWrt and trying to install it on my EA7300. It looks like there is an issue with the kmods
in the existing snapshot. The issue was addressed recently but will not be available until a few days.
I decided to compile and build the kernel locally. So I cloned the repo, ran make menuconfig
, and set the target system, subtarget, and target profile. I didn't change any other settings.
When I flashed the image, I was able to SSH to the router and had an internet connection, but wasn't able to install LuCI because some requirements were "incompatible with the architecture configured".
I then installed LuCI during build and was able to use it after flashing the image. However, I'm not able to install any other packages now and get a similar error. For example, when I try to install luci-app-sqm
, I get the following warning:
The installed version of package kernel is not compatible, require 5.4.75-1-befe4f13… while 5.4.75-1-160a879b… is installed.
If I install anyway, I get the same errors I used to get when trying to install LuCI from the command line:
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-sched-core found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ifb found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-ipopt found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-conntrack-extra found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-raw found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-sched-cake found, but incompatible with the architectures configured
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-app-sqm_git-20.317.58722-c20fa83_all.ipk, wget returned 4.
* opkg_download: Check your network settings and connectivity.
I was wondering if anyone has faced a similar issue before and knows how to solve it.
Thank you.