ixgbe: fix missing Kconfig

Fixes: #907

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-03-16 14:47:08 +08:00
parent 25d01b26a1
commit f167cd2979
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -38,6 +38,7 @@ endef
define Build/Compile
+$(KERNEL_MAKE) $(PKG_JOBS) \
M=$(PKG_BUILD_DIR)/src \
CONFIG_IXGBE=m \
modules
endef