ramips: harmonize line breaks in image Makefiles
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 19 Dec 2019 18:40:33 +0000 (19:40 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 19 Dec 2019 22:09:27 +0000 (23:09 +0100)
commite417ff88f19b90fc7badbb67b2e8c1760dd024dc
tree6c3597c0bf643b0ce48954306fd01af0684977f3
parentb70052c6e63f4fb3189ab2f9669c1fbd19478d79
ramips: harmonize line breaks in image Makefiles

This harmonizes the line wrapping in image Makefile device
definitions, as those are frequently copy-pasted and are a common
subject of review comments. Having the treatment unifying should
reduce the cases where adjustment is necessary afterwards.

Harmonization is achieved by consistently (read "strictly")
applying certain rules:
- Never put more than 80 characters into one line
- Fill lines up (do not break after 40 chars because of ...)
- Use one tab for indent after wrapping by "\"
- Only break after pipe "|" for IMAGE variables

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ramips/image/mt7620.mk
target/linux/ramips/image/mt7621.mk
target/linux/ramips/image/mt76x8.mk
target/linux/ramips/image/rt288x.mk
target/linux/ramips/image/rt305x.mk