[openwrt/openwrt] ramips: clean up Netgear R6120 code formatting
LEDE Commits
lede-commits at lists.infradead.org
Tue Jun 23 15:57:33 EDT 2020
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2e47a05d87c244efe489c528f39f66008de87979
commit 2e47a05d87c244efe489c528f39f66008de87979
Author: Alex Lewontin <alex.c.lewontin at gmail.com>
AuthorDate: Mon Apr 6 12:07:07 2020 -0400
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 at gmail.com>
---
target/linux/ramips/image/mt76x8.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) | \
More information about the lede-commits
mailing list