ath79: mikrotik: enable USB module on RouterBoard wAPR-2nD
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>
This commit is contained in:
parent
e900779e6f
commit
c29f71ece7
|
@ -68,3 +68,11 @@
|
||||||
&pcie0 {
|
&pcie0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&usb_phy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -69,7 +69,7 @@ define Device/mikrotik_routerboard-wapr-2nd
|
||||||
$(Device/mikrotik_nor)
|
$(Device/mikrotik_nor)
|
||||||
SOC := qca9533
|
SOC := qca9533
|
||||||
DEVICE_MODEL := RouterBOARD wAPR-2nD (wAP R)
|
DEVICE_MODEL := RouterBOARD wAPR-2nD (wAP R)
|
||||||
DEVICE_PACKAGES += rssileds
|
DEVICE_PACKAGES += kmod-usb2 rssileds
|
||||||
IMAGE_SIZE := 16256k
|
IMAGE_SIZE := 16256k
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += mikrotik_routerboard-wapr-2nd
|
TARGET_DEVICES += mikrotik_routerboard-wapr-2nd
|
||||||
|
|
Loading…
Reference in New Issue