From patchwork Fri May 25 20:03:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17389 Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id BA5ED8099F; Fri, 25 May 2018 22:03:20 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="aS5j8FR5"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:4d88:2000:7::2; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [IPv6:2001:4d88:2000:7::2]) by open-mesh.org (Postfix) with ESMTPS id 9D68780636 for ; Fri, 25 May 2018 22:03:19 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593C62DFD0000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93c6:2dfd::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id E9414110116; Fri, 25 May 2018 22:03:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1527278599; bh=b680CqSRZ1jLKfMMWIcANI49F50z5mAx9HSzWMSOYjk=; h=From:To:Cc:Subject:Date:From; b=aS5j8FR5rqjumiIqPCUfnJlh5Mab1bCt2dGv0GS2nmOrmVgT3OQBA74qHewfdI7+5 nTvWfGJMpUWAtVc3vdYOeVMsGcawtTZsTZ3Q4zYKAfuhgBcbtGf29PWYQ9TXqy1BFi i1bW7f077L31nBCu8KccIhbquVWBL4ZD5QWS/WZU= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 25 May 2018 22:03:10 +0200 Message-Id: <20180525200312.13527-1-sven@narfation.org> X-Mailer: git-send-email 2.17.0 Subject: [B.A.T.M.A.N.] [RFC 0/2] batman-adv: Default build sync with Kconfig X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Cc: a@unstable.cc Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" Hi, yes, this is a rather harsh reminder that you should keep your settings in Kconfig and the out-of-tree module Makefiles in sync. Please submit an alternate patch (with a good commit message) for net/batman-adv/Kconfig when you want to keep the feature enabled by default. Kind regards, Sven Sven Eckelmann (2): batman-adv: Disable DAT during compilation batman-adv: Disable MCAST during compilation Makefile | 4 ++-- README.external.rst | 4 ++-- gen-compat-autoconf.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)