forked from DGNum/liminix
enable eth1
This commit is contained in:
parent
c2bcf2dd3e
commit
3ff9e49085
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
NET_VENDOR_ATHEROS = "y";
|
NET_VENDOR_ATHEROS = "y";
|
||||||
AG71XX = "y"; # ethernet (qca,qca9530-eth)
|
AG71XX = "y"; # ethernet (qca,qca9530-eth)
|
||||||
MFD_SYSCON = "y"; # ethernet (compatible "syscon")
|
MFD_SYSCON = "y"; # ethernet (compatible "syscon")
|
||||||
|
AR8216_PHY = "y"; # eth1 is behind a switch
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
CPU_LITTLE_ENDIAN= "n";
|
CPU_LITTLE_ENDIAN= "n";
|
||||||
|
|
Loading…
Reference in a new issue