Drop kernel-firmware dependency for arm/aarch64 builds.

This commit is contained in:
fewtarius 2022-07-05 18:07:32 -04:00
parent e45dc66e84
commit 27fcadbcda
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -8,7 +8,7 @@ PKG_SHA256="8788d153cbee0bfd9998aed4cf2e015b373529d4b9c2c35325a08ef390855ec6"
PKG_LICENSE="Free-to-use"
PKG_SITE="https://github.com/LibreELEC/misc-firmware"
PKG_URL="https://github.com/LibreELEC/misc-firmware/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain kernel-firmware"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="misc-firmware: firmwares for various drivers"
PKG_TOOLCHAIN="manual"