Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread Yousong Zhou
On 27 August 2015 at 17:29, John Crispin wrote: > > > On 27/08/2015 10:50, Dirk Neukirchen wrote: >> On 27.08.2015 09:27, Yousong Zhou wrote: >>> On 27 August 2015 at 12:02, Dirk Neukirchen wrote: - it causes issues with qemu versions < 2.2 should fix issues with Ubuntu 14.03 LTS (qemu

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread John Crispin
On 27/08/2015 11:29, John Crispin wrote: > hjaving ne eminent need for size reduction does not mean bloat is acceptable typo tastic ... note to self: "dont send mails on the ipad when you have a kid in one arm" ;) ___ openwrt-devel mailing list openwrt

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread John Crispin
On 27/08/2015 10:50, Dirk Neukirchen wrote: > On 27.08.2015 09:27, Yousong Zhou wrote: >> On 27 August 2015 at 12:02, Dirk Neukirchen wrote: >>> - it causes issues with qemu versions < 2.2 >>> should fix issues with Ubuntu 14.03 LTS (qemu 2.0) >>> errors are: >>> Kernel panic - not syncing: Atte

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread Dirk Neukirchen
On 27.08.2015 09:27, Yousong Zhou wrote: > On 27 August 2015 at 12:02, Dirk Neukirchen wrote: >> - it causes issues with qemu versions < 2.2 >> should fix issues with Ubuntu 14.03 LTS (qemu 2.0) >> errors are: >> Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004 >> > > But i

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread Yousong Zhou
On 27 August 2015 at 12:02, Dirk Neukirchen wrote: > - it causes issues with qemu versions < 2.2 > should fix issues with Ubuntu 14.03 LTS (qemu 2.0) > errors are: > Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004 > But it's a bug within qemu. I have a simple script [1] f

[OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-26 Thread Dirk Neukirchen
- it causes issues with qemu versions < 2.2 should fix issues with Ubuntu 14.03 LTS (qemu 2.0) errors are: Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004 see ticket #16881 Signed-off-by: Dirk Neukirchen --- target/linux/malta/be/target.mk | 2 +- target/linux/malta/le/t