Skip to content

Commit

Permalink
ath79: mikrotik: enable USB module on RouterBoard wAPR-2nD
Browse files Browse the repository at this point in the history
The MikroTik RouterBOARD wAPR-2nD (wAP R) router features a miniPCI-e
slot with USB lines connected, which are used by some USB cards with
miniPCI-e form factor, like the R11e-LR8. Enabling USB support is
required for such cards to work.

Tested on a MikroTik wAP LR8 kit (RB wAPR-2nD + R11e-LR8).

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
  • Loading branch information
rogerpueyo authored and hauke committed Nov 20, 2021
1 parent e900779 commit c29f71e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Expand Up @@ -68,3 +68,11 @@
&pcie0 {
status = "okay";
};

&usb0 {
status = "okay";
};

&usb_phy {
status = "okay";
};
2 changes: 1 addition & 1 deletion target/linux/ath79/image/mikrotik.mk
Expand Up @@ -69,7 +69,7 @@ define Device/mikrotik_routerboard-wapr-2nd
$(Device/mikrotik_nor)
SOC := qca9533
DEVICE_MODEL := RouterBOARD wAPR-2nD (wAP R)
DEVICE_PACKAGES += rssileds
DEVICE_PACKAGES += kmod-usb2 rssileds
IMAGE_SIZE := 16256k
endef
TARGET_DEVICES += mikrotik_routerboard-wapr-2nd

0 comments on commit c29f71e

Please sign in to comment.