From 3ff9e4908575f741de09f0a001fc5ca8d8306001 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 18 Oct 2022 15:48:29 +0100 Subject: [PATCH] enable eth1 --- devices/gl-ar750/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/gl-ar750/default.nix b/devices/gl-ar750/default.nix index 6e243c42..bbca0708 100644 --- a/devices/gl-ar750/default.nix +++ b/devices/gl-ar750/default.nix @@ -117,7 +117,7 @@ NET_VENDOR_ATHEROS = "y"; AG71XX = "y"; # ethernet (qca,qca9530-eth) MFD_SYSCON = "y"; # ethernet (compatible "syscon") - + AR8216_PHY = "y"; # eth1 is behind a switch }; config = { CPU_LITTLE_ENDIAN= "n";