diff mbox

[OpenWrt-Devel,1/7] kernel: add missing symbols for 3.18

Message ID 20150110180650.GA27554@makrotopia.org
State Superseded
Headers show

Commit Message

Daniel Golle Jan. 10, 2015, 6:06 p.m. UTC
Augmented by iptables modules, if they are enabled.
oldconfig hangs and asks for them if *tables modules are not selected.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 target/linux/generic/config-3.18 | 2 ++
 1 file changed, 2 insertions(+)

Comments

Zoltan HERPAI Jan. 10, 2015, 6:42 p.m. UTC | #1
Hi,

On Sat, 10 Jan 2015, Daniel Golle wrote:

> Augmented by iptables modules, if they are enabled.
> oldconfig hangs and asks for them if *tables modules are not selected.
>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
> ---
> target/linux/generic/config-3.18 | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
> index ce2ec5c..1927a18 100644
> --- a/target/linux/generic/config-3.18
> +++ b/target/linux/generic/config-3.18
> @@ -2552,6 +2552,8 @@ CONFIG_NF_CONNTRACK_PROCFS=y
> # CONFIG_NF_CT_PROTO_UDPLITE is not set
> # CONFIG_NF_DEFRAG_IPV4 is not set
> # CONFIG_NF_LOG_ARP is not set
> +# CONFIG_NF_LOG_IPV4 is not set
> +# CONFIG_NF_REJECT_IPV4 is not set
> # CONFIG_NF_NAT is not set
> # CONFIG_NF_NAT_AMANDA is not set
> # CONFIG_NF_NAT_FTP is not set

This one was added as part of r43912 already - thanks. Based on the 
first mvebu 3.18 build, further similar ones are expected.

Regards,
-w-
diff mbox

Patch

diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index ce2ec5c..1927a18 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -2552,6 +2552,8 @@  CONFIG_NF_CONNTRACK_PROCFS=y
 # CONFIG_NF_CT_PROTO_UDPLITE is not set
 # CONFIG_NF_DEFRAG_IPV4 is not set
 # CONFIG_NF_LOG_ARP is not set
+# CONFIG_NF_LOG_IPV4 is not set
+# CONFIG_NF_REJECT_IPV4 is not set
 # CONFIG_NF_NAT is not set
 # CONFIG_NF_NAT_AMANDA is not set
 # CONFIG_NF_NAT_FTP is not set