From 5f9cd9d47610de897ee637a14cf76438b895dd1b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 26 Sep 2024 15:42:10 +0200 Subject: [PATCH] Fix filogik.mk --- 6.6/target/linux/mediatek/image/filogic.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/6.6/target/linux/mediatek/image/filogic.mk b/6.6/target/linux/mediatek/image/filogic.mk index eb38f4f9..ef2ab429 100644 --- a/6.6/target/linux/mediatek/image/filogic.mk +++ b/6.6/target/linux/mediatek/image/filogic.mk @@ -208,13 +208,13 @@ $(call Device/adtran_smartrg) endef TARGET_DEVICES += smartrg_sdg-8733 -define Device/smartrg_sdg-8733a -$(call Device/adtran_smartrg) - DEVICE_MODEL := SDG-8733A - DEVICE_DTS := mt7988d-smartrg-SDG-8733A - DEVICE_PACKAGES += mt7988-2p5g-phy-firmware kmod-mt7996-firmware kmod-phy-aquantia -endef -TARGET_DEVICES += smartrg_sdg-8733a +#define Device/smartrg_sdg-8733a +#$(call Device/adtran_smartrg) +# DEVICE_MODEL := SDG-8733A +# DEVICE_DTS := mt7988d-smartrg-SDG-8733A +# DEVICE_PACKAGES += mt7988-2p5g-phy-firmware kmod-mt7996-firmware kmod-phy-aquantia +#endef +#TARGET_DEVICES += smartrg_sdg-8733a define Device/smartrg_sdg-8734 $(call Device/adtran_smartrg)