orangepi3-lts: fix wpasupplicant for bookworm and jammy

This commit is contained in:
orangepi-xunlong
2022-05-17 10:47:04 +08:00
parent d92ce76be6
commit d67c19d634

View File

@@ -46,8 +46,9 @@ case $BRANCH in
next)
#KERNEL_USE_GCC='> 10.0'
#ATF_USE_GCC='> 10.0'
BOOTBRANCH='branch:v2021.10-sunxi'
ASOUND_STATE='asound.state.sun50iw6-current'
KERNELBRANCH="branch:orange-pi-5.16-sunxi64"
LINUXCONFIG="linux-5.16-sunxi64-current"
@@ -71,6 +72,13 @@ family_tweaks_s()
ffmepg_kodi_install
fi
if [[ $BOARD == orangepi3-lts ]]; then
[[ $RELEASE == bookworm ]] && dpkg_install_deb_chroot "$EXTER/cache/debs/extra/${RELEASE}-utils/wpasupplicant_2.10-9_arm64.deb"
[[ $RELEASE == jammy ]] && dpkg_install_deb_chroot "$EXTER/cache/debs/extra/${RELEASE}-utils/wpasupplicant_2.10-6_arm64.deb"
fi
}
family_tweaks_bsp()