diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-05-18 15:54:04 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 20:34:14 +0200 |
commit | 71cec0b19406ef1ce5605203280e802191ea30a7 (patch) | |
tree | 432c1bd39de6bf0cfba6c9369aeeb1e001cc4394 /target | |
parent | fe594bf90d09f562140a3d440902cbff0909918b (diff) | |
download | upstream-71cec0b19406ef1ce5605203280e802191ea30a7.tar.gz upstream-71cec0b19406ef1ce5605203280e802191ea30a7.tar.bz2 upstream-71cec0b19406ef1ce5605203280e802191ea30a7.zip |
ath79: enable rtl8366rb phy
is needed for at least tplink wr1043nd-v1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/config-4.14 b/target/linux/ath79/config-4.14 index f64a02b9b2..0e24582cc7 100644 --- a/target/linux/ath79/config-4.14 +++ b/target/linux/ath79/config-4.14 @@ -202,6 +202,7 @@ CONFIG_REGMAP=y CONFIG_REGMAP_MMIO=y CONFIG_RESET_ATH79=y CONFIG_RESET_CONTROLLER=y +CONFIG_RTL8366RB_PHY=y CONFIG_RTL8366S_PHY=y CONFIG_RTL8366_SMI=y # CONFIG_SCHED_INFO is not set |