mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-03 11:47:42 +01:00
mediatek: Huasifei WH3000 Pro wifi fix
typo forgot to add `kmod-mt7915e` Fixes:db1de8d21f("mediatek: add Huasifei WH3000 Pro support") Signed-off-by: Fil Dunsky <filipp.dunsky@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19825 (cherry picked from commit194466d52a) Link: https://github.com/openwrt/openwrt/pull/19976 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
fe3d783d1e
commit
e64f54cc15
1 changed files with 1 additions and 1 deletions
|
|
@ -1042,7 +1042,7 @@ define Device/huasifei_wh3000-pro
|
|||
DEVICE_MODEL := WH3000 Pro
|
||||
DEVICE_DTS := mt7981b-huasifei-wh3000-pro
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware kmod-hwmon-pwmfan kmod-usb3 f2fsck mkf2fs
|
||||
DEVICE_PACKAGES := kmod-mt7915e kmod-mt7981-firmware mt7981-wo-firmware kmod-hwmon-pwmfan kmod-usb3 f2fsck mkf2fs
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue