diff options
author | Nick McKinney <nick@ndmckinney.net> | 2022-01-13 15:56:37 -0500 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-02-20 16:16:43 +0900 |
commit | 61d97bf377fe3d6e4369e96cf497a16555bf0874 (patch) | |
tree | 2a9488eb74b860dfe19fdc7417c956497071a103 /target/linux/ramips/image | |
parent | 65df862b50a6301964c9a2d7d8281e68e60ce16f (diff) | |
download | upstream-61d97bf377fe3d6e4369e96cf497a16555bf0874.tar.gz upstream-61d97bf377fe3d6e4369e96cf497a16555bf0874.tar.bz2 upstream-61d97bf377fe3d6e4369e96cf497a16555bf0874.zip |
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@ndmckinney.net>
[rephrase commit message as Adrian suggested, fix a6004ns-m indent]
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 12 |
1 files 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 |