[openwrt/openwrt] ramips: clean up Makefile formatting
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 19 23:45:51 PST 2022
mans0n pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/61d97bf377fe3d6e4369e96cf497a16555bf0874
commit 61d97bf377fe3d6e4369e96cf497a16555bf0874
Author: Nick McKinney <nick at ndmckinney.net>
AuthorDate: Thu Jan 13 15:56:37 2022 -0500
ramips: clean up Makefile formatting
Use correct indent in target/linux/ramips/image/mt7621.mk
to be consistent with the rest of the file.
Signed-off-by: Nick McKinney <nick at ndmckinney.net>
[rephrase commit message as Adrian suggested, fix a6004ns-m indent]
Signed-off-by: Sungbo Eo <mans0n at gorani.run>
---
target/linux/ramips/image/mt7621.mk | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 95fdc6095d..340c8eab3c 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -810,7 +810,7 @@ define Device/iptime_a6004ns-m
DEVICE_VENDOR := ipTIME
DEVICE_MODEL := A6004NS-M
DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3 \
- kmod-usb-ledtrig-usbport
+ kmod-usb-ledtrig-usbport
endef
TARGET_DEVICES += iptime_a6004ns-m
@@ -962,11 +962,11 @@ define Device/linksys_ea7xxx
endef
define Device/linksys_ea6350-v4
- $(Device/linksys_ea7xxx)
- DEVICE_MODEL := EA6350
- DEVICE_VARIANT := v4
- LINKSYS_HWNAME := EA6350
- DEVICE_PACKAGES += kmod-mt7603 kmod-mt7663-firmware-ap
+ $(Device/linksys_ea7xxx)
+ DEVICE_MODEL := EA6350
+ DEVICE_VARIANT := v4
+ LINKSYS_HWNAME := EA6350
+ DEVICE_PACKAGES += kmod-mt7603 kmod-mt7663-firmware-ap
endef
TARGET_DEVICES += linksys_ea6350-v4
More information about the lede-commits
mailing list