You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
419 B
15 lines
419 B
7 years ago
|
define KernelPackage/mediatek_hnat
|
||
|
SUBMENU:=Network Devices
|
||
|
TITLE:=MT7623 HNAT
|
||
|
DEPENDS:=@TARGET_mediatek +kmod-nf-conntrack +iptables-mod-ipmark
|
||
|
KCONFIG:= CONFIG_NET_MEDIATEK_HNAT=y
|
||
|
FILES:= \
|
||
|
$(LINUX_DIR)/drivers/net/ethernet/mediatek/mtk_hnat/mtkhnat.ko
|
||
|
endef
|
||
|
|
||
|
define KernelPackage/mediatek_hnat/description
|
||
|
Kernel modules for MediaTek HW NAT offloading
|
||
|
endef
|
||
|
|
||
|
$(eval $(call KernelPackage,mediatek_hnat))
|