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
This commit is contained in:
@@ -247,11 +247,11 @@ ramips_board_detect() {
|
||||
*"Omnima MiniPlug")
|
||||
name="omni-plug"
|
||||
;;
|
||||
*"OLinuXino-RT5350F")
|
||||
name="olinuxino-rt5350f"
|
||||
*"Olimex RT5350F-OLinuXino")
|
||||
name="rt5350f-olinuxino"
|
||||
;;
|
||||
*"OLinuXino-RT5350F-EVB")
|
||||
name="olinuxino-rt5350f-evb"
|
||||
*"Olimex RT5350F-OLinuXino-EVB")
|
||||
name="rt5350f-olinuxino-evb"
|
||||
;;
|
||||
*"PBR-M1")
|
||||
name="pbr-m1"
|
||||
|
||||
Reference in New Issue
Block a user