summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Krapp2025-05-12 19:19:27 +0000
committerDavid Bauer2025-05-13 01:38:41 +0000
commitd71e6920fa22a670fdfb76dcd6165c0f3d2d2c2a (patch)
treeab71794f2db0a132290ba52bc1ebbaf56654c55a
parent6adcb5d75c5a12926432220f217e11391cd6fc52 (diff)
downloadopenwrt-d71e6920fa22a670fdfb76dcd6165c0f3d2d2c2a.tar.gz
mediatek: filogic: fix wifi on ASUS RT-AX52
Add missing kmod-7915e package to get both wireless interfaces working. Link: https://github.com/openwrt/openwrt/issues/18690 Reviewed-by: Steffen Förster <nemesis@chemnitz.freifunk.net> Signed-off-by: Christoph Krapp <achterin@gmail.com> (cherry picked from commit 0d6ba33181ef8846f1259e51ddc79115a4a0def4)
-rw-r--r--target/linux/mediatek/image/filogic.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 9aa0cf9c04..129193138a 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -268,7 +268,7 @@ define Device/asus_rt-ax52
KERNEL := kernel-bin | lzma | \
fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
KERNEL_INITRAMFS := kernel-bin | lzma | \
- fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 64k
+ fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 64k
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
endef
TARGET_DEVICES += asus_rt-ax52