mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 19:03:55 +01:00
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> |
||
|---|---|---|
| .. | ||
| bin | ||
| lzma-loader | ||
| common-buffalo.mk | ||
| common-netgear.mk | ||
| common-tp-link.mk | ||
| common-yuncore.mk | ||
| generic-tp-link.mk | ||
| generic-ubnt.mk | ||
| generic.mk | ||
| Makefile | ||
| nand.mk | ||
| tiny-netgear.mk | ||
| tiny-tp-link.mk | ||
| tiny.mk | ||