forked from Ivasoft/openwrt
ar71xx: add support for RB-941-2nD
Add full support for Mikrotik RB-941-2nD (hAP lite) Original patch by Sergey Sergeev <adron@yapic.net> and more information is available here: https://wiki.openwrt.org/toh/mikrotik/rb941_2nd I updated and adapted the patch to apply cleanly to LEDE trunk and added proper numbering for the switch ports (matching case labels). Tested working on actual hardware with the information provided in the above webpage. Sysupgrade works. Signed-off-by: Thibaut VARENE <hacks@slashdirt.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Felix Fietkau
parent
8ab057f5e4
commit
3f7841a70a
@@ -860,6 +860,16 @@ config ATH79_MACH_RB922
|
||||
select ATH79_ROUTERBOOT
|
||||
select RLE_DECOMPRESS
|
||||
|
||||
config ATH79_MACH_RB941
|
||||
bool "MikroTik RouterBOARD 941-2nd support"
|
||||
select SOC_QCA953X
|
||||
select ATH79_DEV_ETH
|
||||
select ATH79_DEV_GPIO_BUTTONS
|
||||
select ATH79_DEV_LEDS_GPIO
|
||||
select ATH79_DEV_M25P80
|
||||
select ATH79_DEV_WMAC
|
||||
select ATH79_ROUTERBOOT
|
||||
|
||||
config ATH79_MACH_RB95X
|
||||
bool "MikroTik RouterBOARD 95X support"
|
||||
select SOC_AR934X
|
||||
|
||||
Reference in New Issue
Block a user