mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
mediatek: drop kernel dep on userland module
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
e2ef80130e
commit
dce8359d56
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
define KernelPackage/mediatek_hnat
|
||||
SUBMENU:=Network Devices
|
||||
TITLE:=MT7623 HNAT
|
||||
DEPENDS:=@TARGET_mediatek +kmod-nf-conntrack +iptables-mod-ipmark
|
||||
DEPENDS:=@TARGET_mediatek +kmod-nf-conntrack
|
||||
KCONFIG:= CONFIG_NET_MEDIATEK_HNAT=y
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/mediatek/mtk_hnat/mtkhnat.ko
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue