mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
Fix modules dependencie for bpi-r2
This commit is contained in:
parent
dfb6aa205a
commit
5ca9d129bc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ $(eval $(call KernelPackage,crypto-hw-mtk))
|
|||
|
||||
define KernelPackage/nat-hw-mtk
|
||||
TITLE:= MediaTek's hardware NAT module
|
||||
DEPENDS:=@TARGET_mediatek @!LINUX_4_19
|
||||
DEPENDS:=@TARGET_mediatek @LINUX_4_14
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_MEDIATEK_HNAT=y
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/mediatek/mtk_hnat/mtkhnat.ko
|
||||
|
|
Loading…
Reference in a new issue