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/base-files/lib | |
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/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 9e7f4e5988..d25fa3adc6 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -62,7 +62,7 @@ ramips_board_detect() { name="c20i" ;; *"Argus ATP-52B") - name="argus-atp52b" + name="atp-52b" ;; *"AsiaRF AWM002 EVB") name="awm002-evb" |