From bc120521db64295260e8bc6caddeeb4556394306 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 20 Aug 2022 12:57:28 +0200 Subject: [PATCH] ipq807x: include kmods for wired networking by default Include NSS DP and SSDK (Pulled as dependency) by default on ipq807x to provide wired networking to the target. Signed-off-by: Robert Marko --- target/linux/ipq807x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile index 597f369a97..d02256abf2 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 \ + libwolfsslcpu-crypto kmod-qca-nss-dp \ ath11k-firmware-ipq8074 kmod-ath11k-ahb \ wpad-basic-wolfssl uboot-envtools -- 2.30.2