aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 05:58:15 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 05:58:15 +0000
commita0b8c601341bfc8684f962e27715dd18a4d667a8 (patch)
tree374adc8a17b69b8177ed1988f4affec4f860696b /target/linux/ramips/dts
parent5a6690a7a64b36f7f3fef4d1a331f5c2a3c5387f (diff)
downloadupstream-a0b8c601341bfc8684f962e27715dd18a4d667a8.tar.gz
upstream-a0b8c601341bfc8684f962e27715dd18a4d667a8.tar.bz2
upstream-a0b8c601341bfc8684f962e27715dd18a4d667a8.zip
ramips: fix Xiaomi MiWiFi Mini board, image and profile names
The following patch: * changes board name from "xiaomi-miwifi-mini" to "miwifi-mini" * changes filenames of dts and profile * fixes LED names in dts file and base-files scripts * removes manufacturer name from image filename for Xiaomi MiWiFi Mini device. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46617
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/MIWIFI-MINI.dts (renamed from target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts)8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts b/target/linux/ramips/dts/MIWIFI-MINI.dts
index c1acab4299..fa9846c69a 100644
--- a/target/linux/ramips/dts/XIAOMI-MIWIFI-MINI.dts
+++ b/target/linux/ramips/dts/MIWIFI-MINI.dts
@@ -3,7 +3,7 @@
/include/ "mt7620a.dtsi"
/ {
- compatible = "XIAOMI MIWIFI MINI", "ralink,mt7620a-soc";
+ compatible = "xiaomi,miwifi-mini", "ralink,mt7620a-soc";
model = "Xiaomi MiWiFi Mini";
chosen {
@@ -120,17 +120,17 @@
compatible = "gpio-leds";
blue {
- label = "xiaomi:blue:status";
+ label = "miwifi-mini:blue:status";
gpios = <&gpio1 0 1>;
};
yellow {
- label = "xiaomi:yellow:status";
+ label = "miwifi-mini:yellow:status";
gpios = <&gpio1 2 1>;
};
red {
- label = "xiaomi:red:status";
+ label = "miwifi-mini:red:status";
gpios = <&gpio1 5 1>;
};
};