summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:00:49 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:00:49 +0000
commite4b6dcee5e7c67a11a417c04790ac22bb287aa58 (patch)
tree57ac587e50c0d0ac4ddf2ac20dbbaa1ae9014389 /target/linux/ramips/dts
parent713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23 (diff)
downloadmaster-31e0f0ae-e4b6dcee5e7c67a11a417c04790ac22bb287aa58.tar.gz
master-31e0f0ae-e4b6dcee5e7c67a11a417c04790ac22bb287aa58.tar.bz2
master-31e0f0ae-e4b6dcee5e7c67a11a417c04790ac22bb287aa58.zip
ramips: fix Buffalo WMR-300 dts, board, image and profile names
The following patch changes Buffalo WMR-300 dts filename, board, image and profile names from "WMR300" to "WMR-300" (for consistency). Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46628
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/WMR-300.dts (renamed from target/linux/ramips/dts/WMR300.dts)6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/WMR300.dts b/target/linux/ramips/dts/WMR-300.dts
index fbeec4c769..3dae3ae2ae 100644
--- a/target/linux/ramips/dts/WMR300.dts
+++ b/target/linux/ramips/dts/WMR-300.dts
@@ -70,17 +70,17 @@
compatible = "gpio-leds";
aoss1 {
- label = "buffalo:red:aoss";
+ label = "wmr-300:red:aoss";
gpios = <&gpio2 1 1>;
};
aoss2 {
- label = "buffalo:green:aoss";
+ label = "wmr-300:green:aoss";
gpios = <&gpio2 2 1>;
};
power {
- label = "buffalo:green:status";
+ label = "wmr-300:green:status";
gpios = <&gpio2 4 1>;
};
};