diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:58:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:58:57 +0000 |
commit | 102073ca17b91c079cd150be0feb30796721f6da (patch) | |
tree | 2bbf8869f15e4ac2151ab877750a9de21a75df11 /target/linux/ramips/dts | |
parent | f38d42b8e4340c654378c2a3dd505ec3c385849d (diff) | |
download | upstream-102073ca17b91c079cd150be0feb30796721f6da.tar.gz upstream-102073ca17b91c079cd150be0feb30796721f6da.tar.bz2 upstream-102073ca17b91c079cd150be0feb30796721f6da.zip |
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
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/ATP-52B.dts (renamed from target/linux/ramips/dts/ARGUS_ATP52B.dts) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/ARGUS_ATP52B.dts b/target/linux/ramips/dts/ATP-52B.dts index f94d740f3d..c3f42bfea5 100644 --- a/target/linux/ramips/dts/ARGUS_ATP52B.dts +++ b/target/linux/ramips/dts/ATP-52B.dts @@ -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>; }; }; |