Run the
./scripts/morse_setup.sh -i -b ekh01
After configuration is complete, run the build with
make -j8 V=sc 2>&1 | tee log.txt
luci version will be2.7-dev.
How do I compile the luci version to 2.6.6?
Run the
./scripts/morse_setup.sh -i -b ekh01
After configuration is complete, run the build with
make -j8 V=sc 2>&1 | tee log.txt
luci version will be2.7-dev.
How do I compile the luci version to 2.6.6?
Configuring this way, this is set by CONFIG_VERSION_CODE in boards/common/morse_diffconfig
.
The reason it’s 2.7-dev is that the ‘real’ 2.6.6 is one that’s built internally, and has a few extra proprietary packages included. If you want to build your own, it may be good to give it a distinct version.
Thank you for reply.
In version 2.7-dev, the wizards for 802.11s mesh and easy mesh are not showing up, is this correct?
If I change
CONFIG_VERSION_CODE=“Morse-2.6.6”
that will the luci version change to 2.6.6 and the 802.11s mesh and easy mesh wizards will appear?
I’m afraid the prplmesh code is not currently included in the github repositories, so the wizard will not appear.
Re the 802.11s mesh wizard, I would have thought this would appear if you include our mesh11sd package in your build. Perhaps you can attach your .config file? @ajudge may have more insight into why that’s not appearing.