nss-dp: mark as required for preinit

Mark the NSS-DP kmod as required for preinit, thus it gets loaded before
preinit.

This finally allows using failsafe as now the network interfaces are
available for preinit to configure them.

Its still required to set the correct interface in preinit script for
each board.

Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Robert Marko 2022-03-14 22:46:46 +01:00
parent 7833eff264
commit f1c646d45b

View File

@ -21,7 +21,7 @@ define KernelPackage/qca-nss-dp
DEPENDS:=@(TARGET_ipq807x||TARGET_ipq60xx) +kmod-qca-ssdk-nohnat
TITLE:=Kernel driver for NSS data plane
FILES:=$(PKG_BUILD_DIR)/qca-nss-dp.ko
AUTOLOAD:=$(call AutoLoad,31,qca-nss-dp)
AUTOLOAD:=$(call AutoLoad,31,qca-nss-dp,1)
endef
define KernelPackage/qca-nss-dp/Description