Skip to content

Commit

Permalink
extensions/radxa-aic8800: fix aic8800_dkms_file_name for sdio
Browse files Browse the repository at this point in the history
The aic8800_dkms_file_name for sdio should be aic8800-sdio-dkms.

Signed-off-by: Andy Yan <andyshrk@163.com>
  • Loading branch information
andyshrk authored and igorpecovnik committed Jun 29, 2024
1 parent 515fdd7 commit 1e68000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/radxa-aic8800.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function post_install_kernel_debs__install_aic8800_dkms_package() {
use_clean_environment="yes" chroot_sdcard "wget ${aic8800_pcie_url} -P /tmp"
;;
"sdio")
aic8800_dkms_file_name=aic8800-usb-dkms_${latest_version}_all.deb
aic8800_dkms_file_name=aic8800-sdio-dkms_${latest_version}_all.deb
use_clean_environment="yes" chroot_sdcard "wget ${aic8800_sdio_url} -P /tmp"
;;
"usb")
Expand Down

0 comments on commit 1e68000

Please sign in to comment.