diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-02-18 08:03:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-02-18 08:03:28 +0000 |
commit | 5bd47dc8bd8b44933c0888c304cd66851551a56f (patch) | |
tree | be2c1ae6513c988b9a3c779df263bc106a485c66 /target/linux/generic-2.4/config-default | |
parent | b09be5c15e31b22604b2d36ca22876a0aa10177a (diff) | |
download | upstream-5bd47dc8bd8b44933c0888c304cd66851551a56f.tar.gz upstream-5bd47dc8bd8b44933c0888c304cd66851551a56f.tar.bz2 upstream-5bd47dc8bd8b44933c0888c304cd66851551a56f.zip |
generic-2.4: add ip6t_REJECT support
SVN-Revision: 10482
Diffstat (limited to 'target/linux/generic-2.4/config-default')
-rw-r--r-- | target/linux/generic-2.4/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.4/config-default b/target/linux/generic-2.4/config-default index 411e2c3aca..acf57937a1 100644 --- a/target/linux/generic-2.4/config-default +++ b/target/linux/generic-2.4/config-default @@ -198,6 +198,7 @@ CONFIG_IP6_NF_MATCH_RANDOM=m CONFIG_IP6_NF_TARGET_IMQ=m CONFIG_IP6_NF_TARGET_LOG=m CONFIG_IP6_NF_TARGET_MARK=m +CONFIG_IP6_NF_TARGET_REJECT=m # CONFIG_IPMI_DEVICE_INTERFACE is not set # CONFIG_IPMI_HANDLER is not set # CONFIG_IPMI_KCS is not set |