From d97d1ee1f2842a0d0ae63fa88542fe17348813a5 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 19 Jul 2015 19:02:32 +0200 Subject: [PATCH] correct recovery filenames to be in sync with openwrt builds removed prefix -skw and -cb2 from jb names --- u-boot/include/configs/jb02v2-cb2.h | 2 +- u-boot/include/configs/jb02v3-skw.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/u-boot/include/configs/jb02v2-cb2.h b/u-boot/include/configs/jb02v2-cb2.h index 5978340b92..debc200ecb 100644 --- a/u-boot/include/configs/jb02v2-cb2.h +++ b/u-boot/include/configs/jb02v2-cb2.h @@ -45,7 +45,7 @@ #define CONFIG_SERVERIP 192.168.2.254 #define CFG_FAULT_ECHO_LINK_DOWN 1 -#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-jb02v2-cb2-initramfs-uImage.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-jb02v2-initramfs-uImage.bin" #define CFG_PHY_ADDR 0 diff --git a/u-boot/include/configs/jb02v3-skw.h b/u-boot/include/configs/jb02v3-skw.h index e2dbc14e47..d368cc95d2 100644 --- a/u-boot/include/configs/jb02v3-skw.h +++ b/u-boot/include/configs/jb02v3-skw.h @@ -44,7 +44,7 @@ #define CONFIG_SERVERIP 192.168.2.254 #define CFG_FAULT_ECHO_LINK_DOWN 1 -#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-jb02v3-skw-initramfs-uImage.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-jb02v3-initramfs-uImage.bin" #define CFG_PHY_ADDR 0