diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:37 +0000 |
commit | 4becd8590c7b58059e7585fa34ef414d403ab40d (patch) | |
tree | 200231d914caeee7958c4ee4df5bb0a6a708e2bd | |
parent | 38bd9b433705ced66d347a0c4dd1870822437836 (diff) | |
download | master-31e0f0ae-4becd8590c7b58059e7585fa34ef414d403ab40d.tar.gz master-31e0f0ae-4becd8590c7b58059e7585fa34ef414d403ab40d.tar.bz2 master-31e0f0ae-4becd8590c7b58059e7585fa34ef414d403ab40d.zip |
ramips: rt3883: enable the RTL8367 driver
That is needed by the Asus RT-N56U board.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36221
-rw-r--r-- | target/linux/ramips/rt3883/config-3.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/config-3.8 b/target/linux/ramips/rt3883/config-3.8 index 980a8c384f..c41b04090c 100644 --- a/target/linux/ramips/rt3883/config-3.8 +++ b/target/linux/ramips/rt3883/config-3.8 @@ -119,6 +119,7 @@ CONFIG_RALINK=y CONFIG_RALINK_WDT=y CONFIG_RTL8366_SMI=y CONFIG_RTL8367B_PHY=y +CONFIG_RTL8367_PHY=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=4 CONFIG_SERIAL_8250_RT288X=y |