diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-03 02:05:22 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-03 02:05:22 +0000 |
commit | d20e9437d56d1204649c450a36afdbc29afb6d19 (patch) | |
tree | fc39d84602f5f8de370e7751c678ab82527467d1 /target/linux/generic | |
parent | c12ce7de6ebbab2233dfba606f010f5170ee6505 (diff) |
brcm47xx: add bgmac driver
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 <zajec5@gmail.com> for writing this driver.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.6 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.7 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 4e3eb6a49..c44062292 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 7c5d2b42f..8e7a45027 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 |