diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-04-13 20:41:51 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-04-13 20:41:51 +0000 |
commit | f72a16ed4bf74f69be2bb2b60236520eeb5516af (patch) | |
tree | c6ff46cb1178c5ae9089ec406174308e04640eaa | |
parent | 7984eb3624f0a4f4a00f6228bd66ee193c2ce7fe (diff) |
ar71xx/mikrotik: enable the AT803x PHY driver
It will be used on the RB91x boards.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40508 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |