It's probably unrelated, but it looks like you screwed file permissions as every file has been changed from 644 > 755, and some of those files are scripts that will be copied with current perms intact into the LE image. You need to clone to the git repo to a Linux filesystem like EXT4 to keep the perms intact. I'd hazard a guess that you've cloned to something like NTFS "because working on Windows is easier" .. but it will ultimately cause more problems than it solves. Changing every file also means people have to 'page down' about 500 times to review all your changes .. which means nobody it likely to review them. Commit the changes for each file you touch (usually package.mk's) so that others can follow them.
fixed the repo changeset Commits · BoLaMN/LibreELEC.tv · GitHub