Hi Jurgen.
I've been working on a new tool to build firmwares. Instead of using
standard buildroot it uses the LEDE SDK and ImageBuilder. It means less
compilation time (and problems) and better integration with official
LEDE releases.
To use it:
git clone
https://github.com/libremesh/lime-sdk
# Download SDK and IB from LEDE
./cooker -d ar71xx/generic
# List the hardware profiles and find your own
./cooker --profiles=ar71xx/generic
# Cook the firmware for your profile using lime_default flavor
./cooker -c ar71xx/generic --flavor=lime_default --profile=tl-wdr3500-v1
The current master branch points to LEDE 17.01.0. If you want to use the
snapshot branch of LEDE checkout "development" branch of lime-sdk.
This is a new tool, I'm still working on it. Please, let me know if you
have problems.
Cheers.
On 06/04/17 10:41, Juergen Kimmel wrote:
I am pretty inexperienced in compiling
I have managed to compile the master branch but not 17.02
"git clone -b 17.02 git: //github.com/libremesh/lime-build"
and
"make T = mt7620 V = s"
led to the error
"rule for checkout failed (makefile line 168)"
where is the problem?
Tx
Jürgen Kimmel
_______________________________________________
lime-users mailing list
lime-users(a)lists.libremesh.org
https://lists.libremesh.org/mailman/listinfo/lime-users
--
./p4u