From 3f200a099b45ce1db08a7c41df53ac9ab781d989 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sat, 15 Apr 2017 16:58:33 +0100 Subject: [PATCH] misc-firmware: pull repo from github --- packages/linux-firmware/misc-firmware/package.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/linux-firmware/misc-firmware/package.mk b/packages/linux-firmware/misc-firmware/package.mk index 5c3e07ea5d..96b2149c78 100644 --- a/packages/linux-firmware/misc-firmware/package.mk +++ b/packages/linux-firmware/misc-firmware/package.mk @@ -17,11 +17,11 @@ ################################################################################ PKG_NAME="misc-firmware" -PKG_VERSION="0.0.17" +PKG_VERSION="9dd2a25" PKG_ARCH="any" PKG_LICENSE="Free-to-use" -PKG_SITE="https://github.com/OpenELEC/misc-firmware" -PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" +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 x86-firmware" PKG_SECTION="firmware" PKG_SHORTDESC="misc-firmware: firmwares for various drivers"