mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 21:01:26 +00:00
Merge branch 'master' of https://github.com/armbian/build
This commit is contained in:
commit
7ebc310c96
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue