search for: menuconfig

Displaying 20 results from an estimated 550 matches for "menuconfig".

2017 Dec 09
3
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
No need to get into the submenu to disable all VIRTIO-related config entries. This makes it easier to disable all VIRTIO config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> --- drivers/virtio/Kconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index cff773f15b7e..d485a63a8233 100644 -...
2017 Dec 09
3
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
No need to get into the submenu to disable all VIRTIO-related config entries. This makes it easier to disable all VIRTIO config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies. Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> --- drivers/virtio/Kconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index cff773f15b7e..d485a63a8233 100644 -...
2018 Jan 03
2
[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
No need to get into the submenu to disable all VIRTIO-related config entries. This makes it easier to disable all VIRTIO config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies. v2: add "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> --- drivers/virtio/Kconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig...
2018 Jan 03
2
[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
No need to get into the submenu to disable all VIRTIO-related config entries. This makes it easier to disable all VIRTIO config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies. v2: add "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> --- drivers/virtio/Kconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/virtio/Kconfig...
2005 Oct 20
1
2.4.30-xenU kernel / openswan 1.0.9
...the kernel 2.4.30 after apply the patches from openswan-1.0.9. The error ocurrs using: kernel 2.4.30 (xenU kernel) iptables 1.3.3 patch-o-matic-ng-20051010 openswan 1.0.9 the menu fails going to netfilter configuration options [root@xenkbunk linux-2.4.30-xenUOSW-1.0.9]# make CC=gcc33 ARCH=xen menuconfig rm -f include/asm ( cd include ; ln -sf asm-xen asm) make -C scripts/lxdialog all make[1]: Entering directory `/download/kernels/xen-2.0/linux-2.4.30-xenUOSW-1.0.9/scripts/lxdialog'' make[1]: Leaving directory `/download/kernels/xen-2.0/linux-2.4.30-xenUOSW-1.0.9/scripts/lxdialog''...
2007 Aug 08
1
Method for scripting options specified in make menuconfig
...a feeling I'll feel like an idiot because it's something I'm over looking. Normally if I need to specify an additional option (such as different language sound files) or I'm building an Asterisk server with a lean configuration and need to remove some modules I do so with 'make menuconfig'. I've ran into a need however to install Asterisk entirely from the command line, so I'm looking for the method of accomplishing what I've normally done through 'make menuconfig' solely from the command line. Anyone know how this is accomplished? Thanks in advance. ------...
2017 Dec 21
0
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...get into the submenu to disable all VIRTIO-related > config entries. > > This makes it easier to disable all VIRTIO config options > without entering the submenu. It will also enable one > to see that en/dis-abled state from the outside menu. > > This is only intended to change menuconfig UI, not change > the config dependencies. > > Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> > --- > drivers/virtio/Kconfig | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig &gt...
2018 Jan 02
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
Michael Ellerman <mpe at ellerman.id.au> writes: > Vincent Legoll <vincent.legoll at gmail.com> writes: > >> Hello, >> >> thanks for the help, and sorry for the poor patch, >> >> On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote: >>> This breaks all existing .configs *and* defconfigs that use VIRTIO.
2018 Jan 07
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
No need to get into the submenu to disable all VIRTIO-related config entries. This makes it easier to disable all VIRTIO config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies. v2: Added "default y" to avoid breaking existing configs v3: Fixed wrong indentation, added *-by from Randy Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> Reviewed-by: Randy Dunlap <rdunlap at infradead.org> Tested-by: Ran...
2006 May 15
4
Problems with make ARCH=xen
Hi! I`m trying to install xen 3.0.2 on my Debian system! But, the "make ARCH=xen menuconfig" don`t work! debian:/home/peso/xen-3.0.2/xen-3.0.2/linux-2.6.16-xen0# make ARCH=xen menuconfig Makefile:439: /home/peso/xen-3.0.2/xen-3.0.2/linux-2.6.16-xen0/arch/xen/Makefile: No such file or directory make: *** No rule to make target `/home/peso/xen-3.0.2/xen-3.0.2/linux- 2.6.16-xen0/arch/x...
2018 Jan 07
0
[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...t into the submenu to disable all VIRTIO-related > config entries. > > This makes it easier to disable all VIRTIO config options > without entering the submenu. It will also enable one > to see that en/dis-abled state from the outside menu. > > This is only intended to change menuconfig UI, not change > the config dependencies. > > v2: add "default y" to avoid breaking existing configs > > Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> For a single patch (not 2 or more in a series), please just use one email with the patch description...
2008 Jun 16
3
Error when make linux-2.6-xenU-build
...`/usr/src/xen-3.2.1/build-linux-2.6.18-xenU_x86_32'' make[1]: ** [build] Erro 2 make[1]: Saindo do diretório `/usr/src/xen-3.2.1'' make: ** [linux-2.6-xenU-install] Erro 2 XEN:/usr/src/xen-3.2.1# make linux-2.6-xenU-build Why? i´m doing this: make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make linux-2.6-xenU-config CONFIGMODE=menuconfig make linux-2.6-xenU-build Whats the right way to compile xen-3.2.1 ? make prep-kernels KERNELS="linux-2.6-xen0" make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make dist KERNELS="l...
2007 May 29
8
Building XEN with different config PROBLEM
Hello. Up to version 3.0.4, I did the following to get two xen kernels (dom0 and domU) with my own config: wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/... make xen make tools make docs make linux-2.6-xen0-config CONFIGMODE=menuconfig make linux-2.6-xen0-build make linux-2.6-xen0-install make linux-2.6-xen0-dist make linux-2.6-xenU-config CONFIGMODE=menuconfig make linux-2.6-xenU-build make linux-2.6-xenU-install make linux-2.6-xenU-dist make KERNELS="linux-2.6-xen0 linux-2.6-xenU" dist cd dist/ tar czvf ../../server02...
2018 Jan 03
0
[PATCH, v2] virtio: make VIRTIO a menuconfig to ease disabling it
No need to get into the submenu to disable all VIRTIO-related config entries. This makes it easier to disable all VIRTIO config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to change menuconfig UI, not change the config dependencies. v2: Added "default y" to avoid breaking existing configs Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com>
2018 Jan 23
0
Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...get into the submenu to disable all VIRTIO-related > config entries. > > This makes it easier to disable all VIRTIO config options > without entering the submenu. It will also enable one > to see that en/dis-abled state from the outside menu. > > This is only intended to change menuconfig UI, not change > the config dependencies. > > v2: Added "default y" to avoid breaking existing configs > v3: Fixed wrong indentation, added *-by from Randy > > Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com> > Reviewed-by: Randy Dunlap <rdunlap at...
2007 Jul 09
1
question on kernel compile
I "think" I followed the directions on kernel compile (actually I downloaded 2.6.21.5). did the make oldconfig, did make menuconfig, did my compile and everything is working fine in that regard. My question now is how do I take that kernel configuration and use it for another machine that also needs the 2.6.21.5 kernel. Basically I am trying to save the step of going back into menuconfig and reselecting what I wanted. Than...
2017 Dec 21
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
Hello, thanks for the help, and sorry for the poor patch, On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote: > This breaks all existing .configs *and* defconfigs that use VIRTIO. > > Please don't do that. > > If you make it default y then everything will continue to work. Do you want me to respin it with the added default ? Tchuss --
2017 Dec 22
0
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
Vincent Legoll <vincent.legoll at gmail.com> writes: > Hello, > > thanks for the help, and sorry for the poor patch, > > On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote: >> This breaks all existing .configs *and* defconfigs that use VIRTIO. >> >> Please don't do that. >> >> If you make it default y then
2018 Jan 23
1
Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
On 1/23/18, Michael Ellerman <mpe at ellerman.id.au> wrote: > This has been broken in linux-next for ~6 weeks now, can we please merge > this and get it fixed. Added Stephen Rothwell to cc -- Vincent Legoll
2017 Dec 21
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
Hello, thanks for the help, and sorry for the poor patch, On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote: > This breaks all existing .configs *and* defconfigs that use VIRTIO. > > Please don't do that. > > If you make it default y then everything will continue to work. Do you want me to respin it with the added default ? Tchuss --