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 https://lists.openwrt.org/cgi-bin/mailman/listinfo

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 wrote: > offtopic ... my 2 samples of this bo

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 https://lists.openwrt.org/cgi-bin/mailma

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

2015-11-24 Thread Srdjan Rosic
nning 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 wrote: > After git commit > a7ff0259c76b39c10898403f3c8e3

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. M

Re: [OpenWrt-Devel] API documentation of ubus

2015-11-23 Thread Srdjan Rosic
ible future changes don't break your software in unintended ways. Srdjan Rosic On Sat, Nov 21, 2015 at 11:49 AM, Pratik Prajapati wrote: > Gentle Reminder > > On Fri, Nov 20, 2015 at 6:29 PM, Pratik Prajapati > wrote: >> >> Hi, >> >> Is there any API docu

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

2015-11-21 Thread Srdjan Rosic
Friendly ping, This is just a single line kernel backport, and I actually have a mt7621 ramips board (ramips is still on 3.18) that uses this 32M flash chip. Thank you, -risk On Tue, Nov 17, 2015 at 10:46 PM, Srdjan Rosic wrote: > Support is present in 3.19 and above as kernel com

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 wrote: > Hello, > > some small comments from me, inl

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 T

[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 | 1 + target/linux/ramips/dts

[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 Signed-off-by: Srdjan Rosic --- .../043-mtd_GD25Q128B_support_backport_from_

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 wrote: > Ooops, it's my first patch to openwrt and I didn't know :( > I'm fine with resending, but I'd

[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 --- target/linux/ar71xx/image/Makefile |

[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-27 Thread Srdjan Rosic
> On 27 October 2015 at 22:43, Srdjan Rosic wrote: >> Signed-off-by: Srdjan Rosic > > Please use a correct prefix for your patches, you can get an idea by > looking at the log, e.g.: > git log --one-line target/linux/ar71xx/ > > This should be something like: > ar71xx:

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

2015-10-27 Thread Srdjan Rosic
Signed-off-by: Srdjan Rosic --- 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/image/Makefile +++ b

[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 +