From 9f2887c225db89429b2241ef72d1bd6567de40e1 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 3 Jan 2019 15:51:42 +0100 Subject: [PATCH] Add packages needed for tethering --- openmptcprouter-full/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmptcprouter-full/Makefile b/openmptcprouter-full/Makefile index fa3e9e22c..e842bbe29 100644 --- a/openmptcprouter-full/Makefile +++ b/openmptcprouter-full/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Ycarus (Yannick Chabanois) +# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -54,7 +54,7 @@ MY_DEPENDS := \ mmc-utils \ libimobiledevice \ comgt kmod-usb-serial kmod-usb-serial-option kmod-usb-serial-wwan usb-modeswitch uqmi adb-enablemodem umbim kmod-mii kmod-usb-net kmod-usb-wdm kmod-usb-net-qmi-wwan kmod-usb-net-cdc-mbim umbim \ - kmod-usb-net-huawei-cdc-ncm kmod-usb-net-rndis \ + kmod-usb-net-huawei-cdc-ncm kmod-usb-net-rndis kmod-usb-net-cdc-ether kmod-usb-net-ipheth usbmuxd \ kmod-rt2800-usb \ kmod-mt7601u \ kmod-rtl8xxxu \