From 211fed5f4930a26213281be67119c50e533c97a4 Mon Sep 17 00:00:00 2001 From: "Leon M. George" Date: Tue, 5 Jan 2021 10:42:34 +0100 Subject: [PATCH] ramips: remove trailing whitespace in Makefiles Remove trailing whitespaces in two *.mk files. Signed-off-by: Leon M. George [fix title, add message] Signed-off-by: Adrian Schmutzler --- 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 -- 2.30.2