[openwrt/openwrt] mediatek: enable mt7981-wo-firmware package by default
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 4 12:32:02 PST 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/9a7b14dcfeb211fb55fe64b9a7a0d76e17676a61
commit 9a7b14dcfeb211fb55fe64b9a7a0d76e17676a61
Author: Robert Senderek <robert.senderek at 10g.pl>
AuthorDate: Sun Dec 10 13:49:10 2023 +0100
mediatek: enable mt7981-wo-firmware package by default
Add support for wireless offload package in default configuration for
-Cudy WR3000
-Confiabits MT7981
For some reason those ware missing. I confirm this work for my Cudy WR3000
Signed-off-by: Robert Senderek <robert.senderek at 10g.pl>
(cherry picked from commit b42eea0c2f68ea4903e952287a08511dd0a03072)
---
target/linux/mediatek/image/filogic.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk
index 2a9449f3bb..95bc760d36 100644
--- a/target/linux/mediatek/image/filogic.mk
+++ b/target/linux/mediatek/image/filogic.mk
@@ -284,7 +284,7 @@ define Device/confiabits_mt7981
IMAGE_SIZE := 65536k
KERNEL_IN_UBI := 1
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
- DEVICE_PACKAGES := kmod-usb3 kmod-mt7981-firmware
+ DEVICE_PACKAGES := kmod-usb3 kmod-mt7981-firmware mt7981-wo-firmware
endef
TARGET_DEVICES += confiabits_mt7981
@@ -303,7 +303,7 @@ define Device/cudy_wr3000-v1
KERNEL_INITRAMFS := kernel-bin | lzma | \
fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 64k
IMAGE/sysupgrade.bin := append-kernel | pad-to 128k | append-rootfs | pad-rootfs | check-size | append-metadata
- DEVICE_PACKAGES := kmod-mt7981-firmware
+ DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware
endef
TARGET_DEVICES += cudy_wr3000-v1
More information about the lede-commits
mailing list