mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
armsr: remove redundant phy-marvell-10g module
the Marvell 10G PHY driver is no way specific to ARM SystemReady systems, it frequently occurs on SFP+ copper modules and is useful on many targets. Hence it been added to package/kernel/linux/modules/netdevices and we can remove the now redundant target-specific module. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
3c2f7bb555
commit
c524a76f4c
@ -151,17 +151,6 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,marvell-mdio))
|
$(eval $(call KernelPackage,marvell-mdio))
|
||||||
|
|
||||||
define KernelPackage/phy-marvell-10g
|
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
||||||
TITLE:=Marvell Alaska 10G PHY driver
|
|
||||||
DEPENDS:=@(TARGET_armsr_armv8) +kmod-libphy
|
|
||||||
KCONFIG:=CONFIG_MARVELL_10G_PHY
|
|
||||||
FILES=$(LINUX_DIR)/drivers/net/phy/marvell10g.ko
|
|
||||||
AUTOLOAD=$(call AutoLoad,35,marvell10g)
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,phy-marvell-10g))
|
|
||||||
|
|
||||||
define KernelPackage/mvneta
|
define KernelPackage/mvneta
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=Marvell Armada 370/38x/XP/37xx network driver
|
TITLE:=Marvell Armada 370/38x/XP/37xx network driver
|
||||||
|
Loading…
Reference in New Issue
Block a user