From 7b01567976090b31c19e78af53fef91f9b953a91 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Sun, 24 May 2020 07:33:48 +0900 Subject: [PATCH] ramips: add alternative name for Buffalo WSR-2533DHP Buffalo WSR-2533DHP is identical to the WSR-2533DHPL, Buffalo sold it with renaming. Signed-off-by: INAGAKI Hiroshi --- target/linux/ramips/image/mt7621.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e86c86cf11..524364d8b0 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -196,6 +196,8 @@ define Device/buffalo_wsr-2533dhpl IMAGE_SIZE := 7936k DEVICE_VENDOR := Buffalo DEVICE_MODEL := WSR-2533DHPL + DEVICE_ALT0_VENDOR := Buffalo + DEVICE_ALT0_MODEL := WSR-2533DHP IMAGE/sysupgrade.bin := trx | pad-rootfs | append-metadata DEVICE_PACKAGES := kmod-mt7615e wpad-basic endef