khadas edge tweaks (#3022)

* remove static mac assignment hack for khadas edge

* khadased edge rk3399 default asound
This commit is contained in:
lanefu 2021-07-18 23:14:02 -04:00 committed by GitHub
parent fe4f00ecdc
commit 4b91e49c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,3 +5,4 @@ BOOTCONFIG="khadas-edge-v-rk3399_defconfig"
KERNEL_TARGET="current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
ASOUND_STATE="asound.state.rk3399"

View File

@ -125,7 +125,7 @@ case "$1" in
esac
# varios temporary hardware workarounds
[[ $LINUXFAMILY == rk3399 || $LINUXFAMILY == rockchip64 ]] && [[ $BOARD != helios64 ]] && set_fixed_mac
[[ $LINUXFAMILY == rk3399 || $LINUXFAMILY == rockchip64 ]] && [[ $BOARD != helios64 && $BOARD != khadas-edge ]] && set_fixed_mac
[[ $BRANCH == dev && $LINUXFAMILY == rockchip ]] && set_fixed_mac
[[ $BRANCH == current && $LINUXFAMILY == odroidc1 ]] && set_fixed_mac
[[ $LINUXFAMILY == meson64 ]] && set_fixed_mac