aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-oxnas/files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-12-03 16:05:11 +0000
committerJohn Crispin <blogic@openwrt.org>2014-12-03 16:05:11 +0000
commit0da34e41513981a07e7711856f0e64439b1a700d (patch)
treea2cb4826e7915673fa02a8f96b301ab5ac8023ce /package/boot/uboot-oxnas/files
parent5ce7dacb5d9ce59dbebf728e921a29dd98e01b51 (diff)
downloadmaster-187ad058-0da34e41513981a07e7711856f0e64439b1a700d.tar.gz
master-187ad058-0da34e41513981a07e7711856f0e64439b1a700d.tar.bz2
master-187ad058-0da34e41513981a07e7711856f0e64439b1a700d.zip
uboot-oxnas: re-add IC+ phy driver
KD20 got an IC+ phy, without the driver the phy is not properly initialized resulting in ethernet not working unless being already initialized by the vendor loader. upstream commit 368b4d2b49bbbf379d9334747fbbd2aaaafe4356 drivers: net: remove dead drivers removed icplus.c due to the lack of in-tree users. Partially revert that commit adding back the IC+ driver. Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-oxnas/files')
-rw-r--r--package/boot/uboot-oxnas/files/include/configs/ox820.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-oxnas/files/include/configs/ox820.h b/package/boot/uboot-oxnas/files/include/configs/ox820.h
index e3c71e61e4..85ee3b4cd5 100644
--- a/package/boot/uboot-oxnas/files/include/configs/ox820.h
+++ b/package/boot/uboot-oxnas/files/include/configs/ox820.h
@@ -76,6 +76,7 @@
#define CONFIG_CMD_MII
#define CONFIG_PHYLIB
#define CONFIG_PHY_REALTEK
+#define CONFIG_PHY_ICPLUS
/* spl */
#ifdef CONFIG_SPL_BUILD