Skip to content

Commit

Permalink
ramips: clean up Makefile formatting
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
NullOranje authored and mans0n committed Feb 20, 2022
1 parent 65df862 commit 61d97bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions target/linux/ramips/image/mt7621.mk
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 61d97bf

Please sign in to comment.