mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
kernel: remove kmod-gianfar, it is already built into the kernel
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c472ed29b4
commit
0b2b162db9
@ -805,38 +805,6 @@ endef
|
|||||||
$(eval $(call KernelPackage,of-mdio))
|
$(eval $(call KernelPackage,of-mdio))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/fsl-pq-mdio
|
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
||||||
TITLE:=Freescale PQ MDIO bus support
|
|
||||||
DEPENDS:=@TARGET_mpc85xx +kmod-of-mdio
|
|
||||||
KCONFIG:=CONFIG_FSL_PQ_MDIO
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/freescale/fsl_pq_mdio.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,42,fsl_pq_mdio)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/fsl-pq-mdio/description
|
|
||||||
Kernel driver for the Freescale PQ MDIO bus
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,fsl-pq-mdio))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/gianfar
|
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
||||||
TITLE:=Gianfar Ethernet support
|
|
||||||
DEPENDS:=@TARGET_mpc85xx +kmod-fsl-pq-mdio
|
|
||||||
KCONFIG:=CONFIG_GIANFAR
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/freescale/gianfar_driver.ko
|
|
||||||
AUTOLOAD:=$(call AutoProbe,gianfar_driver)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/gianfar/description
|
|
||||||
Kernel driver for Freescale Gianfar Ethernet support
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,gianfar))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/vmxnet3
|
define KernelPackage/vmxnet3
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
TITLE:=VMware VMXNET3 ethernet driver
|
TITLE:=VMware VMXNET3 ethernet driver
|
||||||
|
@ -817,7 +817,7 @@ $(eval $(call KernelPackage,ptp))
|
|||||||
define KernelPackage/ptp-gianfar
|
define KernelPackage/ptp-gianfar
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Freescale Gianfar PTP support
|
TITLE:=Freescale Gianfar PTP support
|
||||||
DEPENDS:=@TARGET_mpc85xx +kmod-gianfar +kmod-ptp
|
DEPENDS:=@TARGET_mpc85xx +kmod-ptp
|
||||||
KCONFIG:=CONFIG_PTP_1588_CLOCK_GIANFAR
|
KCONFIG:=CONFIG_PTP_1588_CLOCK_GIANFAR
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/freescale/gianfar_ptp.ko
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/freescale/gianfar_ptp.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,gianfar_ptp)
|
AUTOLOAD:=$(call AutoProbe,gianfar_ptp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user