mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
# Rules for handling the SDK DPAA ethernet ports
|
|
SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", ATTR{device_addr}=="1af2000", NAME="fm1-mac10"
|
|
|
|
# Rules for handling the Upstream DPAA ethernet ports
|
|
SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", KERNELS=="1af2000*", NAME="fm1-mac10"
|