aboutsummaryrefslogtreecommitdiff
path: root/target/linux/armsr
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-12-13 17:00:17 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-12-13 17:07:24 +0100
commitb09e060e2c12535fb71f18bf0b47a0fc3e267896 (patch)
tree86387701613f91729fa733abca4b8fde11d8303f /target/linux/armsr
parentde94eceee682fee3e6b7a0c89f70965648018c59 (diff)
package: kernel: move pcs-xpcs from armsr to generic
Move pcs-xpcs kmod from armsr modules.mk to generic modules package. Also add additional dependency to x86_64 as stmmac-core it's now used by x86_64 target and depends on this package. Fixes: 4b4c940fbc8f ("x86: Add kmod-dwmac-intel") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/armsr')
-rw-r--r--target/linux/armsr/modules.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/armsr/modules.mk b/target/linux/armsr/modules.mk
index 521a52fec1..7612b258c3 100644
--- a/target/linux/armsr/modules.mk
+++ b/target/linux/armsr/modules.mk
@@ -47,17 +47,6 @@ endef
$(eval $(call KernelPackage,fsl-pcs-lynx))
-define KernelPackage/pcs-xpcs
- SUBMENU:=$(NETWORK_DEVICES_MENU)
- TITLE:=Synopsis DesignWare PCS driver
- DEPENDS:=@(TARGET_armsr_armv8) +kmod-phylink
- KCONFIG:=CONFIG_PCS_XPCS
- FILES:=$(LINUX_DIR)/drivers/net/pcs/pcs_xpcs.ko
- AUTOLOAD:=$(call AutoLoad,20,pcs_xpcs)
-endef
-
-$(eval $(call KernelPackage,pcs-xpcs))
-
define KernelPackage/fsl-fec
SUBMENU:=$(NETWORK_DEVICES_MENU)
DEPENDS:=@(TARGET_armsr_armv8) +kmod-libphy +kmod-of-mdio \