2012-07-25 23:50:33 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2012 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2013-01-03 10:05:22 +08:00
|
|
|
define KernelPackage/bgmac
|
|
|
|
TITLE:=Broadcom bgmac driver
|
2016-08-23 02:57:09 +08:00
|
|
|
KCONFIG:=CONFIG_BGMAC CONFIG_BGMAC_BCMA
|
2014-07-12 23:39:31 +08:00
|
|
|
DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_legacy
|
2013-01-03 10:05:22 +08:00
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko
|
2013-07-04 21:31:13 +08:00
|
|
|
AUTOLOAD:=$(call AutoLoad,19,bgmac,1)
|
2013-01-03 10:05:22 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/bgmac/description
|
|
|
|
Kernel modules for Broadcom bgmac Ethernet adapters.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,bgmac))
|