diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:00:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:00:11 +0000 |
commit | 713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23 (patch) | |
tree | a3e0fca73269c035d32ad46b1d4e9d0e7f42a239 /target/linux/ramips/base-files/lib/upgrade | |
parent | 0bb270429d5834ec73da9c45dff57704dec80b63 (diff) | |
download | upstream-713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23.tar.gz upstream-713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23.tar.bz2 upstream-713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23.zip |
ramips: fix Omnima models, images and profiles names
Official names for supported Omnima products are (as on website):
* Omnima HPM
* Omnima MiniEMBWiFi
* Omnima MiniEMBPlug
This patch changes:
* board names
* dts filenames
* profile names
* image filenames
* LED names
for Omnima devices, for consistency.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46627
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 5242e46bf9..7249005594 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -74,9 +74,9 @@ platform_check_image() { mzk-dp150n | \ nbg-419n | \ nw718 | \ - omni-emb | \ - omni-emb-hpm | \ - omni-plug | \ + miniembwifi | \ + hpm | \ + miniembplug | \ rt5350f-olinuxino | \ rt5350f-olinuxino-evb | \ psr-680w | \ |