diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-19 22:36:47 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-19 22:36:47 +0000 |
commit | 96f1953fb1ed239842e95faacf1902f9a2079243 (patch) | |
tree | b7582e186dab277a6e74c305c29dca37c5955b84 /package/network | |
parent | 28752830c7c5bb7c8ad320361e92873a191ca6e2 (diff) | |
download | upstream-96f1953fb1ed239842e95faacf1902f9a2079243.tar.gz upstream-96f1953fb1ed239842e95faacf1902f9a2079243.tar.bz2 upstream-96f1953fb1ed239842e95faacf1902f9a2079243.zip |
kernel: fix xtables-addons dependencies with kernel 3.3
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37461
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/utils/xtables-addons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/xtables-addons/Makefile b/package/network/utils/xtables-addons/Makefile index d5e29e72e0..71e32079fa 100644 --- a/package/network/utils/xtables-addons/Makefile +++ b/package/network/utils/xtables-addons/Makefile @@ -130,7 +130,7 @@ endef #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,PRIORITY,DEPENDS)) -$(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,45,,CONFIG_NF_CONNTRACK_MARK=y)) +$(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,45,+IPV6:kmod-ip6tables,CONFIG_NF_CONNTRACK_MARK=y)) $(eval $(call BuildTemplate,rawpost,RAWPOST,,iptable_rawpost $(if $(CONFIG_IPV6),ip6table_rawpost),50,+kmod-ipt-compat-xtables +IPV6:kmod-ip6tables)) $(eval $(call BuildTemplate,nathelper-rtsp,RTSP Conntrack and NAT,,rtsp/nf_conntrack_rtsp rtsp/nf_nat_rtsp,46,+kmod-ipt-conntrack-extra +kmod-ipt-nat)) @@ -146,7 +146,7 @@ $(eval $(call BuildTemplate,iface,iface,xt_iface,xt_iface,46,)) $(eval $(call BuildTemplate,ipmark,IPMARK,xt_IPMARK,xt_IPMARK,46,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,ipp2p,IPP2P,xt_ipp2p,xt_ipp2p,46,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,ipv4options,ipv4options,xt_ipv4options,xt_ipv4options,46,)) -$(eval $(call BuildTemplate,length2,length2,xt_length2,xt_length2,46,)) +$(eval $(call BuildTemplate,length2,length2,xt_length2,xt_length2,46,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,logmark,LOGMARK,xt_LOGMARK,xt_LOGMARK,46,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,lscan,lscan,xt_lscan,xt_lscan,46,)) $(eval $(call BuildTemplate,lua,Lua PacketScript,xt_LUA,LUA/xt_LUA,46,+kmod-ipt-conntrack-extra)) |