mirror of
https://github.com/VIKINGYFY/immortalwrt.git
synced 2025-12-16 09:10:38 +00:00
Update QCA Source
This commit is contained in:
parent
f43d74b96e
commit
b10e0df282
@ -8,9 +8,9 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ath11k-firmware
|
||||
PKG_SOURCE_DATE:=2025-06-15
|
||||
PKG_SOURCE_VERSION:=8aa18a9567d705180ee264cb4ac5d53b73052d54
|
||||
PKG_MIRROR_HASH:=5978c5e48dd1e205f9fee0e7bd8e0450ceb106adf3026f2e019bb0788bc00e99
|
||||
PKG_SOURCE_DATE:=2025-06-23
|
||||
PKG_SOURCE_VERSION:=5c8890fd91ae7f6a5b990129694a24bced1208f0
|
||||
PKG_MIRROR_HASH:=db69224c40baaa209763cdf622a2acc7d4c2bf1ecd2652cf0516a4fb9d00dd68
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@ -41,10 +41,6 @@ define KernelPackage/cryptodev/description
|
||||
via a "/dev/crypto" device.
|
||||
endef
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_kmod-crypto-qce),)
|
||||
EXTRA_CFLAGS+=-DQCA
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-crypto),)
|
||||
EXTRA_CFLAGS+=-DQCANSS
|
||||
endif
|
||||
|
||||
@ -1212,6 +1212,7 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-xts))
|
||||
|
||||
|
||||
define KernelPackage/crypto-xxhash
|
||||
TITLE:=xxHash non-cryptographic hash algorithm
|
||||
DEPENDS:=+kmod-crypto-hash +kmod-lib-xxhash
|
||||
@ -1223,20 +1224,3 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-xxhash))
|
||||
|
||||
define KernelPackage/crypto-qce
|
||||
TITLE:=QTI Crypto Engine (QCE)
|
||||
KCONFIG:= \
|
||||
CONFIG_CRYPTO_DEV_QCE \
|
||||
CONFIG_CRYPTO_DEV_QCE_AEAD=y \
|
||||
CONFIG_CRYPTO_DEV_QCE_ENABLE_ALL=y \
|
||||
CONFIG_CRYPTO_DEV_QCE_SHA=y \
|
||||
CONFIG_CRYPTO_DEV_QCE_SKCIPHER=y \
|
||||
CONFIG_CRYPTO_DEV_QCE_SW_MAX_LEN=512
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/crypto/qce/qcrypto.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,qcrypto)
|
||||
DEPENDS:=@TARGET_qualcommax +kmod-crypto-manager +kmod-crypto-hash +kmod-crypto-des
|
||||
$(call AddDepends/crypto)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-qce))
|
||||
|
||||
@ -68,8 +68,7 @@ ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq807x")
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq60xx")
|
||||
MAKE_FLAGS+= CHIP_TYPE=CPPE \
|
||||
IN_AQUANTIA_PHY=TRUE
|
||||
MAKE_FLAGS+= CHIP_TYPE=CPPE IN_AQUANTIA_PHY=TRUE
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_TARGET_SUBTARGET), "ipq50xx")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user