kernel-firmware: change url and use correct file type

same as #1575
This commit is contained in:
Peter Vicman 2017-04-30 09:21:26 +02:00
parent 32af1d41cd
commit 1222c02515

View File

@ -20,8 +20,8 @@ PKG_NAME="kernel-firmware"
PKG_VERSION="b141345" PKG_VERSION="b141345"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="other" PKG_LICENSE="other"
PKG_SITE="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/" PKG_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/"
PKG_URL="http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/$PKG_VERSION.tar.xz" PKG_URL="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="$PKG_VERSION" PKG_SOURCE_DIR="$PKG_VERSION"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="linux-firmware" PKG_SECTION="linux-firmware"