From 4443997fd847e3893a62403e2f2e7d36c10f8450 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 3 Jan 2013 02:05:22 +0000 Subject: brcm47xx: add bgmac driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This Ethernet driver is in early development stage and still has some problems. This was working on my bcm4716 based device. Thanks to Rafał Miłecki for writing this driver. SVN-Revision: 34995 --- target/linux/generic/config-3.6 | 1 + target/linux/generic/config-3.7 | 1 + 2 files changed, 2 insertions(+) (limited to 'target/linux/generic') diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 4e3eb6a49b..c440622922 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -205,6 +205,7 @@ CONFIG_BCMA_POSSIBLE=y # CONFIG_BE2NET is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set +# CONFIG_BGMAC is not set # CONFIG_BINARY_PRINTF is not set # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_ELF=y diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index 7c5d2b42ff..8e7a45027c 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -209,6 +209,7 @@ CONFIG_BCMA_POSSIBLE=y # CONFIG_BE2NET is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set +# CONFIG_BGMAC is not set # CONFIG_BINARY_PRINTF is not set # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_ELF=y -- cgit v1.2.3