diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-30 09:01:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-30 09:01:41 +0000 |
commit | 5eb118b610f005e4f7c6cbd5658679aa8d5452c4 (patch) | |
tree | af3a3c08ee91ef86629b4577ff6dc37c61e5a98a /target/linux/ramips/dts/WHR-1166D.dts | |
parent | e9458de87e4664e7c358f0a39de118a9d55e3b46 (diff) | |
download | upstream-5eb118b610f005e4f7c6cbd5658679aa8d5452c4.tar.gz upstream-5eb118b610f005e4f7c6cbd5658679aa8d5452c4.tar.bz2 upstream-5eb118b610f005e4f7c6cbd5658679aa8d5452c4.zip |
ramips: rename status led to wifi on WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45846 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/WHR-1166D.dts')
-rw-r--r-- | target/linux/ramips/dts/WHR-1166D.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts index 3e62ece9b0..cd2e71314a 100644 --- a/target/linux/ramips/dts/WHR-1166D.dts +++ b/target/linux/ramips/dts/WHR-1166D.dts @@ -104,16 +104,16 @@ label = "buffalo:red:power"; gpios = <&gpio0 7 1>; }; - status { - label = "buffalo:green:status"; + wifi { + label = "buffalo:green:wifi"; gpios = <&gpio0 8 1>; }; power2 { label = "buffalo:green:power"; gpios = <&gpio0 9 1>; }; - status2 { - label = "buffalo:orange:status"; + wifi2 { + label = "buffalo:orange:wifi"; gpios = <&gpio0 10 1>; }; internet { |