aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2020-05-24 07:33:48 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-24 18:14:59 +0200
commit7b01567976090b31c19e78af53fef91f9b953a91 (patch)
tree51bf8d941025e347caf0b06851143bd30936db7f /target
parentc3dc52e39ac83704b7a376d8d5610bdb91807e3f (diff)
downloadupstream-7b01567976090b31c19e78af53fef91f9b953a91.tar.gz
upstream-7b01567976090b31c19e78af53fef91f9b953a91.tar.bz2
upstream-7b01567976090b31c19e78af53fef91f9b953a91.zip
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 <musashino.open@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 2 insertions, 0 deletions
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