[openwrt/openwrt] ramips: add support for Asus RT-N12+ B1 and RT-N300 B1
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 25 02:02:32 PDT 2022
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/530c0a2068659944c5dbe699bd44a88695bcf8a5
commit 530c0a2068659944c5dbe699bd44a88695bcf8a5
Author: Semih Baskan <strstgs at gmail.com>
AuthorDate: Tue Jun 21 08:43:50 2022 +0300
ramips: add support for Asus RT-N12+ B1 and RT-N300 B1
Asus RT-N12+ B1 and Asus RT-N300 B1 are the same device
with a different name.
The OEM firmwares have the same MD5 with Asus RT-N11P B1.
Same instructions for Asus RT-N11P B1 see:
commit c3dc52e39ac8 ("ramips: add support for Asus RT-N10P V3 / RT-N11P B1 / RT-N12 VP B1")
Signed-off-by: Semih Baskan <strstgs at gmail.com>
(Added id from the PR review to commit message)
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
target/linux/ramips/image/mt76x8.mk | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index 81b68f6354..5bb9bf61b7 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -73,6 +73,12 @@ define Device/asus_rt-n11p-b1
DEVICE_VENDOR := Asus
DEVICE_MODEL := RT-N11P
DEVICE_VARIANT := B1
+ DEVICE_ALT0_VENDOR := ASUS
+ DEVICE_ALT0_MODEL := RT-N12+
+ DEVICE_ALT0_VARIANT := B1
+ DEVICE_ALT1_VENDOR := ASUS
+ DEVICE_ALT1_MODEL := RT-N300
+ DEVICE_ALT1_VARIANT := B1
endef
TARGET_DEVICES += asus_rt-n11p-b1
More information about the lede-commits
mailing list