Re: [LEDE-DEV] [PATCH RFC 2/2] x86: lift generic x86-32 target

2016-05-18 Thread Stijn Tintel
On 17-05-16 23:37, Felix Fietkau wrote: > On 2016-05-17 23:12, Daniel Golle wrote: >> * build for pentium4 instead of i486 >> * enable PAE >> * enable EFI support >> * enable KVM guest and host support Is anyone running KVM on a 32bit host? I would leave out KVM host support here. > I like this

Re: [LEDE-DEV] [PATCH RFC 2/2] x86: lift generic x86-32 target

2016-05-17 Thread Russell Senior
> Felix Fietkau writes: > On 2016-05-17 23:12, Daniel Golle wrote: >> * build for pentium4 instead of i486 * enable PAE * enable EFI >> support * enable KVM guest and host support > I like this change, but I think I'll wait a bit before applying it to > see if anybody else

Re: [LEDE-DEV] [PATCH RFC 2/2] x86: lift generic x86-32 target

2016-05-17 Thread Felix Fietkau
On 2016-05-17 23:12, Daniel Golle wrote: > * build for pentium4 instead of i486 > * enable PAE > * enable EFI support > * enable KVM guest and host support > > Signed-off-by: Daniel Golle I like this change, but I think I'll wait a bit before applying it to see if anybody

[LEDE-DEV] [PATCH RFC 2/2] x86: lift generic x86-32 target

2016-05-17 Thread Daniel Golle
* build for pentium4 instead of i486 * enable PAE * enable EFI support * enable KVM guest and host support Signed-off-by: Daniel Golle --- target/linux/x86/generic/config-default | 98 + target/linux/x86/generic/target.mk | 8 ++- 2