From aa579e90e98fe2f73a5a714d4eb1a69bab0c42c9 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 30 Jun 2015 19:17:22 +0200 Subject: [PATCH] configs: rename recovery image filename to be consistant sed -i 's/-sysmo-/-sysmocom-/g' --- u-boot/include/configs/ap1.h | 2 +- u-boot/include/configs/ap2.h | 2 +- u-boot/include/configs/jb02v2-cb2.h | 2 +- u-boot/include/configs/jb02v3-skw.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/u-boot/include/configs/ap1.h b/u-boot/include/configs/ap1.h index 956092fb19..4c9d974740 100644 --- a/u-boot/include/configs/ap1.h +++ b/u-boot/include/configs/ap1.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-sysmo-sob-ap1-initramfs-uImage.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-ap1-initramfs-uImage.bin" #define CFG_PHY_ADDR 0 diff --git a/u-boot/include/configs/ap2.h b/u-boot/include/configs/ap2.h index 7cd3d36c7d..6aef4db0ca 100644 --- a/u-boot/include/configs/ap2.h +++ b/u-boot/include/configs/ap2.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-sysmo-sob-ap2-initramfs-uImage.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-ap2-initramfs-uImage.bin" #define CFG_PHY_ADDR 0 diff --git a/u-boot/include/configs/jb02v2-cb2.h b/u-boot/include/configs/jb02v2-cb2.h index 3edfb849d2..5978340b92 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-sysmo-sob-jb02v2-cb2-initramfs-uImage.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-jb02v2-cb2-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 20a3221571..e2dbc14e47 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-sysmo-sob-jb02v3-skw-initramfs-uImage.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmocom-sob-jb02v3-skw-initramfs-uImage.bin" #define CFG_PHY_ADDR 0