diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 15:17:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:58 -0300 |
commit | b81f3aa69cb3893c0810998de1f396bbb22b76cd (patch) | |
tree | ee6660d979d615280a31bcf8d4aca28e525e70c2 | |
parent | a2f31bf3a1676e98d1f40bb65fc92b53dadc7bb5 (diff) | |
download | meta-freescale-b81f3aa69cb3893c0810998de1f396bbb22b76cd.tar.gz |
t1023: name DPAA FMan eth port as fmN-macN
Apply the rule which is the same with t1024 and all e6500 boards.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | meta-fsl-ppc/recipes-core/udev/udev-rules-qoriq.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-core/udev/udev-rules-qoriq.bb b/meta-fsl-ppc/recipes-core/udev/udev-rules-qoriq.bb index 546f9e8d..541d88c4 100644 --- a/meta-fsl-ppc/recipes-core/udev/udev-rules-qoriq.bb +++ b/meta-fsl-ppc/recipes-core/udev/udev-rules-qoriq.bb | |||
@@ -10,6 +10,7 @@ RULE ?= "71-fsl-dpaa-persistent-networking.rules" | |||
10 | RULE_e6500 = "72-fsl-dpaa-persistent-networking.rules" | 10 | RULE_e6500 = "72-fsl-dpaa-persistent-networking.rules" |
11 | RULE_e6500-64b = "72-fsl-dpaa-persistent-networking.rules" | 11 | RULE_e6500-64b = "72-fsl-dpaa-persistent-networking.rules" |
12 | RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules" | 12 | RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules" |
13 | RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules" | ||
13 | 14 | ||
14 | do_install () { | 15 | do_install () { |
15 | install -d ${D}${sysconfdir}/udev/rules.d/ | 16 | install -d ${D}${sysconfdir}/udev/rules.d/ |