mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
Fix Intel QAT Driver download url (#9295)
Fix Intel® QuickAssist Technology Driver download url
This commit is contained in:
parent
3a2c790a9f
commit
9287b511dd
@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=quickassist-c3xxx
|
||||
|
||||
PKG_VERSION:=1.7
|
||||
PKG_MINOR_VERSION:=L.4.13.0-00009
|
||||
PKG_MINOR_VERSION:=L.4.17.0-00002
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=QAT$(PKG_VERSION).$(PKG_MINOR_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://downloadmirror.intel.com/30178/eng/
|
||||
PKG_SOURCE:=QAT.$(PKG_MINOR_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://downloadmirror.intel.com/727448/
|
||||
PKG_HASH:=skip
|
||||
|
||||
PKG_LICENSE:=GPL v3
|
||||
|
Loading…
Reference in New Issue
Block a user