mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update common.sh
This commit is contained in:
@@ -54,10 +54,10 @@ if [[ $LINUXSOURCE == "linux-sunxi" ]] ; then
|
||||
fi
|
||||
if [[ $BOARD == "bananapi" ]] ; then
|
||||
if [ -z "$(patch --dry-run -t -p1 < $SRC/lib/patch/bananagmac.patch | grep previ)" ]; then
|
||||
patch --batch -N -p1 < $SRC/patch/bananagmac.patch
|
||||
patch --batch -N -p1 < $SRC/lib/patch/bananagmac.patch
|
||||
fi
|
||||
if [ -z "$(patch --dry-run -t -p1 < $SRC/lib/patch/bananafbtft.patch | grep previ)" ]; then
|
||||
patch --batch -N -p1 < $SRC/patch/bananafbtft.patch
|
||||
patch --batch -N -p1 < $SRC/lib/patch/bananafbtft.patch
|
||||
fi
|
||||
fi
|
||||
# compile sunxi tools
|
||||
|
||||
Reference in New Issue
Block a user