From a4e5b8897a922802acf3587d401627fd6f2c0c27 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 11 Sep 2020 17:09:44 +0200 Subject: ramips: use proper name for RAVPower RP-WD03 The proper model name is RP-WD03 (i.e. with the RP- prefix). Adjust all names to that. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/image/mt7620.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 5b9dd16bce..a3a468324b 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -924,15 +924,16 @@ define Device/ralink_mt7620a-v22sg-evb endef TARGET_DEVICES += ralink_mt7620a-v22sg-evb -define Device/ravpower_wd03 +define Device/ravpower_rp-wd03 SOC := mt7620n IMAGE_SIZE := 7872k - DEVICE_VENDOR := Ravpower - DEVICE_MODEL := WD03 + DEVICE_VENDOR := RAVPower + DEVICE_MODEL := RP-WD03 DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci + SUPPORTED_DEVICES += ravpower,wd03 DEFAULT := n endef -TARGET_DEVICES += ravpower_wd03 +TARGET_DEVICES += ravpower_rp-wd03 define Device/sanlinking_d240 SOC := mt7620a -- cgit v1.2.3