Просмотр исходного кода

mt76: mark mt7925 11BE capable

Build hostapd with 11BE support for
both mt7925e and mt7925u.

Signed-off-by: Marek Puzyniak <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16571
Signed-off-by: Hauke Mehrtens <[email protected]>
Marek Puzyniak 1 год назад
Родитель
Сommit
b5ffbe7c75
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/kernel/mt76/Makefile

+ 1 - 1
package/kernel/mt76/Makefile

@@ -364,7 +364,7 @@ define KernelPackage/mt7925-common
   $(KernelPackage/mt76-default)
   TITLE:=MediaTek MT7925 wireless driver common code
   HIDDEN:=1
-  DEPENDS+=+kmod-mt792x-common +@DRIVER_11AX_SUPPORT +kmod-hwmon-core
+  DEPENDS+=+kmod-mt792x-common +@DRIVER_11AX_SUPPORT +kmod-hwmon-core +@DRIVER_11BE_SUPPORT
   FILES:= $(PKG_BUILD_DIR)/mt7925/mt7925-common.ko
 endef