1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

brcm47xx: add missing config symbol

This commit is contained in:
Stijn Tintel 2016-08-22 21:57:09 +03:00
parent fcdba8d590
commit 861f566e34
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# CONFIG_ADM6996_PHY is not set
# CONFIG_BCM47XX_SSB is not set
CONFIG_BGMAC=y
CONFIG_BGMAC_BCMA=y
CONFIG_BOUNCE=y
# CONFIG_CPU_MIPS32_R1 is not set
# CONFIG_CPU_MIPSR1 is not set

View File

@ -7,7 +7,7 @@
define KernelPackage/bgmac
TITLE:=Broadcom bgmac driver
KCONFIG:=CONFIG_BGMAC
KCONFIG:=CONFIG_BGMAC CONFIG_BGMAC_BCMA
DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_legacy
SUBMENU:=$(NETWORK_DEVICES_MENU)
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko