diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 16:28:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-10 16:28:06 +0200 |
commit | d4ae4b9c31f562aa4cd39b51d6d44ec07ac36f26 (patch) | |
tree | 504566a72f7f3426b920ed0542a1ecebcb344795 /package | |
parent | 0a7cdf013e1a9aaeef82eb4809a0674330960b8e (diff) |
update kernel 3.4.x, fix netfilter nat modules
Diffstat (limited to 'package')
-rw-r--r-- | package/glibc/Makefile | 1 | ||||
-rw-r--r-- | package/iptables/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile index c6e57b460..2e50073f8 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -14,6 +14,7 @@ PKG_VER:= 2.16 PKG_SECTION:= base PKG_OPTS:= noremove PKG_SUBPKGS:= GLIBC GLIBC_DEV GLIBC_STATIC +PKG_DEPENDS:= tzdata NO_DISTFILES:= 1 diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 82a17f36b..105a5d801 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= 6dd40c12fb8f4c4312a0f8434369fbcd PKG_DESCR:= The netfilter firewalling software PKG_SECTION:= firewall PKG_DEPENDS:= kmod-ip-nf-iptables kmod-nf-conntrack -PKG_DEPENDS+= kmod-nf-conntrack-ipv4 kmod-nf-nat-ipv4 +PKG_DEPENDS+= kmod-nf-conntrack-ipv4 kmod-full-nat PKG_DEPENDS+= kmod-ip-nf-target-masquerade kmod-ip-nf-target-reject PKG_DEPENDS+= kmod-ip-nf-filter kmod-ip-nf-match-state PKG_DEPENDS+= kmod-netfilter-xt-target-tcpmss |