ramips: fix Olimex models, images and profiles names
authorJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 05:59:29 +0000 (05:59 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 05:59:29 +0000 (05:59 +0000)
commit633c46a1d42a1c4f0c723a606c8d08c1f77ac0bd
tree0ea72bc1d3fdf0e3a77151e6329146ef7f812933
parent66f6c9e231224ef32f70142d3f1294b83b7cebba
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 <pepe2k@gmail.com>
SVN-Revision: 46623
target/linux/ramips/base-files/lib/ramips.sh
target/linux/ramips/base-files/lib/upgrade/platform.sh
target/linux/ramips/dts/OLINUXINO-RT5350F-EVB.dts [deleted file]
target/linux/ramips/dts/OLINUXINO-RT5350F.dts [deleted file]
target/linux/ramips/dts/RT5350F-OLINUXINO-EVB.dts [new file with mode: 0644]
target/linux/ramips/dts/RT5350F-OLINUXINO.dts [new file with mode: 0644]
target/linux/ramips/image/Makefile
target/linux/ramips/rt305x/profiles/olinuxino-rt5350f-evb.mk [deleted file]
target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk [deleted file]
target/linux/ramips/rt305x/profiles/rt5350f-olinuxino-evb.mk [new file with mode: 0644]
target/linux/ramips/rt305x/profiles/rt5350f-olinuxino.mk [new file with mode: 0644]