diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-26 08:30:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-26 17:22:17 +0200 |
commit | cccad4e399e92041b3cdde017666465d0da297f0 (patch) | |
tree | b2748f172d12caf871757ec3a7f939140b782a00 /package/iptables | |
parent | 053558bc5cd1944a6ac271cbccd9514a116e00f2 (diff) |
iptables: add kernel depends for basic functionality
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index ab11f80a7..ccdd63376 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -10,6 +10,8 @@ PKG_HASH:= 4bb72a0a0b18b5a9e79e87631ddc4084528e5df236bc7624472dcaa8480f1c60 PKG_DESCR:= netfilter firewalling software PKG_SECTION:= net/firewall PKG_DEPENDS:= libnetfilter_conntrack libmnl libnfnetlink +PKG_KDEPENDS:= ip-nf-iptables ip-nf-filter ip-nf-nat nf-conntrack-ipv4 +PKG_KDEPENDS+= ip-nf-target-reject ip-nf-target-masquerade PKG_BUILDDEP:= libnetfilter_conntrack pkgconf-host PKG_URL:= http://www.netfilter.org/ PKG_SITES:= http://www.netfilter.org/projects/iptables/files/ |