diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:26:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:26:20 +0000 |
commit | b4bb10b3a0e12c123982391f7d38001aa63deee9 (patch) | |
tree | 67885d30e53478340b6e590084bad01826f58b81 /target/linux/ramips/mt7621 | |
parent | 402db12f1a7cdd8c9a154b791ffc3ad041d498f9 (diff) | |
download | upstream-b4bb10b3a0e12c123982391f7d38001aa63deee9.tar.gz upstream-b4bb10b3a0e12c123982391f7d38001aa63deee9.tar.bz2 upstream-b4bb10b3a0e12c123982391f7d38001aa63deee9.zip |
ralink: update config files to build the cleaned up ethernet driver
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47902
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/config-4.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/target/linux/ramips/mt7621/config-4.3 b/target/linux/ramips/mt7621/config-4.3 index a56395cfdd..db240f075d 100644 --- a/target/linux/ramips/mt7621/config-4.3 +++ b/target/linux/ramips/mt7621/config-4.3 @@ -161,10 +161,12 @@ CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MTK_MTD_NAND=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NET_FLOW_LIMIT=y -CONFIG_NET_RALINK=y -CONFIG_NET_RALINK_GSW_MT7620=y -CONFIG_NET_RALINK_MDIO=y -CONFIG_NET_RALINK_MT7620=y +CONFIG_NET_MEDIATEK_GSW_MT7621=y +CONFIG_NET_MEDIATEK_MDIO=y +CONFIG_NET_MEDIATEK_MDIO_MT7620=y +CONFIG_NET_MEDIATEK_MT7621=y +CONFIG_NET_MEDIATEK_SOC=y +CONFIG_NET_VENDOR_MEDIATEK=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y # CONFIG_NO_IOPORT_MAP is not set CONFIG_NR_CPUS=4 |