From b81f3aa69cb3893c0810998de1f396bbb22b76cd Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 17 Jul 2015 15:17:49 +0800 Subject: [PATCH] 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 Acked-by: Otavio Salvador Signed-off-by: Otavio Salvador --- meta-fsl-ppc/recipes-core/udev/udev-rules-qoriq.bb | 1 + 1 file changed, 1 insertion(+) 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" RULE_e6500 = "72-fsl-dpaa-persistent-networking.rules" RULE_e6500-64b = "72-fsl-dpaa-persistent-networking.rules" RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules" +RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules" do_install () { install -d ${D}${sysconfdir}/udev/rules.d/ -- 2.40.1