Skip to content
Snippets Groups Projects
Commit e0fbcccc authored by hauke's avatar hauke
Browse files

kernel: add broadcom phy driver


This adds the Broadcom phy driver.
This also loses #19545.
Thank you bigtman43

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45877 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 1c95360d
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,23 @@ endef
$(eval $(call KernelPackage,gw16083))
define KernelPackage/phy-broadcom
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Broadcom Ethernet PHY driver
KCONFIG:=CONFIG_BROADCOM_PHY
DEPENDS:=+kmod-libphy
FILES:=$(LINUX_DIR)/drivers/net/phy/broadcom.ko
AUTOLOAD:=$(call AutoLoad,18,broadcom)
endef
define KernelPackage/phy-broadcom/description
Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481,
BCM5482 and BCM57780 PHYs.
endef
$(eval $(call KernelPackage,phy-broadcom))
define KernelPackage/swconfig
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=switch configuration API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment