projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6adcb5d
)
mediatek: filogic: fix wifi on ASUS RT-AX52
author
Christoph Krapp
<achterin@gmail.com>
Mon, 12 May 2025 19:19:27 +0000
(21:19 +0200)
committer
David Bauer
<mail@david-bauer.net>
Tue, 13 May 2025 01:38:41 +0000
(
03:38
+0200)
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
)
target/linux/mediatek/image/filogic.mk
patch
|
blob
|
history
diff --git
a/target/linux/mediatek/image/filogic.mk
b/target/linux/mediatek/image/filogic.mk
index 9aa0cf9c04bb351ed54448ded738225f2b5a365d..129193138a118cc3aa0b53698a638f64c7a168a5 100644
(file)
--- 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