From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 8 Dec 2011 17:26:40 +0800 References: <1323260777-30119-1-git-send-email-sven@narfation.org> In-Reply-To: <1323260777-30119-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201112081726.40642.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Allow to disable features Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday, December 07, 2011 20:29:11 Sven Eckelmann wrote: > -# uncomment the CONFIG_* line to enable the related feature > -# features enabled in the target kernel configuration cannot be disabled > +# changing the CONFIG_* line to 'y' enables the related feature > # B.A.T.M.A.N. debugging: > -# CONFIG_BATMAN_ADV_DEBUG=y > +export CONFIG_BATMAN_ADV_DEBUG=n Haven't tried it yet but does it mean the newly added 'activate this feature from the commandline' does not work anymore ? For example: make CONFIG_BATMAN_ADV_DEBUG=y Regards, Marek