[openwrt/openwrt] ipq807x: include kmods for wired networking by default

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 16 03:52:59 PST 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bc120521db64295260e8bc6caddeeb4556394306

commit bc120521db64295260e8bc6caddeeb4556394306
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat Aug 20 12:57:28 2022 +0200

    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 <robimarko at gmail.com>
---
 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
 




More information about the lede-commits mailing list