From 633c46a1d42a1c4f0c723a606c8d08c1f77ac0bd Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 05:59:29 +0000 Subject: ramips: fix Olimex models, images and profiles names Official names for RT5350F based OLinuXino products are "RT5350F-OLinuXino{,-EVB}" as on official manufacturer website. The following patch: * changes board names from "olinuxino-rt5350f{,-evb}" to "rt5350f-olinuxino{,-evb}" * changes filenames of dts and profile files * changes image filenames for Olimex RT5350F-OLinuXino{,-EVB} devices. Signed-off-by: Piotr Dymacz SVN-Revision: 46623 --- target/linux/ramips/base-files/lib/upgrade/platform.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/base-files/lib/upgrade') diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index f78bc22..5242e46 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -77,8 +77,8 @@ platform_check_image() { omni-emb | \ omni-emb-hpm | \ omni-plug | \ - olinuxino-rt5350f | \ - olinuxino-rt5350f-evb | \ + rt5350f-olinuxino | \ + rt5350f-olinuxino-evb | \ psr-680w | \ px4885 | \ re6500 | \ -- cgit v1.1