Kconfig options and make command line

2014-10-26 Thread Peter Senna Tschudin
I was trying to compile the file: drivers/staging/rtl8723au/core/rtw_ap.c but $ make drivers/staging/rtl8723au/core/rtw_ap.o doesn't work as there is no Makefile at core directory. Doing: $ make drivers/staging/rtl8723au/ doesn't work also as rtw_ap.c is only compiled under certain Kconfig

Re: Kconfig options and make command line

2014-10-26 Thread Peter Senna Tschudin
Sorry for the noise. $ make allyesconfig drivers/staging/rtl8723au/ does the trick. On Sun, Oct 26, 2014 at 9:19 AM, Peter Senna Tschudin peter.se...@gmail.com wrote: I was trying to compile the file: drivers/staging/rtl8723au/core/rtw_ap.c but $ make

Re: Kconfig options and make command line

2014-10-26 Thread John de la Garza
On Sun, Oct 26, 2014 at 09:25:01AM +0100, Peter Senna Tschudin wrote: Sorry for the noise. $ make allyesconfig drivers/staging/rtl8723au/ does the trick. that seems like overkill, why not just enable the CONFIG_8723AU_AP_MODE setting? ___

Re: i2c-dev

2014-10-26 Thread John de la Garza
On Thu, Oct 23, 2014 at 08:15:53PM +0200, Paul Bolle wrote: I'm afraid I can't really help you here, sorry. That is, except for the obvious question whether this is a regression (ie, do releases v3.17 or earlier show something in /sys/bus/i2c/devices/?) or a configuration issue (perhaps a

Re: Kconfig options and make command line

2014-10-26 Thread Valdis . Kletnieks
On Sun, 26 Oct 2014 12:01:05 -0400, John de la Garza said: On Sun, Oct 26, 2014 at 09:25:01AM +0100, Peter Senna Tschudin wrote: Sorry for the noise. $ make allyesconfig drivers/staging/rtl8723au/ does the trick. that seems like overkill, why not just enable the

[PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-26 Thread Nicholas Krause
Fix all opening and closing braces issues reported by checkpatch. Signed-off-by: Nicholas Krause xerofo...@gmail.com --- drivers/staging/rtl8723au/core/rtw_ap.c | 138 ++-- 1 file changed, 43 insertions(+), 95 deletions(-) diff --git

Re: I remove the audit and selinux from kernel and start the new kernel in Centos, but i can't bring up the network device, Why?

2014-10-26 Thread Peter Teoh
Hi Sizel, just some possibly pertinent question: On Mon, Oct 13, 2014 at 2:36 PM, valdis.kletni...@vt.edu wrote: On Mon, 13 Oct 2014 13:04:08 +0800, sizel said: I remove the audit and selinux from kernel and start the new kernel in Centos, but i can't bring up the network device, Why?