mirror of https://github.com/hak5/openwrt.git
mvebu: wrt3200acm enable SDIO interface
add mwifiex-sdio package to wrt3200acm Signed-off-by: Henryk Heisig <hyniu@o2.pl>lede-17.01
parent
c03083339a
commit
fc90e87b65
|
@ -163,6 +163,16 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
sdhci@d8000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdhci_pins>;
|
||||
no-1-8-v;
|
||||
broken-cd;
|
||||
wp-inverted;
|
||||
bus-width = <8>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* USB part of the eSATA/USB 2.0 port */
|
||||
usb@58000 {
|
||||
status = "okay";
|
||||
|
|
|
@ -114,6 +114,7 @@ define Device/linksys-wrt3200acm
|
|||
$(call Device/linksys,WRT3200ACM (Rango))
|
||||
$(Device/armada-385-linksys)
|
||||
DEVICE_DTS := armada-385-linksys-rango
|
||||
DEVICE_PACKAGES += kmod-mwifiex-sdio
|
||||
endef
|
||||
TARGET_DEVICES += linksys-wrt3200acm
|
||||
|
||||
|
|
Loading…
Reference in New Issue