diff options
author | Alex Lewontin <alex.c.lewontin@gmail.com> | 2020-04-06 12:07:07 -0400 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-23 21:56:44 +0200 |
commit | 2e47a05d87c244efe489c528f39f66008de87979 (patch) | |
tree | 79a1da3a3dc4923fbffc3124d8bc08ef67f7071f | |
parent | 888afe7c698d94af6543d8be86d341cf99c998d8 (diff) | |
download | upstream-2e47a05d87c244efe489c528f39f66008de87979.tar.gz upstream-2e47a05d87c244efe489c528f39f66008de87979.tar.bz2 upstream-2e47a05d87c244efe489c528f39f66008de87979.zip |
ramips: clean up Netgear R6120 code formatting
This commit performs minor janitorial work to clean up some code
formatting for the Netgear R6120.
Signed-off-by: Alex Lewontin <alex.c.lewontin@gmail.com>
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 16b5958ad1..f3ae384a23 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -199,7 +199,7 @@ define Device/netgear_r6120 SERCOMM_HWVER := A001 SERCOMM_SWVER := 0x0040 IMAGES += factory.img - IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE)| append-rootfs | \ + IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | \ pad-rootfs IMAGE/sysupgrade.bin := $$(IMAGE/default) | append-metadata | check-size IMAGE/factory.img := pad-extra 576k | $$(IMAGE/default) | \ |