Kovács Gábor
-
Posts
17 -
Joined
-
Last visited
Reputation Activity
-
Kovács Gábor got a reaction from going in Build current and edge releases on Odroid C1
I am not a git expert, but apparently what partially solved the compilation error was that I done this
git clone --depth=1 --branch=master https://github.com/armbian/build
instead of this:
git clone --depth 1 https://github.com/armbian/build
But this is just a hint.