aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-18 13:09:39 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-18 13:09:39 +0000
commitd27b8331d4f54c0502cd45d8cf0471cf522115b0 (patch)
treebfb38e19ca76c1a5f4602d197ee7397f708cd6e8 /target/linux/ramips
parentd3524c766246678b138ead6e8229d891056f575f (diff)
downloadmaster-187ad058-d27b8331d4f54c0502cd45d8cf0471cf522115b0.tar.gz
master-187ad058-d27b8331d4f54c0502cd45d8cf0471cf522115b0.tar.bz2
master-187ad058-d27b8331d4f54c0502cd45d8cf0471cf522115b0.zip
ramips: Hame: change LED name mpr-x -> hame
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42190 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds4
-rwxr-xr-xtarget/linux/ramips/base-files/etc/diag.sh4
-rw-r--r--target/linux/ramips/dts/MPRA1.dts4
-rw-r--r--target/linux/ramips/dts/MPRA2.dts4
4 files changed, 8 insertions, 8 deletions
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 3e0a2bca4b..93fc5c2868 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -124,10 +124,10 @@ case $board in
set_usb_led "mofi3500-3gn:green:usb"
;;
mpr-a1)
- set_wifi_led "mpr-a1:blue:system"
+ set_wifi_led "hame:blue:system"
;;
mpr-a2)
- set_wifi_led "mpr-a2:blue:system"
+ set_wifi_led "hame:blue:system"
;;
mzk-w300nh2)
set_wifi_led "mzkw300nh2:amber:wlan"
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index 4aac473f5a..9ad7ccbda1 100755
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -80,10 +80,10 @@ get_status_led() {
status_led="mofi3500-3gn:green:status"
;;
mpr-a1)
- status_led="mpr-a1:red:power"
+ status_led="hame:red:power"
;;
mpr-a2)
- status_led="mpr-a2:red:power"
+ status_led="hame:red:power"
;;
nbg-419n)
status_led="nbg-419n:green:power"
diff --git a/target/linux/ramips/dts/MPRA1.dts b/target/linux/ramips/dts/MPRA1.dts
index 60a23fef41..58f36fe021 100644
--- a/target/linux/ramips/dts/MPRA1.dts
+++ b/target/linux/ramips/dts/MPRA1.dts
@@ -78,11 +78,11 @@
gpio-leds {
compatible = "gpio-leds";
system {
- label = "mpr-a1:blue:system";
+ label = "hame:blue:system";
gpios = <&gpio0 20 1>;
};
power {
- label = "mpr-a1:red:power";
+ label = "hame:red:power";
gpios = <&gpio0 17 1>;
};
};
diff --git a/target/linux/ramips/dts/MPRA2.dts b/target/linux/ramips/dts/MPRA2.dts
index 56d6f51597..4f5e1c3c6d 100644
--- a/target/linux/ramips/dts/MPRA2.dts
+++ b/target/linux/ramips/dts/MPRA2.dts
@@ -75,11 +75,11 @@
gpio-leds {
compatible = "gpio-leds";
system {
- label = "mpr-a2:blue:system";
+ label = "hame:blue:system";
gpios = <&gpio0 20 1>;
};
power {
- label = "mpr-a2:red:power";
+ label = "hame:red:power";
gpios = <&gpio0 17 1>;
};
};