Re: [Replicant] [PATCH 1/4] lineageos_n7000: Add support for USB Ethernet adapters and CDC Ethernet

2019-09-15 Thread Denis 'GNUtoo' Carikli
On Wed, 28 Aug 2019 15:42:13 +0200
Denis 'GNUtoo' Carikli  wrote:

> Signed-off-by: Denis 'GNUtoo' Carikli 

I've compiled it and flashed the individual images (system.img,
boot.img, etc).

Test results:
- It compiles
- It boots
- The USB Ethernet adapter appears as eth0
- For some reason the Android GUI didn't automatically do a dhcp on the
  interface and the Ethernet icon doesn't appear on the status bar.

So given that it boots it's probably safe to merge that patch.

Denis.


pgpunKRWGyuRl.pgp
Description: OpenPGP digital signature
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


[Replicant] [PATCH 1/4] lineageos_n7000: Add support for USB Ethernet adapters and CDC Ethernet

2019-08-28 Thread Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli 
---
 arch/arm/configs/lineageos_n7000_defconfig | 38 ++
 1 file changed, 32 insertions(+), 6 deletions(-)

diff --git a/arch/arm/configs/lineageos_n7000_defconfig 
b/arch/arm/configs/lineageos_n7000_defconfig
index 8ba7d95dbfed..1fb6183a0f80 100644
--- a/arch/arm/configs/lineageos_n7000_defconfig
+++ b/arch/arm/configs/lineageos_n7000_defconfig
@@ -1426,7 +1426,7 @@ CONFIG_NETDEVICES=y
 # CONFIG_EQUALIZER is not set
 CONFIG_TUN=y
 # CONFIG_VETH is not set
-# CONFIG_MII is not set
+CONFIG_MII=y
 # CONFIG_PHYLIB is not set
 # CONFIG_NET_ETHERNET is not set
 # CONFIG_NETDEV_1000 is not set
@@ -1482,14 +1482,40 @@ CONFIG_WLAN_REGION_CODE=100
 #
 # USB Network Adapters
 #
-# CONFIG_USB_CATC is not set
-# CONFIG_USB_KAWETH is not set
-# CONFIG_USB_PEGASUS is not set
-# CONFIG_USB_RTL8150 is not set
-# CONFIG_USB_USBNET is not set
+CONFIG_USB_CATC=y
+CONFIG_USB_KAWETH=y
+CONFIG_USB_PEGASUS=y
+CONFIG_USB_RTL8150=y
+CONFIG_USB_USBNET=y
+CONFIG_USB_NET_AX8817X=y
+CONFIG_USB_NET_CDCETHER=y
+CONFIG_USB_NET_CDC_EEM=y
+CONFIG_USB_NET_CDC_NCM=y
+CONFIG_USB_NET_DM9601=y
+CONFIG_USB_NET_SMSC75XX=y
+CONFIG_USB_NET_SMSC95XX=y
+# CONFIG_USB_NET_GL620A is not set
+CONFIG_USB_NET_NET1080=y
+CONFIG_USB_NET_PLUSB=y
+CONFIG_USB_NET_MCS7830=y
+# CONFIG_USB_NET_RNDIS_HOST is not set
+CONFIG_USB_NET_CDC_SUBSET=y
+# CONFIG_USB_ALI_M5632 is not set
+# CONFIG_USB_AN2720 is not set
+CONFIG_USB_BELKIN=y
+CONFIG_USB_ARMLINUX=y
+# CONFIG_USB_EPSON2888 is not set
+# CONFIG_USB_KC2190 is not set
+CONFIG_USB_NET_ZAURUS=y
+# CONFIG_USB_NET_CX82310_ETH is not set
+# CONFIG_USB_NET_KALMIA is not set
 # CONFIG_USB_HSO is not set
+# CONFIG_USB_NET_INT51X1 is not set
 # CONFIG_USB_CDC_PHONET is not set
 # CONFIG_USB_IPHETH is not set
+# CONFIG_USB_SIERRA_NET is not set
+# CONFIG_USB_VL600 is not set
+# CONFIG_MSM_RMNET_USB is not set
 # CONFIG_WAN is not set
 
 #
-- 
2.23.0

___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant