[openwrt/openwrt] mediatek: add Comfast CF-E395AX support by adding an alternative model name

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 26 05:11:11 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/55d1fe4aa69c7c69085397fd8323d479bca7ae0f

commit 55d1fe4aa69c7c69085397fd8323d479bca7ae0f
Author: David Bentham <db260179 at gmail.com>
AuthorDate: Tue Oct 22 10:46:05 2024 +0100

    mediatek: add Comfast CF-E395AX support by adding an alternative model name
    
    both these devices share the board and same config, just different model number
    
    Install instructions are the same as the CF-E393AX commit - https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=d8f4453bf2de9fd9baf3d660ed12e0797ff2cfdb
    
    Signed-off-by: David Bentham <db260179 at gmail.com>
    
    Link: https://github.com/openwrt/openwrt/pull/16389
    Signed-off-by: John Crispin <john at phrozen.org>
    (cherry picked from commit 794291bbdf26ad2be7581fc0c921e4d820937c79)
---
 target/linux/mediatek/image/filogic.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index defa3747ed..7b356ec03d 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -536,6 +536,8 @@ TARGET_DEVICES += cmcc_rax3000m
 define Device/comfast_cf-e393ax
   DEVICE_VENDOR := COMFAST
   DEVICE_MODEL := CF-E393AX
+  DEVICE_ALT0_VENDOR := COMFAST
+  DEVICE_ALT0_MODEL := CF-E395AX
   DEVICE_DTS := mt7981a-comfast-cf-e393ax
   DEVICE_DTS_DIR := ../dts
   DEVICE_DTC_FLAGS := --pad 4096




More information about the lede-commits mailing list