Re: [OpenWrt-Devel] [PATCH v4 1/4] mvebu: add squashfs image type to MMCProfile

2016-06-21 Thread Josua Mayer
Hi Andrej, Many thanks to your last reply which I seem to have totally missed, sorry about that. Am 11.05.2016 um 21:31 schrieb Andrej Vlasic: > Hi Josua, > > On 06.05.2016 02:15, Josua Mayer wrote: >> Hi Andrej, >> >> First let me thank you for taking the time to re

Re: [OpenWrt-Devel] [PATCH v2 2/3] ext4_part_match: fix bug that prevented matching names

2016-06-19 Thread Josua Mayer
Hi Ram, sorry for taking so long to reply. So you are right that with a gpt-partition table this feature should be straight forward. However GPT does not seem to be an option for many arm boards. And sadly with the old MBR table I know of no way to set partname. br Josua Mayer Am 09.05.2016 um

Re: [OpenWrt-Devel] [PATCH v4 1/4] mvebu: add squashfs image type to MMCProfile

2016-05-05 Thread Josua Mayer
Hi Andrej, First let me thank you for taking the time to review my proposals! Am 06.05.2016 um 02:04 schrieb Andrej Vlasic: > Hi Josua, > > On 04.05.2016 21:24, josua.maye...@gmail.com wrote: >> From: Josua Mayer <josua.maye...@gmail.com> >> >> Added gen_mvebu

Re: [OpenWrt-Devel] [PATCH v3 1/2] mvebu: config-4.1: make mmc drivers builtin

2016-05-04 Thread Josua Mayer
Hi Andrej, Am 28.04.2016 um 23:59 schrieb Andrej Vlasic: > Hi Josua, > > On 28.04.2016 17:03, josua.maye...@gmail.com wrote: >> From: Josua Mayer <privacy@not.given> >> >> This is especially useful on the Clearfog board which boots from mmc by >> de

Re: [OpenWrt-Devel] [PATCH v3 1/2] mount_root: implement overlay= boot option

2016-05-04 Thread Josua Mayer
Hi everyone, please note that this patch is not final in that the code does not look for device-node-names, but for a partition name. But don't hesitate to comment anyway! Am 04.05.2016 um 14:45 schrieb josua.maye...@gmail.com: > From: Josua Mayer <privacy@not.given> > > This c

Re: [OpenWrt-Devel] [PATCH v2 2/3] ext4_part_match: fix bug that prevented matching names

2016-05-04 Thread Josua Mayer
DEVNAME=mmcblk0p3 DEVTYPE=partition What is partname and how can I set it? fdisk? filesystem label? br Josua Mayer Am 29.04.2016 um 14:35 schrieb Ram Chandra Jangir: > Thanks Josua Mayer. > > Devname and partname both are different. Devname is holding the device > node(ex. mmcblkXp

Re: [OpenWrt-Devel] [PATCH v3 1/2] mvebu: config-4.1: make mmc drivers builtin

2016-05-01 Thread Josua Mayer
Hi Andrej, Am 28.04.2016 um 23:59 schrieb Andrej Vlasic: Hi Josua, On 28.04.2016 17:03, josua.maye...@gmail.com wrote: From: Josua Mayer <privacy@not.given> This is especially useful on the Clearfog board which boots from mmc by default. Signed-off-by: Josua Mayer <josua.maye...@

Re: [OpenWrt-Devel] [PATCH v2 1/3] mount_root: implement overlay= boot option

2016-04-29 Thread Josua Mayer
Am 29.04.2016 um 07:47 schrieb Rafał Miłecki: > On 28 April 2016 at 20:20, wrote: >> @@ -33,6 +33,35 @@ start(int argc, char *argv[1]) if >> (!getenv("PREINIT")) return -1; >> >> + /* +* Check cmdline for a hint about overlay >> device +*/ +