From b0f03a6f0e35a66a0338d0d40673151fdd27e1d1 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 16 Sep 2019 18:09:44 +0200 Subject: [PATCH] Remove ath9k by default, this make problem with rpi3 --- openmptcprouter-full/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmptcprouter-full/Makefile b/openmptcprouter-full/Makefile index ad43b234e..9dd1953fd 100644 --- a/openmptcprouter-full/Makefile +++ b/openmptcprouter-full/Makefile @@ -73,7 +73,8 @@ MY_DEPENDS := \ kmod-usb-net-huawei-cdc-ncm kmod-usb-net-rndis kmod-usb-net-cdc-ether kmod-usb-net-ipheth usbmuxd \ kmod-rt2800-usb kmod-rtl8xxxu kmod-rtl8192cu kmod-net-rtl8192su \ luci-proto-qmi wpad-basic kmod-mt7601u kmod-rtl8187 \ - luci-app-mlvpn kmod-ath9k kmod-ath9k-htc + luci-app-mlvpn +# kmod-ath9k kmod-ath9k-htc # (TARGET_x86||TARGET_x86_64):open-vm-tools \ # luci-app-mlvpn mlvpn \