[openwrt/openwrt] ramips: remove trailing whitespace in Makefiles

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 7 13:52:26 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/211fed5f4930a26213281be67119c50e533c97a4

commit 211fed5f4930a26213281be67119c50e533c97a4
Author: Leon M. George <leon at georgemail.eu>
AuthorDate: Tue Jan 5 10:42:34 2021 +0100

    ramips: remove trailing whitespace in Makefiles
    
    Remove trailing whitespaces in two *.mk files.
    
    Signed-off-by: Leon M. George <leon at georgemail.eu>
    [fix title, add message]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ramips/image/mt7621.mk | 2 +-
 target/linux/ramips/image/rt305x.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 720d435665..d530d5ad3e 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -240,7 +240,7 @@ define Device/dlink_dir-8xx-r1
   IMAGE_SIZE := 16064k
   DEVICE_VENDOR := D-Link
   DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware
-  KERNEL_INITRAMFS := $$(KERNEL) 
+  KERNEL_INITRAMFS := $$(KERNEL)
   IMAGES += factory.bin
   IMAGE/sysupgrade.bin := append-kernel | append-rootfs |\
 	pad-rootfs | append-metadata | check-size
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 7d145c3992..cf24be0f1b 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -1071,7 +1071,7 @@ define Device/unbranded_a5-v11
   IMAGES += factory.bin
   IMAGE/factory.bin := $$(sysupgrade_bin) | check-size | \
 	poray-header -B A5-V11 -F 4M
-  DEVICE_VENDOR := 
+  DEVICE_VENDOR :=
   DEVICE_MODEL := A5-V11
   DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
   SUPPORTED_DEVICES += a5-v11



More information about the lede-commits mailing list