Merge pull request #8494 from heitbaum/fix

firmware-dragonboard: fix dependencies
This commit is contained in:
CvH 2024-01-07 19:54:26 +01:00 committed by GitHub
commit 510a314783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ PKG_ARCH="aarch64 arm"
PKG_LICENSE="proprietary"
PKG_SITE="https://developer.qualcomm.com/"
PKG_URL="https://developer.qualcomm.com/download/db410c/firmware-410c-${PKG_VERSION}.bin"
PKG_DEPENDS_TARGET="toolchain dosfstools:host"
PKG_DEPENDS_TARGET="toolchain mtools:host"
PKG_LONGDESC="Additional firmware for Dragonboard 410c"
PKG_TOOLCHAIN="manual"