diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-01 07:37:03 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-12-24 10:03:38 +0100 |
commit | d2b6bf141662429d542b23e9e8f44245a77710a5 (patch) | |
tree | ce3935a111b0f358e3a6814ed88aeaa460141a59 /target/linux/ramips/image/rt288x.mk | |
parent | ae3ac76e565724e188138dafe38ebeed122e2cf8 (diff) | |
download | upstream-d2b6bf141662429d542b23e9e8f44245a77710a5.tar.gz upstream-d2b6bf141662429d542b23e9e8f44245a77710a5.tar.bz2 upstream-d2b6bf141662429d542b23e9e8f44245a77710a5.zip |
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image/rt288x.mk')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |