[OpenWrt-Devel] [PATCH v3] ramips: mt7621: fix WF-2881 for ubi split

2016-02-25 Thread YounJae Rho
This patch fix firmware split for WF-2881 which was previously manually partitioned. Signed-off-by: YounJae Rho <luxf...@live.com> --- target/linux/ramips/dts/WF-2881.dts | 14 ++ target/linux/ramips/image/Makefile | 5 +++-- 2 files changed, 5 insertions(+), 14 deletions(-)

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: fix WF-2881 for firmware split

2016-02-24 Thread YounJae Rho
Is there anyone who can accept this patch? It's crucial fix for device WF-2881 Because WF-2881 currently isn't working without it Thanks! -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of YounJae Rho Sent: Tuesday, February 23, 2016 6:29

[OpenWrt-Devel] [PATCH v2] ramips: mt7621: fix WF-2881 for ubi split

2016-02-23 Thread YounJae Rho
This patch fix firmware split for WF-2881 which was previously manually partitioned. Signed-off-by: YounJae Rho <luxf...@live.com> --- target/linux/ramips/dts/WF-2881.dts | 14 ++ target/linux/ramips/image/Makefile | 5 +++-- 2 files changed, 5 insertions(+), 14 deletions(-)

[OpenWrt-Devel] [PATCH v2] kernel: mtdsplit: support uimage with UBI

2016-02-23 Thread YounJae Rho
This patch add uimage firmware split support for ubi. Signed-off-by: YounJae Rho <luxf...@live.com> --- .../linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_uimage.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/files/drivers/mtd/mt

[OpenWrt-Devel] [PATCH] ramips: mt7621: fix WF-2881 for firmware split

2016-02-23 Thread YounJae Rho
This patch fix firmware split for WF-2881 which was previously manually partitioned. Signed-off-by: YounJae Rho <luxf...@live.com> --- target/linux/ramips/dts/WF-2881.dts | 14 ++ target/linux/ramips/image/Makefile | 5 +++-- 2 files changed, 5 insertions(+), 14 deletions(-)

[OpenWrt-Devel] [PATCH] kernel: mtdsplit: support uimage with UBI

2016-02-23 Thread YounJae Rho
This patch add uimage firmware split support for ubi. Signed-off-by: YounJae Rho <luxf...@live.com> --- .../linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_uimage.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/files/drivers/mtd/mt

[OpenWrt-Devel] [PATCH v5] export KERNEL_INITRAMFS_IMAGE

2016-01-04 Thread YounJae Rho
`Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile` references `$(KERNEL_INITRAMFS_IMAGE)` which is not exported Signed-off-by: YounJae Rho <luxf...@live.com> --- tested with git am in trunk commit 57693a7c8 include/image.mk | 2 +- 1 file changed, 1 insertion

Re: [OpenWrt-Devel] [PATCH v4] export KERNEL_INITRAMFS_IMAGE

2016-01-03 Thread YounJae Rho
`Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile` references `$(KERNEL_INITRAMFS_IMAGE)` which is not exported Signed-off-by: YounJae Rho <luxf...@live.com> --- tested with git am in trunk commit 57693a7c8 include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [OpenWrt-Devel] [PATCH v3] export KERNEL_INITRAMFS_IMAGE

2016-01-03 Thread YounJae Rho
`Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile` references `$(KERNEL_INITRAMFS_IMAGE)` which is not exported Signed-off-by: YounJae Rho <luxf...@live.com> --- tested with git am in trunk commit 57693a7c8 include/image.mk | 2 +- 1 file changed, 1 insertion

Re: [OpenWrt-Devel] [PATCH v2] export KERNEL_INITRAMFS_IMAGE

2016-01-03 Thread YounJae Rho
`Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile` references `$(KERNEL_INITRAMFS_IMAGE)` which is not exported Signed-off-by: YounJae Rho <luxf...@live.com> --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image.mk b/i

Re: [OpenWrt-Devel] [PATCH v4] [ramips] mt7621: add support for netis WF-2881‏

2015-11-24 Thread YounJae Rho
After git commit a7ff0259c76b39c10898403f3c8e3590cae64e95 (in trunk) Building works well Could you check this again? 2015-11-25 오전 8:01에 Srdjan Rosic 이(가) 쓴 글: > not to be a spoil sport, I like seeing new devices supported, but this > one (commit id 5baf40d) causes a dependency of mtd/nand to

[OpenWrt-Devel] [PATCH v4] [ramips] mt7621: add support for netis WF-2881‏

2015-11-23 Thread YounJae Rho
* buttons (reset button) * ethernet switch and USB diag LEDs * UART * GPIOs * sysupgrade Tested and not working * failsafe Signed-off-by: YounJae Rho <luxf...@live.com> --- tested with git-am (trunk d1104b7ae3de77093756c0124e4946745c06c2f1) target/linux/ramips/Makefile

Re: [OpenWrt-Devel] [PATCH v3] [ramips] mt7621: add support for netis WF-2881‏

2015-11-22 Thread YounJae Rho
and USB diag LEDs * UART * GPIOs tested not working * jffs2 oob erase marker error * openwrt setting(luci) reset after reboot Signed-off-by: YounJae Rho <luxf...@live.com> --- I tested it in trunk commit 2c868ebd6f1132e19f120774e98253136b1fcc88 MTK_NAND should be patched to compile