mt76: move mt76x2e firmware to kmod-mt76x2-common and use it for mt76x2u
USB and PCIe devices can run the same firmware Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
759f111f8d
commit
055fb0ba83
1 changed files with 7 additions and 1 deletions
|
@ -183,7 +183,7 @@ define Package/kmod-mt76/install
|
||||||
true
|
true
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/mt76x2/install
|
define KernelPackage/mt76x2-common/install
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware
|
$(INSTALL_DIR) $(1)/lib/firmware
|
||||||
cp \
|
cp \
|
||||||
$(PKG_BUILD_DIR)/firmware/mt7662_rom_patch.bin \
|
$(PKG_BUILD_DIR)/firmware/mt7662_rom_patch.bin \
|
||||||
|
@ -191,6 +191,12 @@ define KernelPackage/mt76x2/install
|
||||||
$(1)/lib/firmware
|
$(1)/lib/firmware
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/mt76x2u/install
|
||||||
|
$(INSTALL_DIR) $(1)/lib/firmware/mediatek
|
||||||
|
ln -sf ../mt7662.bin $(1)/lib/firmware/mediatek/mt7662u.bin
|
||||||
|
ln -sf ../mt7662_rom_patch.bin $(1)/lib/firmware/mediatek/mt7662u_rom_patch.bin
|
||||||
|
endef
|
||||||
|
|
||||||
define KernelPackage/mt7603/install
|
define KernelPackage/mt7603/install
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware
|
$(INSTALL_DIR) $(1)/lib/firmware
|
||||||
cp $(if $(CONFIG_TARGET_ramips_mt76x8), \
|
cp $(if $(CONFIG_TARGET_ramips_mt76x8), \
|
||||||
|
|
Loading…
Reference in a new issue