diff options
| author | David Bentham | 2024-10-22 09:46:05 +0000 |
|---|---|---|
| committer | John Crispin | 2024-12-12 08:46:38 +0000 |
| commit | 794291bbdf26ad2be7581fc0c921e4d820937c79 (patch) | |
| tree | 166bf526c1840d0d9312c3c25af3bcd156d4a59b | |
| parent | 821ebce8c115f8670eb0dd83e45efc2a15d3469f (diff) | |
| download | openwrt-794291bbdf26ad2be7581fc0c921e4d820937c79.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16389
Signed-off-by: John Crispin <john@phrozen.org>
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index c1b38403a6..c18873e697 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 |