From 713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 06:00:11 +0000 Subject: 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 SVN-Revision: 46627 --- target/linux/ramips/base-files/etc/board.d/01_leds | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds') diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 1ae4510b4c..19e79a8875 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -166,14 +166,14 @@ case $board in set_wifi_led "m2m:blue:wifi" ucidef_set_led_netdev "eth" "Ethernet" "m2m:green:wan" "eth0" ;; - omni-emb-hpm) - ucidef_set_led_default "power" "POWER" "emb:orange:power" "1" - ucidef_set_led_netdev "eth" "ETH" "emb:green:eth" "eth0" - set_wifi_led "emb:green:wifi" - ;; - omni-plug) - set_wifi_led "miniplug:green:wlan" - set_usb_led "miniplug:green:mobile" + hpm) + ucidef_set_led_default "power" "POWER" "hpm:orange:power" "1" + ucidef_set_led_netdev "eth" "ETH" "hpm:green:eth" "eth0" + set_wifi_led "hpm:green:wifi" + ;; + miniembplug) + set_wifi_led "miniembplug:green:wlan" + set_usb_led "miniembplug:green:mobile" ;; px4885) set_wifi_led "7links:orange:wifi" -- cgit v1.2.3