This commit is contained in:
Igor Pecovnik 2019-12-04 22:16:20 +01:00
commit 7ebc310c96

View file

@ -40,11 +40,6 @@ if [[ $LINUXFAMILY != sunxi && $LINUXFAMILY != sunxi64 ]]; then
exit -1
fi
if [[ $BRANCH != next && $BRANCH != dev ]]; then
echo >&2 "Overlays are supported only on mainline kernel based images"
exit -1
fi
if [[ -d /lib/modules/$(uname -r)/build/scripts/dtc ]]; then
if [[ ! -x /lib/modules/$(uname -r)/build/scripts/dtc/dtc ]]; then
# Can't use distribution provided (i.e. Bionic) dtc yet