Re: [LEDE-DEV] [RFC v4 0/4] ar71xx: image: fix making seama images

2016-07-11 Thread Steven Haigh
Just to be a pain, is there an ETA for this patchset to make it into the main git repo? If fixes a lot of issues that lead to non-working installs without these patches... On 9/07/2016 11:46 PM, Steven Haigh wrote: > Tested-by: Steven Haigh > > Confirmed correct operation of these p

Re: [LEDE-DEV] [RFC v4 0/4] ar71xx: image: fix making seama images

2016-07-09 Thread Steven Haigh
Tested-by: Steven Haigh Confirmed correct operation of these patches to make working factory images for the MyNET N750. Tests all passed - happy to report all working well. On 9/07/2016 10:15 PM, Yousong Zhou wrote: > v4 <- v3 > > - patch padjffs2 to allow outputing pad

Re: [LEDE-DEV] [RFC v3 0/3] ar71xx: image: fix making seama images

2016-07-09 Thread Steven Haigh
gt; delete mode 100644 > target/linux/ar71xx/base-files/etc/uci-defaults/09_fix-seama-header > -- Steven Haigh Email: net...@crc.id.au Web: https://www.crc.id.au Phone: (03) 9001 6090 - 0412 935 897 signature.asc Description: OpenPGP digital signature _

Re: [LEDE-DEV] [RFC v3 3/3] ar71xx: base-files: remove the now unneeded 09_fix-seama-header

2016-07-09 Thread Steven Haigh
Wrt.org > -# > - > -. /lib/ar71xx.sh > - > -fix_seama_header() { > - local part=$1 > - > - mtd fixseama $part > -} > - > -board=$(ar71xx_board_name) > - > -case "$board" in > -mynet-n600 | \ > -mynet-n750) > - fix_seama_header kernel > -

Re: [LEDE-DEV] [RFC v2 1/2] ar71xx: image: fix making loader kernel for seama

2016-07-09 Thread Steven Haigh
Sorry - I thought that would be a separate patch. If its a modification of either of these two, I'll hold off until I've tested v3 of your changes. On 9/07/2016 6:09 PM, Yousong Zhou wrote: > On 9 July 2016 at 15:56, Steven Haigh wrote: >> Tested-by: Steven Haigh >> &

Re: [LEDE-DEV] [RFC v2 1/2] ar71xx: image: fix making loader kernel for seama

2016-07-09 Thread Steven Haigh
Tested-by: Steven Haigh On 9/07/2016 11:06 AM, Yousong Zhou wrote: > Signed-off-by: Yousong Zhou > --- > v2 <- v1 > > - Changed "DEVICE_VARS :=" to "DEVICE_VARS +=" > > target/linux/ar71xx/image/generic.mk | 6 -- > 1 file changed, 4

Re: [LEDE-DEV] [RFC v2 2/2] ar71xx: image: fix typo in MTDPARTS def for qihoo-c301

2016-07-09 Thread Steven Haigh
Tested-by: Steven Haigh On 9/07/2016 11:06 AM, Yousong Zhou wrote: > Reported-by: Syrone Wong > Signed-off-by: Yousong Zhou > --- > target/linux/ar71xx/image/generic.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/linux/ar71xx/image/g