mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
ath79: mikrotik: add RB912UAG-5HPnD as alternative name
Image for RB912UAG-2HPnD supports the 5GHz variant without modifications. Add it as alternative name, so it can be found easier. While at that, adjust board display name in device tree, to reflect that. Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
This commit is contained in:
parent
c0d7842bf2
commit
d13d513b9f
@ -7,7 +7,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "mikrotik,routerboard-912uag-2hpnd", "qca,ar9342";
|
||||
model = "MikroTik RouterBOARD 912UAG-2HPnD";
|
||||
model = "MikroTik RouterBOARD 912UAG-(2,5)HPnD";
|
||||
|
||||
aliases {
|
||||
led-boot = &led_power;
|
||||
|
@ -32,6 +32,8 @@ define Device/mikrotik_routerboard-912uag-2hpnd
|
||||
$(Device/mikrotik_nand)
|
||||
SOC := ar9342
|
||||
DEVICE_MODEL := RouterBOARD 912UAG-2HPnD
|
||||
DEVICE_ALT0_VENDOR := Mikrotik
|
||||
DEVICE_ALT0_MODEL := RouterBOARD 912UAG-5HPnD
|
||||
DEVICE_PACKAGES += kmod-usb-ehci kmod-usb2
|
||||
SUPPORTED_DEVICES += rb-912uag-2hpnd
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user