mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 01:56:43 +07:00
orangepi3-lts: fix wpasupplicant for bookworm and jammy
This commit is contained in:
10
external/config/sources/families/sun50iw6.conf
vendored
10
external/config/sources/families/sun50iw6.conf
vendored
@@ -46,8 +46,9 @@ case $BRANCH in
|
|||||||
|
|
||||||
next)
|
next)
|
||||||
|
|
||||||
|
#KERNEL_USE_GCC='> 10.0'
|
||||||
|
#ATF_USE_GCC='> 10.0'
|
||||||
BOOTBRANCH='branch:v2021.10-sunxi'
|
BOOTBRANCH='branch:v2021.10-sunxi'
|
||||||
|
|
||||||
ASOUND_STATE='asound.state.sun50iw6-current'
|
ASOUND_STATE='asound.state.sun50iw6-current'
|
||||||
KERNELBRANCH="branch:orange-pi-5.16-sunxi64"
|
KERNELBRANCH="branch:orange-pi-5.16-sunxi64"
|
||||||
LINUXCONFIG="linux-5.16-sunxi64-current"
|
LINUXCONFIG="linux-5.16-sunxi64-current"
|
||||||
@@ -71,6 +72,13 @@ family_tweaks_s()
|
|||||||
ffmepg_kodi_install
|
ffmepg_kodi_install
|
||||||
|
|
||||||
fi
|
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()
|
family_tweaks_bsp()
|
||||||
|
|||||||
Reference in New Issue
Block a user