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 | 1e659c29ec2144ca8ffefad18c9ccb4c2f5879ac (patch) | |
tree | 081a8aca0eabbc787d7d052f89114c74e12266a5 /target/linux/ramips/dts/WHR-600D.dts | |
parent | a6df9f04727829f80b4475c4f05461e3dd2a719e (diff) | |
download | upstream-1e659c29ec2144ca8ffefad18c9ccb4c2f5879ac.tar.gz upstream-1e659c29ec2144ca8ffefad18c9ccb4c2f5879ac.tar.bz2 upstream-1e659c29ec2144ca8ffefad18c9ccb4c2f5879ac.zip |
ramips: rename status led to wifi on WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45846
Diffstat (limited to 'target/linux/ramips/dts/WHR-600D.dts')
-rw-r--r-- | target/linux/ramips/dts/WHR-600D.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/WHR-600D.dts b/target/linux/ramips/dts/WHR-600D.dts index b6d4e42320..5775093f5d 100644 --- a/target/linux/ramips/dts/WHR-600D.dts +++ b/target/linux/ramips/dts/WHR-600D.dts @@ -83,16 +83,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 { |