mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update BPI-R2 support
This commit is contained in:
parent
1385e89bce
commit
e69202fe7a
8 changed files with 694 additions and 106 deletions
|
@ -6,7 +6,7 @@ define KernelPackage/ata-ahci-mtk
|
|||
$(LINUX_DIR)/drivers/ata/libahci_platform.ko
|
||||
AUTOLOAD:=$(call AutoLoad,40,libahci libahci_platform ahci_mtk,1)
|
||||
$(call AddDepends/ata)
|
||||
DEPENDS+=@TARGET_mediatek_mt7622
|
||||
DEPENDS+=@(TARGET_mediatek_mt7622||TARGET_mediatek_mt7623)
|
||||
endef
|
||||
|
||||
define KernelPackage/ata-ahci-mtk/description
|
||||
|
@ -49,38 +49,3 @@ define KernelPackage/crypto-hw-mtk/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-hw-mtk))
|
||||
|
||||
define KernelPackage/nat-hw-mtk
|
||||
TITLE:= MediaTek's hardware NAT module
|
||||
DEPENDS:=@TARGET_mediatek @LINUX_4_14
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_MEDIATEK_HNAT=y
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/mediatek/mtk_hnat/mtkhnat.ko
|
||||
AUTOLOAD:=$(call AutoLoad,90,mtkhnat)
|
||||
endef
|
||||
|
||||
define KernelPackage/nat-hw-mtk/description
|
||||
MediaTek's hardware NAT driver.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,nat-hw-mtk))
|
||||
|
||||
define KernelPackage/mt6625l-wlan-gen2
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Mediatek mt66xx wlan_gen2 driver
|
||||
DEPENDS:=@TARGET_mediatek +kmod-mac80211 +@DRIVER_11N_SUPPORT
|
||||
KCONFIG:= \
|
||||
CONFIG_MTK_WAPI_SUPPORT=y \
|
||||
CONFIG_MTK_PASSPOINT_R1_SUPPORT=y \
|
||||
CONFIG_MTK_PASSPOINT_R2_SUPPORT=y \
|
||||
CONFIG_MTK_WIFI_MCC_SUPPORT=y \
|
||||
CONFIG_MTK_COMBO_WIFI
|
||||
FILES:=$(LINUX_DIR)/drivers/misc/mediatek/connectivity/wlan/gen2/wlan_gen2.ko
|
||||
AUTOLOAD:=$(call AutoProbe,wlan_gen2)
|
||||
endef
|
||||
|
||||
define KernelPackage/wlan-gen2/description
|
||||
This package contains the Mediatek mt66xx wlan_gen2 kernel module
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,mt6625l-wlan-gen2))
|
Loading…
Add table
Add a link
Reference in a new issue