mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
Fix path for sunxi-display-changer
This commit is contained in:
parent
dc877f1ef0
commit
0739cfc6c5
1 changed files with 2 additions and 2 deletions
|
@ -343,7 +343,7 @@ install_external_applications()
|
|||
|
||||
# sunxi display changer
|
||||
if [[ $BRANCH != next && $LINUXSOURCEDIR == *sunxi* ]]; then
|
||||
cd "$SOURCES/$MISC5_DIR"
|
||||
cd "$SOURCES/sunxi-display-changer"
|
||||
cp "$SOURCES/$LINUXSOURCEDIR/include/video/sunxi_disp_ioctl.h" .
|
||||
make clean >/dev/null
|
||||
make ARCH=$ARCHITECTURE CC="${KERNEL_COMPILER}gcc" KSRC="$SOURCES/$LINUXSOURCEDIR/" >> $DEST/debug/compilation.log 2>&1
|
||||
|
@ -353,7 +353,7 @@ install_external_applications()
|
|||
# sunxi display changer
|
||||
# compile it for sun8i just in case sun7i stuff gets ported to sun8i and we're able to use it
|
||||
#if [[ $BRANCH != next && $LINUXSOURCEDIR == *sun8i* ]]; then
|
||||
# cd "$SOURCES/$MISC5_DIR"
|
||||
# cd "$SOURCES/sunxi-display-changer"
|
||||
# wget -q "https://raw.githubusercontent.com/linux-sunxi/linux-sunxi/sunxi-3.4/include/video/sunxi_disp_ioctl.h"
|
||||
# make clean >/dev/null 2>&1
|
||||
# make ARCH=$ARCHITECTURE CC="${KERNEL_COMPILER}gcc" KSRC="$SOURCES/$LINUXSOURCEDIR/" >> $DEST/debug/compilation.log 2>&1
|
||||
|
|
Loading…
Add table
Reference in a new issue