From d2b6bf141662429d542b23e9e8f44245a77710a5 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 1 Dec 2016 07:37:03 +0100 Subject: ramips: fix image validation errors The name from the Device define will be used in the metadata. Due to typos/different spelling, this name might not match the one exported in /lib/ramips.sh. Fix all name mismatches which were found by checking if the name used in the metadata exists in /lib/ramips.sh. Signed-off-by: Mathias Kresin --- target/linux/ramips/image/rt288x.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/image/rt288x.mk') diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index f9584a34ab..3312d0ed17 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -27,14 +27,14 @@ define Device/ar725w endef TARGET_DEVICES += ar725w -define Device/f5d8235v1 +define Device/f5d8235-v1 DTS := F5D8235_V1 IMAGE_SIZE := 7744k DEVICE_TITLE := Belkin F5D8235 V1 DEVICE_PACKAGES := kmod-switch-rtl8366s kmod-usb-core kmod-usb-ohci \ kmod-usb-ohci-pci kmod-usb2 kmod-usb2-pci kmod-usb-ledtrig-usbport endef -TARGET_DEVICES += f5d8235v1 +TARGET_DEVICES += f5d8235-v1 define Device/rt-n15 DTS := RT-N15 -- cgit v1.2.3