Re: [OpenWrt-Devel] [PATCH v4] ramips: add support for MQmaker WiTi board

2015-12-03 Thread Srdjan Rosic
Any chance of switching ramips to 4.1 any time soon? As Felix pointed out, I'd rather if were just using jedec,spi-nor than adding a patch file for every single flash chip out there. Srdjan Rosic On Thu, Dec 3, 2015 at 11:17 AM, John Crispin <blo...@openwrt.org> wrote: > offtopic

Re: [OpenWrt-Devel] [PATCH v4] ramips: add support for MQmaker WiTi board

2015-12-03 Thread Srdjan Rosic
On Dec 3, 2015 14:50, "Felix Fietkau" wrote: > I just backported support for jedec,spi-nor to 3.18 in r47716 > > - Felix Awesome, thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] ramips: add support for MQmaker WiTi board

2015-11-30 Thread Srdjan Rosic
rmilecki mentioned over irc, he'd prefer using "jedec,spi-nor" in this case. I'll try it out later tonight once I'm home and have serial on the device ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

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

2015-11-24 Thread Srdjan Rosic
make target/linux/{clean,prepare} V=s QUILT=1 caused the patches to be reapplied, including a7ff025, which enables the build to happen, Sorry for the noise, -risk Srdjan Rosic On Tue, Nov 24, 2015 at 11:28 PM, YounJae Rho <luxf...@live.com> wrote: > After g

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

2015-11-24 Thread 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 be pulled in, which has some bugs from before, which breaks the build at least for ramips I haven't tried other nand arches to see if they build at this same commit.

Re: [OpenWrt-Devel] API documentation of ubus

2015-11-23 Thread Srdjan Rosic
break your software in unintended ways. Srdjan Rosic On Sat, Nov 21, 2015 at 11:49 AM, Pratik Prajapati <pratik.prajapat...@gmail.com> wrote: > Gentle Reminder > > On Fri, Nov 20, 2015 at 6:29 PM, Pratik Prajapati > <pratik.prajapat...@gmail.com> wrote: >> >> Hi,

Re: [OpenWrt-Devel] [PATCH] ramips: Add initial support for WiTi Board

2015-11-19 Thread Srdjan Rosic
It needs a default network / swconfig config as well, device has 6 external interfaces and, apparently, 2 internal interfaces attached to the switch from the cpu. Srdjan Rosic On Thu, Nov 19, 2015 at 12:36 PM, Piotr Dymacz <pep...@gmail.com> wrote: > Hello, > > some small c

[OpenWrt-Devel] [PATCH] ramips: Add initial support for WiTi Board

2015-11-19 Thread Srdjan Rosic
From: Sebastian Careba WITI.dts is based on PBR-M1.DTS Signed-off-by: Sebastian Careba --- target/linux/ramips/base-files/etc/diag.sh | 1 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh

Re: [OpenWrt-Devel] [PATCH] ramips: Add initial support for WiTi Board

2015-11-19 Thread Srdjan Rosic
hi all, nitroshift's subscribed to the mailing list but the mailing list doesn't like something in his git format-patch + git send-email workflow, could be some distro specific setting. ... anyway, this is his patch, I just happened to send the email, Thanks, -s Srdjan Rosic On Thu, Nov 19

[OpenWrt-Devel] [PATCH] kernel: mtd: Backport GD25Q128B support to 3.18

2015-11-17 Thread Srdjan Rosic
Support is present in 3.19 and above as kernel commit: fcc87a95195236b0935183361a72e4a98bf577d8 Changes to other existing patches are a result of "make target/linux/refresh". Signed-off-by: Srdjan Rosic <srdjan.ro...@gmail.com> Signed-off-by: Srdjan Rosic <ro...@googl

[OpenWrt-Devel] [PATCH] ar71xx: Add support for wdr7500v3

2015-10-28 Thread Srdjan Rosic
Fixed the commit message to make it more descriptive. Sorry for the noise. Srdjan Rosic (1): ar71xx: Add support for wdr7500v3 target/linux/ar71xx/image/Makefile | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) -- 2.6.1 ___ openwrt

Re: [OpenWrt-Devel] [PATCH] Add initial support for wdr7500v3

2015-10-28 Thread Srdjan Rosic
Fixed the commit messages and resent. Please ignore this thread, and look for one prefixed with ar71xx Srdjan Rosic On Tue, Oct 27, 2015 at 10:12 PM, Srdjan Rosic <srdjan.ro...@gmail.com> wrote: > Ooops, it's my first patch to openwrt and I didn't know :( > I'm fine with resend

[OpenWrt-Devel] [PATCH] ar71xx: Add support for wdr7500v3

2015-10-28 Thread Srdjan Rosic
The device is similar to Archer C7 v2, but with 8M of flash, and 6 external antennas. Reason for breaking the naming pattern is that sticker on the back mentions "WDR7500" and has no mention of "Archer". Signed-off-by: Srdjan Rosic <ro...@google.com> --- target/linux

[OpenWrt-Devel] [PATCH] Add initial support for wdr7500v3

2015-10-27 Thread Srdjan Rosic
Signed-off-by: Srdjan Rosic <ro...@google.com> --- target/linux/ar71xx/image/Makefile | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a659af9..8f7aae0 100644 --- a/target/linux/ar71xx

[OpenWrt-Devel] [PATCH] Add initial support for wdr7500v3

2015-10-27 Thread Srdjan Rosic
The device is similar to Archer C7 v2, but with 8M of ram. Reason for breaking the naming pattern is that sticker on the back mentions "WDR7500" and has no mention of "Archer". Srdjan Rosic (1): Add initial support for wdr7500v3 target/linux/ar71xx/image/Makefile | 9 +