diff options
author | Paul Wassi <p.wassi@gmx.at> | 2017-10-24 10:58:39 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-25 09:22:13 +0200 |
commit | 9f7b897939cf0a670c08dd8cad8cf1f153c8b9f7 (patch) | |
tree | 0b10911cdb84b317017c907d71563651f81a9183 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 605ce5f6cd8098f3813b44a64f8f1ac61cc92470 (diff) | |
download | upstream-9f7b897939cf0a670c08dd8cad8cf1f153c8b9f7.tar.gz upstream-9f7b897939cf0a670c08dd8cad8cf1f153c8b9f7.tar.bz2 upstream-9f7b897939cf0a670c08dd8cad8cf1f153c8b9f7.zip |
ar71xx: base-files: alphabetical reordering
Re-order the cases of base-files/* alphabetically.
Also merge some cases in diag.sh
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index f89c0098e4..99035632e6 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -1049,7 +1049,7 @@ ar71xx_board_detect() { *"TL-MR3420 v2") name="tl-mr3420-v2" ;; - *TL-MR6400) + *"TL-MR6400") name="tl-mr6400" ;; *"TL-WA701ND v2") |