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 c3dc52e39a
("ramips: add support for Asus RT-N10P V3 / RT-N11P B1 / RT-N12 VP B1")
Signed-off-by: Semih Baskan <strstgs@gmail.com>
(Added id from the PR review to commit message)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
8c00fd9b45
commit
530c0a2068
1 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,12 @@ define Device/asus_rt-n11p-b1
|
||||||
DEVICE_VENDOR := Asus
|
DEVICE_VENDOR := Asus
|
||||||
DEVICE_MODEL := RT-N11P
|
DEVICE_MODEL := RT-N11P
|
||||||
DEVICE_VARIANT := B1
|
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
|
endef
|
||||||
TARGET_DEVICES += asus_rt-n11p-b1
|
TARGET_DEVICES += asus_rt-n11p-b1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue