mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
add broadcom b44 driver support
SVN-Revision: 10162
This commit is contained in:
parent
e44a1f8f4a
commit
b55a670253
@ -681,6 +681,19 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,e1000))
|
||||
|
||||
define KernelPackage/b44
|
||||
TITLE:=Broadcom 44xx driver
|
||||
FILES:=$(LINUX_DIR)/drivers/net/b44.$(LINUX_KMOD_SUFFIX)
|
||||
KCONFIG:=CONFIG_B44
|
||||
DEPENDS:=@TARGET_x86
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
AUTOLOAD:=$(call AutoLoad,50,b44)
|
||||
endef
|
||||
|
||||
define KernelPackage/b44/description
|
||||
Kernel modules for Broadcom 44xx Ethernet adapters.
|
||||
endef
|
||||
$(eval $(call KernelPackage,b44))
|
||||
|
||||
define KernelPackage/3c59x
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
|
Loading…
Reference in New Issue
Block a user