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:
@@ -5,17 +5,17 @@
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/OLINUXINO-RT5350F-EVB
|
||||
NAME:=OLinuXino-RT5350F-EVB
|
||||
define Profile/RT5350F-OLINUXINO-EVB
|
||||
NAME:=RT5350F-OLinuXino-EVB
|
||||
PACKAGES:=\
|
||||
kmod-usb-core kmod-usb-ohci kmod-usb2 \
|
||||
kmod-i2c-core kmod-i2c-ralink \
|
||||
kmod-spi-dev
|
||||
endef
|
||||
|
||||
define Profile/OLINUXINO-RT5350F/Description
|
||||
Package set for OLinuXino-RT5350F-EVB board
|
||||
define Profile/RT5350F-OLINUXINO-EVB/Description
|
||||
Package set for RT5350F-OLinuXino-EVB board
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,OLINUXINO-RT5350F-EVB))
|
||||
$(eval $(call Profile,RT5350F-OLINUXINO-EVB))
|
||||
|
||||
@@ -5,16 +5,16 @@
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/OLINUXINO-RT5350F
|
||||
NAME:=OLinuXino-RT5350F
|
||||
define Profile/RT5350F-OLINUXINO
|
||||
NAME:=RT5350F-OLinuXino
|
||||
PACKAGES:=\
|
||||
kmod-usb-core kmod-usb-ohci kmod-usb2 \
|
||||
kmod-i2c-core kmod-i2c-ralink \
|
||||
kmod-spi-dev
|
||||
endef
|
||||
|
||||
define Profile/OLINUXINO-RT5350F/Description
|
||||
Package set for OLinuXino-RT5350F board
|
||||
define Profile/RT5350F-OLINUXINO/Description
|
||||
Package set for RT5350F-OLinuXino board
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,OLINUXINO-RT5350F))
|
||||
$(eval $(call Profile,RT5350F-OLINUXINO))
|
||||
Reference in New Issue
Block a user