Skip to content

Commit

Permalink
Revert some changes due to merge with upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Oct 1, 2024
1 parent 8e186d3 commit 65eb05b
Show file tree
Hide file tree
Showing 2 changed files with 1,233 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/kernel/mt76/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ define KernelPackage/mt76-default
DEPENDS:= \
+kmod-mac80211 \
+@DRIVER_11AC_SUPPORT \
+@DRIVER_11AX_SUPPORT \
+@DRIVER_11BE_SUPPORT \
+@KERNEL_PAGE_POOL
endef

Expand Down Expand Up @@ -320,7 +322,7 @@ endef
define KernelPackage/mt7996e
$(KernelPackage/mt76-default)
TITLE:=MediaTek MT7996E wireless driver
DEPENDS+=@PCI_SUPPORT +kmod-mt76-connac +kmod-hwmon-core +@DRIVER_11AX_SUPPORT +@KERNEL_RELAY
DEPENDS+=@PCI_SUPPORT +kmod-mt76-core +kmod-mt76-connac +kmod-hwmon-core +kmod-thermal +@DRIVER_11AX_SUPPORT +@DRIVER_11BE_SUPPORT +@KERNEL_RELAY
FILES:= $(PKG_BUILD_DIR)/mt7996/mt7996e.ko
AUTOLOAD:=$(call AutoProbe,mt7996e)
endef
Expand Down
Loading

0 comments on commit 65eb05b

Please sign in to comment.