From 4408723d42e0d717a0643422690686187cc7c2b1 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 16 Aug 2019 14:05:53 +0200 Subject: ramips: remove RAM size from device name for UniElec devices UniElec devices are the last ones in ramips target still having the RAM size in device name although RAM size is auto-detected. Remove this from device name, compatible, etc., as it's not required and might be misleading to users and developers adding device support copying those devices. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/image/mt76x8.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/image/mt76x8.mk') diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 9ab16db064..4d126bcd06 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -454,14 +454,14 @@ define Device/tplink_tl-wr902ac-v3 endef TARGET_DEVICES += tplink_tl-wr902ac-v3 -define Device/unielec_u7628-01-128m-16m +define Device/unielec_u7628-01-16m MTK_SOC := mt7628an IMAGE_SIZE := 16064k DEVICE_VENDOR := UniElec DEVICE_MODEL := U7628-01 - DEVICE_VARIANT := 128M RAM/16M flash + DEVICE_VARIANT := 16M DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport - SUPPORTED_DEVICES += u7628-01-128M-16M + SUPPORTED_DEVICES += u7628-01-128M-16M unielec,u7628-01-128m-16m endef TARGET_DEVICES += unielec_u7628-01-128m-16m -- cgit v1.2.3