ramips: fix Argus ATP-52B board and image names

The following patch:
 * changes board name from "argus-atp52b" to "atp-52b"
 * changes dts filename
 * fixes LED names in dts file and base-files scripts
 * removes manufacturer name from image filename

for Argus ATP-52B device.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>

SVN-Revision: 46621
This commit is contained in:
John Crispin
2015-08-17 05:58:57 +00:00
parent f38d42b8e4
commit 102073ca17
5 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
/include/ "rt3050.dtsi"
/ {
compatible = "ARGUS_ATP52B", "ralink,rt3052-soc";
compatible = "ATP-52B", "ralink,rt3052-soc";
model = "Argus ATP-52B";
pinctrl {
@@ -49,12 +49,12 @@
compatible = "gpio-leds";
run {
label = "argus-atp52b:green:run";
label = "atp-52b:green:run";
gpios = <&gpio0 9 1>;
};
net {
label = "argus-atp52b:amber:net";
label = "atp-52b:amber:net";
gpios = <&gpio0 13 1>;
};
};