diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-15 11:56:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-15 11:56:45 +0000 |
commit | 28a1024eb3891c70f459332fc9aef59d55aeb063 (patch) | |
tree | 79165223c3d031b2a0566ad823441ba1ffd1fb01 /packages/linux | |
parent | 5717cd51ea4f5a0a695fa85803bc58fa5b18efb2 (diff) |
Add IPTABLES config and CONFIG_BRIDGE
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.12.2.bb | 2 | ||||
-rw-r--r-- | packages/linux/openslug-kernel-2.6.12.2/defconfig | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.12.2.bb b/packages/linux/nslu2-kernel_2.6.12.2.bb index a536e866e6..ae20210282 100644 --- a/packages/linux/nslu2-kernel_2.6.12.2.bb +++ b/packages/linux/nslu2-kernel_2.6.12.2.bb @@ -1,5 +1,5 @@ # Kernel for NSLU2 -PR = "r9" +PR = "r10" include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include diff --git a/packages/linux/openslug-kernel-2.6.12.2/defconfig b/packages/linux/openslug-kernel-2.6.12.2/defconfig index 2e60b1f22a..9c4a61abda 100644 --- a/packages/linux/openslug-kernel-2.6.12.2/defconfig +++ b/packages/linux/openslug-kernel-2.6.12.2/defconfig @@ -434,16 +434,18 @@ CONFIG_INET6_ESP=m CONFIG_INET6_IPCOMP=m CONFIG_INET6_TUNNEL=m CONFIG_IPV6_TUNNEL=m -# CONFIG_NETFILTER is not set +CONFIG_NETFILTER=y CONFIG_XFRM=y # CONFIG_XFRM_USER is not set +CONFIG_IP_NF_IPTABLES=m +CONFIG_IP_NF_FILTER=m # # SCTP Configuration (EXPERIMENTAL) # # CONFIG_IP_SCTP is not set # CONFIG_ATM is not set -# CONFIG_BRIDGE is not set +CONFIG_BRIDGE=m CONFIG_VLAN_8021Q=m # CONFIG_DECNET is not set CONFIG_LLC=m |