Hello,
i'm trying to compile a stable 17.01.4 version for a MT7620 device.
The problem I encounter is that my compiled kernel is
kernel - 4.4.92-1-db9a90c78a856b7cfdc01049a186b49c
or other times is kernel - 4.4.92-1-SOMEOTHER
rather than
kernel - 4.4.92-1-e19b9950ed08c60448d97dc11fbd6537
which is the kernel image of the latest stable download from the stable official repository.
For this reason I have problem installing some packages cause it tells me the kernel has different version (like mwan3)
When i try a opkg install mwan3 this is the output
Installing mwan3 (2.0.2-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for mwan3:
* kernel (= 4.4.92-1-e19b9950ed08c60448d97dc11fbd6537) * kernel (= 4.4.92-1-e19b9950ed08c60448d97dc11fbd6537) * kernel (= 4.4.92-1-e19b9950ed08c60448d97dc11fbd6537) * kernel (= 4.4.92-1-e19b9950ed08c60448d97dc11fbd6537) *
* opkg_install_cmd: Cannot install package mwan3.
I'm pretty sure I'm missing something, how can i fix it?
Find below my mini-instruction that i follow to compile the system.
download the sources from git, select the stable tag for the release
mkdir ledestable
cd ledestable
git clone FROMGITURISOURCE.git
cd source
git fetch --tags
git checkout v17.01.4
build the menu configuration
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
select your system preferences, exit and save, then build the source
make