From 7923dcb95014597a682e4b286b23f40d0efae5c5 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 3 Jun 2015 21:57:16 +0200 Subject: [PATCH] correct recovery file names to match openwrt initramfs names --- u-boot/include/configs/ap1.h | 2 +- u-boot/include/configs/ap2.h | 2 +- u-boot/include/configs/carambola2.h | 2 +- u-boot/include/configs/jb02v2-cb2.h | 2 +- u-boot/include/configs/jb02v3-skw.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/u-boot/include/configs/ap1.h b/u-boot/include/configs/ap1.h index 99ec89e86a..956092fb19 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-kernel.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmo-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 e554892c92..7cd3d36c7d 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-kernel.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmo-sob-ap2-initramfs-uImage.bin" #define CFG_PHY_ADDR 0 diff --git a/u-boot/include/configs/carambola2.h b/u-boot/include/configs/carambola2.h index 0580d82e91..ace8be3cfb 100644 --- a/u-boot/include/configs/carambola2.h +++ b/u-boot/include/configs/carambola2.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-carambola2-initramfs-kernel.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-carambola2-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 3236501119..3edfb849d2 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-kernel.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmo-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 397a49390c..20a3221571 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-kernel.bin" +#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmo-sob-jb02v3-skw-initramfs-uImage.bin" #define CFG_PHY_ADDR 0