ar71xx: base-files: shorten case statement patterns in lib/ar71xx.sh
authorPiotr Dymacz <pepe2k@gmail.com>
Sat, 11 Mar 2017 16:44:05 +0000 (17:44 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 12 Mar 2017 22:47:59 +0000 (23:47 +0100)
commitd9bc3e68824e3d7b3a3e24a63e525cb5785e11b3
tree384975ab68e5b5a203eee6a4a85b8a373b52889f
parent4f09837cdfb7a8f9ee688289e14d0dc3c36c5524
ar71xx: base-files: shorten case statement patterns in lib/ar71xx.sh

At now there is no general rule about what part of (or whole) machine
name string should be used for board name assignment/detection and every
target handles this in a different way.

For most of the boards in ar71xx we already use only part of the string,
generally without the vendor name.

This shortens wildcards patterns in case statement for board name
assignment, wherever possible (e.g. where it won't be misleading).

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
target/linux/ar71xx/base-files/lib/ar71xx.sh