[openwrt/openwrt] layerscape: drop fmc and fmc-eth-config package

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 28 16:08:40 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d42a8b25fa4986f1593a6d9dd257853326553d0f

commit d42a8b25fa4986f1593a6d9dd257853326553d0f
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sat Oct 26 23:17:46 2024 +0200

    layerscape: drop fmc and fmc-eth-config package
    
    Drop fmc and fmc-eth-config package as they were never actually
    submitted to openwrt mainline and they don't exist around.
    
    They are probably part of NXP SDK and were added due to copy-paste
    errors.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/layerscape/image/armv8_64b.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/target/linux/layerscape/image/armv8_64b.mk b/target/linux/layerscape/image/armv8_64b.mk
index 40452f3868..c048a81bc4 100644
--- a/target/linux/layerscape/image/armv8_64b.mk
+++ b/target/linux/layerscape/image/armv8_64b.mk
@@ -153,7 +153,6 @@ define Device/fsl_ls1043a-rdb
   DEVICE_PACKAGES += \
     ~layerscape-fman \
     ~trusted-firmware-a-ls1043a-rdb \
-    fmc fmc-eth-config \
     kmod-ahci-qoriq \
     kmod-hwmon-ina2xx \
     kmod-hwmon-lm90
@@ -178,7 +177,6 @@ define Device/fsl_ls1043a-rdb-sdboot
   DEVICE_PACKAGES += \
     ~layerscape-fman \
     ~trusted-firmware-a-ls1043a-rdb-sdboot \
-    fmc fmc-eth-config \
     kmod-ahci-qoriq \
     kmod-hwmon-ina2xx \
     kmod-hwmon-lm90
@@ -243,7 +241,6 @@ define Device/fsl_ls1046a-rdb
   DEVICE_PACKAGES += \
     ~layerscape-fman \
     ~trusted-firmware-a-ls1046a-rdb \
-    fmc fmc-eth-config \
     kmod-ahci-qoriq \
     kmod-hwmon-ina2xx \
     kmod-hwmon-lm90
@@ -268,7 +265,6 @@ define Device/fsl_ls1046a-rdb-sdboot
   DEVICE_PACKAGES += \
     ~layerscape-fman \
     ~trusted-firmware-a-ls1046a-rdb-sdboot \
-    fmc fmc-eth-config \
     kmod-ahci-qoriq \
     kmod-hwmon-ina2xx \
     kmod-hwmon-lm90




More information about the lede-commits mailing list