From a9fa91d200d6427ca6b8e6637cb7a2e8c59d18af Mon Sep 17 00:00:00 2001 From: Daniel Gimpelevich Date: Wed, 26 Jun 2019 12:56:47 -0700 Subject: 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 --- target/linux/ath79/generic/config-default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ath79/generic/config-default') 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 -- cgit v1.2.3