aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorDaniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>2019-06-26 12:56:47 -0700
committerPetr Štetiar <ynezz@true.cz>2019-07-17 22:59:29 +0200
commita9fa91d200d6427ca6b8e6637cb7a2e8c59d18af (patch)
tree2483f1f110fd3233a364a28dca49080e06df6586 /target/linux
parentabf09cfddb12cca0597dad08e6f3ac745e16ef1d (diff)
downloadupstream-a9fa91d200d6427ca6b8e6637cb7a2e8c59d18af.tar.gz
upstream-a9fa91d200d6427ca6b8e6637cb7a2e8c59d18af.tar.bz2
upstream-a9fa91d200d6427ca6b8e6637cb7a2e8c59d18af.zip
ath79: widen RedBoot directory search and add PHY
The Bluesocket BSAP1880 board has a Vitesse PHY, for which the driver was not being included, and its RedBoot directory block is earlier in the flash than the search was allowing. This commit prepares for supporting it. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ath79/generic/config-default3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default
index 313ab8604b..5d91b31af7 100644
--- a/target/linux/ath79/generic/config-default
+++ b/target/linux/ath79/generic/config-default
@@ -8,7 +8,7 @@ CONFIG_LEDS_RESET=y
CONFIG_MARVELL_PHY=y
CONFIG_MICREL_PHY=y
CONFIG_MTD_REDBOOT_PARTS=y
-CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2
+CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-3
CONFIG_MTD_SPLIT_EVA_FW=y
CONFIG_OF_ADDRESS_PCI=y
CONFIG_OF_PCI=y
@@ -26,4 +26,5 @@ CONFIG_RTL8366RB_PHY=y
CONFIG_RTL8366S_PHY=y
CONFIG_RTL8366_SMI=y
CONFIG_RTL8367_PHY=y
+CONFIG_VITESSE_PHY=y
CONFIG_WATCHDOG_CORE=y