diff mbox

[2/2] mainline-builds: enable NAT for IPv4 for quantal builds

Message ID 1350486931-4742-2-git-send-email-hauke@hauke-m.de
State New
Headers show

Commit Message

Hauke Mehrtens Oct. 17, 2012, 3:15 p.m. UTC
NAT for IPv6 was added to kernel 3.7 and the config option for NAT for
IPv4 was changed from CONFIG_NF_NAT to CONFIG_NF_NAT_IPV4.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 mainline-build/config.quantal |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/mainline-build/config.quantal b/mainline-build/config.quantal
index 2eb993e..90d6ffb 100644
--- a/mainline-build/config.quantal
+++ b/mainline-build/config.quantal
@@ -9,3 +9,4 @@  CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
 CONFIG_MEDIA_RADIO_SUPPORT=y
 CONFIG_MEDIA_RC_SUPPORT=y
 CONFIG_MEDIA_USB_SUPPORT=y
+CONFIG_NF_NAT_IPV4=m