Re: [OpenWrt-Devel] Merged: x86: fix bios mkimage during efi image generation

2018-03-15 Thread Alif M. Ahmad
On Wed, Mar 14, 2018 at 07:18:10PM +0100, Jo-Philipp Wich wrote: > Merged into my staging tree at > http://git.openwrt.org/?p=openwrt/staging/jow.git. > > Thank you! > The next patch in series is not yet applied. https://patchwork.ozlabs.org/patch/881132/ My reason to simplify the image generati

[OpenWrt-Devel] [PATCH] build: revert "make image target wait for initramfs"

2018-03-15 Thread Christian Lamparter
This reverts commit 43be5087a915727e7dcb3459e2221f094c70811b. The change is incompatible with the image builder code. Luckily the RT-AC58U is no longer depending on the initramfs being available for the target's image generation rules. Reported-by: Venitex Aveon Signed-off-by: Christian Lamparte

[OpenWrt-Devel] [PATCH] x86: Add APU3 reference to x86 board.d

2018-03-15 Thread Kristian Evensen
There is a new APU-model available, APU3. The device is configured in the same way as the APU1 and APU2, so the same LED/network setup can be used. I considered changing the case to pc-engines-apu*, but I chose to follow the existing pattern and add the full board name. Signed-off-by: Kristian Ev