2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
John Crispin
2015-08-17 06:00:11 +00:00
parent 0bb270429d
commit 713c81e97b
10 changed files with 48 additions and 46 deletions

View File

@@ -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"
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"
;;
omni-plug)
set_wifi_led "miniplug:green:wlan"
set_usb_led "miniplug:green:mobile"
miniembplug)
set_wifi_led "miniembplug:green:wlan"
set_usb_led "miniembplug:green:mobile"
;;
px4885)
set_wifi_led "7links:orange:wifi"

View File

@@ -243,7 +243,7 @@ ramips_setup_interfaces()
;;
d105 | \
na930 | \
omni-emb-hpm|\
hpm|\
wli-tx4-ag300n)
ucidef_set_interface_lan "eth0"
;;