Message ID | 1260389373-1071-9-git-send-email-andrew@lunn.ch |
---|---|
State | Not Applicable, archived |
Headers | show |
On Wed, Dec 09, 2009 at 09:09:31PM +0100, Andrew Lunn wrote: > Signed-off-by: Andrew Lunn <andrew@lunn.ch> First off, much better on sending the patches, that worked fine. > --- > drivers/staging/batman-adv/Kconfig | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/batman-adv/Kconfig b/drivers/staging/batman-adv/Kconfig > index b9742e7..698eb31 100644 > --- a/drivers/staging/batman-adv/Kconfig > +++ b/drivers/staging/batman-adv/Kconfig But it seems that only this one, and one other (10/10) are able to be applied to the kernel tree, as they properly have the files in the correct location. What were the other patches against? A local repo somewhere that did not have the batman-adv code in drivers/staging/batman-adv? confused, greg k-h
diff --git a/drivers/staging/batman-adv/Kconfig b/drivers/staging/batman-adv/Kconfig index b9742e7..698eb31 100644 --- a/drivers/staging/batman-adv/Kconfig +++ b/drivers/staging/batman-adv/Kconfig @@ -13,10 +13,10 @@ config BATMAN_ADV http://www.open-mesh.org/ for more information and user space tools. -config BATMAN_DEBUG +config BATMAN_ADV_DEBUG bool "B.A.T.M.A.N. debugging" - depends on BATMAN != n - help + depends on BATMAN_ADV != n + ---help--- This is an option for use by developers; most people should say N here. This enables compilation of support for
Signed-off-by: Andrew Lunn <andrew@lunn.ch> --- drivers/staging/batman-adv/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)