diff options
author | Rosen Penev <rosenp@gmail.com> | 2023-02-03 15:51:50 -0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2023-02-04 02:35:03 +0100 |
commit | 059263dd6e9bed5cb0f817a9fe0bd287db921200 (patch) | |
tree | a5291a61cc98774a3c2749264e8a01a71e24aa81 /target | |
parent | 4bcc3fd3d222bfe545beb3906da9de860fcb83bd (diff) | |
download | upstream-059263dd6e9bed5cb0f817a9fe0bd287db921200.tar.gz upstream-059263dd6e9bed5cb0f817a9fe0bd287db921200.tar.bz2 upstream-059263dd6e9bed5cb0f817a9fe0bd287db921200.zip |
ipq807x: remove libwolfsslcpu-crypto dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq807x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile index e432369ce9..f753cb3f50 100644 --- a/target/linux/ipq807x/Makefile +++ b/target/linux/ipq807x/Makefile @@ -14,7 +14,7 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \ kmod-leds-gpio kmod-gpio-button-hotplug \ - libwolfsslcpu-crypto kmod-qca-nss-dp \ + kmod-qca-nss-dp \ ath11k-firmware-ipq8074 kmod-ath11k-ahb \ wpad-basic-mbedtls uboot-envtools |