ramips: remove leading spaces, sort boards and optimize base-files/lib/ramips.sh
authorJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 06:01:44 +0000 (06:01 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 06:01:44 +0000 (06:01 +0000)
commita18b35a2f11a58efa39d9ce8114d917b992696d6
tree9ee4c7e309d488383cfe151da375ac1c9f1344f9
parent57e614c1790e316ef8b5b8cb0cd4ae4dcb185d3d
ramips: remove leading spaces, sort boards and optimize base-files/lib/ramips.sh

This patch:
 * fixes various mistakes (leading spaces, wrong or missing model names)
 * shortens model strings (we don't need to use whole model string from dts file, make it for consistency and as optimization)
 * sorts boards alphabetically

in base-files/lib/ramips.sh script.

Case statement was tested after above changes with simple script, which:
 * takes model string from dts{,i} file (model = "...")
 * provides this value as case input ($machine)
 * returns output ($name)

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