[OpenWrt-Devel] [PATCH 2/2] x86: simplify efi image generation process

2018-03-03 Thread Alif M. Ahmad
Currently, efi image generation involves a hacky approach to find the grub root partition, i.e. using $(SIGNATURE).cfg as additional configuration file. This commit simplify efi image generation by removing $(SIGNATURE).cfg file and use single /boot/grub/grub.cfg for grub external configuration.

[OpenWrt-Devel] [PATCH 1/2] x86: fix bios mkimage during efi image generation

2018-03-03 Thread Alif M. Ahmad
Previously, grub-mkimage embeds full-featured grub.cfg inside core.img during efi image generation phase (target/linux/install). This causes grub to not passing kernel command line to the kernel, which causes kernel panic when the generated gpt image is booted on bios mode because the kernel doesn

Re: [OpenWrt-Devel] Latest OpenWRT on Gemini v4.14

2018-03-03 Thread Hans Ulli Kroll
Hi Linus On Thu, 1 Mar 2018, Linus Walleij wrote: > On Mon, Feb 26, 2018 at 9:28 PM, Linus Walleij > wrote: > > > I have a forward-port hack-ish thing for Gemini, > > this 500K patch on top of openwrt HEAD: > > > > https://dflund.se/~triad/krad/gemini/0001-gemini-Forward-port-to-v4.14.patch >