mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
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:
parent
7833eff264
commit
f1c646d45b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user