1#
2# Copyright (C) 2006-2012 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define KernelPackage/bgmac
9  TITLE:=Broadcom bgmac driver
10  KCONFIG:=CONFIG_BGMAC
11  DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_legacy
12  SUBMENU:=$(NETWORK_DEVICES_MENU)
13  FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko
14  AUTOLOAD:=$(call AutoLoad,19,bgmac,1)
15endef
16
17define KernelPackage/bgmac/description
18 Kernel modules for Broadcom bgmac Ethernet adapters.
19endef
20
21$(eval $(call KernelPackage,bgmac))
22