diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:12:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:12:05 +0000 |
commit | a93ff44e1e1e24c45439f2212d67b43b28793c07 (patch) | |
tree | 87be0c8593d8c2c78a3b0f0338371e9c357bc600 /openwrt/package/linux/linux.config | |
parent | 070ce35be63de2d0435a7197cdc7198c476bb1f4 (diff) | |
download | mtk-20170518-a93ff44e1e1e24c45439f2212d67b43b28793c07.zip mtk-20170518-a93ff44e1e1e24c45439f2212d67b43b28793c07.tar.gz mtk-20170518-a93ff44e1e1e24c45439f2212d67b43b28793c07.tar.bz2 |
add netfilter TTL module
SVN-Revision: 730
Diffstat (limited to 'openwrt/package/linux/linux.config')
-rw-r--r-- | openwrt/package/linux/linux.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index abbafc1..d71a44d 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/package/linux/linux.config @@ -399,6 +399,7 @@ CONFIG_IP_NF_TARGET_ECN=m CONFIG_IP_NF_TARGET_DSCP=m CONFIG_IP_NF_TARGET_MARK=y CONFIG_IP_NF_TARGET_LOG=y +CONFIG_IP_NF_TARGET_TTL=m CONFIG_IP_NF_TARGET_ULOG=m CONFIG_IP_NF_TARGET_TCPMSS=y CONFIG_IP_NF_ARPTABLES=m |