ramips: add alternative name for Buffalo WSR-2533DHP
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Sat, 23 May 2020 22:33:48 +0000 (07:33 +0900)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 24 May 2020 16:14:59 +0000 (18:14 +0200)
Buffalo WSR-2533DHP is identical to the WSR-2533DHPL, Buffalo sold it
with renaming.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
target/linux/ramips/image/mt7621.mk

index e86c86cf114fec96a7a2f9219d1694eb5a8a1b43..524364d8b0b3bfd6d60509325dd7f14e8d19999b 100644 (file)
@@ -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