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>
Showing
- target/linux/ramips/image/mt7620.mk 63 additions, 48 deletionstarget/linux/ramips/image/mt7620.mk
- target/linux/ramips/image/mt7621.mk 88 additions, 90 deletionstarget/linux/ramips/image/mt7621.mk
- target/linux/ramips/image/mt76x8.mk 19 additions, 15 deletionstarget/linux/ramips/image/mt76x8.mk
- target/linux/ramips/image/rt288x.mk 3 additions, 5 deletionstarget/linux/ramips/image/rt288x.mk
- target/linux/ramips/image/rt305x.mk 62 additions, 69 deletionstarget/linux/ramips/image/rt305x.mk
Loading
Please register or sign in to comment