diff options
author | Thibaut VARENE <hacks@slashdirt.org> | 2017-02-07 19:10:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-15 11:28:58 +0100 |
commit | 8cbb2ac6332ba3be707ea6e4129c22b9320b72c1 (patch) | |
tree | de32f5efdb7ebb3d220aea027be6504bd1272216 /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | b18bae37a4f26949f71f1345caa2b6934f6a4663 (diff) | |
download | mtk-20170518-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.zip mtk-20170518-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.tar.gz mtk-20170518-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.tar.bz2 |
ar71xx: add support for RB951Ui-2nD
This patch adds support for the MikroTik RouterBOARD hAP
https://routerboard.com/RB951Ui-2nD
Specifications:
- SoC: Qualcomm QCA9531 (650MHz)
- RAM: 64MB
- Storage: 16MB NOR SPI flash
- Wireless: builtin QCA9531, 2x2:2
- Ethernet: 5x100M (1 PoE in, 1 PoE out)
- USB: Type A
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 9bca451..ef22aea 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -921,12 +921,14 @@ config ATH79_MACH_RBSPI select ATH79_DEV_GPIO_BUTTONS select ATH79_DEV_LEDS_GPIO select ATH79_DEV_M25P80 + select ATH79_DEV_USB select ATH79_DEV_WMAC select ATH79_ROUTERBOOT help Say 'Y' here if you want your kernel to support the MikroTik RouterBOARD mAP lite MikroTik RouterBOARD hAP lite + MikroTik RouterBOARD hAP config ATH79_MACH_RBSXTLITE bool "MikroTik RouterBOARD SXT Lite" |