diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 20:41:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-13 20:41:51 +0000 |
commit | 46a8af4c4730dd96dc296bf07474ccb319653faa (patch) | |
tree | c4880b716d7c819cf2299579abfb8c43e1e8b4a7 /target | |
parent | 02ea5b9e560255ae07686fe1a55721691b106e9e (diff) | |
download | upstream-46a8af4c4730dd96dc296bf07474ccb319653faa.tar.gz upstream-46a8af4c4730dd96dc296bf07474ccb319653faa.tar.bz2 upstream-46a8af4c4730dd96dc296bf07474ccb319653faa.zip |
ar71xx/mikrotik: enable the AT803x PHY driver
It will be used on the RB91x boards.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40508
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index fb905496bc..ea99465678 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -1,3 +1,4 @@ +CONFIG_AT803X_PHY=y # CONFIG_ATH79_DEV_DSA is not set # CONFIG_ATH79_MACH_ALFA_AP96 is not set # CONFIG_ATH79_MACH_ALFA_NX is not set |