More SoPine64 related tweaks
This commit is contained in:
parent
a83a6957f5
commit
193c42918b
@ -4,7 +4,7 @@ KERNEL_TARGET="default"
|
||||
LINUXFAMILY="pine64"
|
||||
BOOTCONFIG="pine64_so_defconfig"
|
||||
MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723bs"
|
||||
MODULES_NEXT=""
|
||||
GOVERNOR="userspace"
|
||||
CLI_TARGET=""
|
||||
DESKTOP_TARGET=""
|
||||
#
|
||||
|
||||
@ -46,4 +46,7 @@ family_tweaks()
|
||||
mkdir -p $CACHEDIR/$SDCARD/var/lib/alsa/
|
||||
cp $SRC/lib/config/asound.state.pine64-default $CACHEDIR/$SDCARD/var/lib/alsa/asound.state
|
||||
fi
|
||||
if [[ $BRANCH == default && $BOARD == pine64so ]]; then
|
||||
echo "pine64_model=pine64so" >> $CACHEDIR/$SDCARD/boot/armbianEnv.txt
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user