All of lore.kernel.org
 help / color / mirror / Atom feed
From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next v4 1/5] package/nftable: bear the kernel options munging
Date: Thu,  7 May 2020 16:14:53 -0700	[thread overview]
Message-ID: <20200507231457.2093052-1-aduskett@gmail.com> (raw)

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
Changes v1 -> v4:
  - Add this patch to the series

 package/nftables/nftables.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index 7f797797db..c5503e2039 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -47,4 +47,10 @@ endif
 
 NFTABLES_CONF_ENV = LIBS="$(NFTABLES_LIBS)"
 
+define NFTABLES_LINUX_CONFIG_FIXUPS
+	$(call KCONFIG_ENABLE_OPT,CONFIG_NETFILTER)
+	$(call KCONFIG_ENABLE_OPT,CONFIG_NF_TABLES)
+	$(call KCONFIG_ENABLE_OPT,CONFIG_NF_TABLES_INET)
+endef
+
 $(eval $(autotools-package))
-- 
2.26.2

             reply	other threads:[~2020-05-07 23:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07 23:14 aduskett at gmail.com [this message]
2020-05-07 23:14 ` [Buildroot] [PATCH/next v4 2/5] package/python-slip-dbus: new package aduskett at gmail.com
2020-05-07 23:14 ` [Buildroot] [PATCH/next v4 3/5] package/firewalld: " aduskett at gmail.com
2020-05-07 23:14 ` [Buildroot] [PATCH/next v4 4/5] package/firewalld: bear the kernel options munging aduskett at gmail.com
2020-05-07 23:14 ` [Buildroot] [PATCH/next v4 5/5] support/testing: add firewalld test case aduskett at gmail.com
2020-06-24 21:40 ` [Buildroot] [PATCH/next v4 1/5] package/nftable: bear the kernel options munging Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200507231457.2093052-1-aduskett@gmail.com \
    --to=aduskett@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.