mirror of https://github.com/hak5/openwrt.git
kernel: add broadcom phy driver
This adds the Broadcom phy driver. This also loses #19545. Thank you bigtman43 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 45877lede-17.01
parent
2b9ac1e0af
commit
d315659e1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue