[OpenWrt-Devel] Changeset 48456

2016-01-28 Thread Chris Marchesi
Hey there, I noticed changeset 48456, which reverts 48276, which I put in to get the full 128MB flash on a WNDR3700v4. Looks like the issue was the fact that it changed the location of caldata_backup. I had a few questions about this: 1) I did a bit more research and it looks like caldata is ac

Re: [OpenWrt-Devel] [PATCH 1/1] [ar71xx] Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4

2016-01-22 Thread Chris Marchesi
On Tue, Jan 12, 2016 at 7:48 AM, Eric Schultz wrote: > Chris, > > We're glad to have you involved! Welcome to the party :) > Just a quick (belated) email to say thanks for the words Eric and for the inclusion of the patch everyone! --Chris ___ openwr

Re: [OpenWrt-Devel] WNDR3700v4 WAN LED not properly displaying netif state

2016-01-11 Thread Chris Marchesi
Anyone got any ideas on this one? Would just like to check to make sure I'm not doing anything wrong or forgot to include a module before I go digging further. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bi

[OpenWrt-Devel] [PATCH 1/1] [ar71xx] Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4

2016-01-11 Thread Chris Marchesi
Change MTD on WNDR4300 and WNDR3700v4 to fully utilize the 128MB flash. Credit to @Tuochenlyu on GitHub. Formally submitting this patch so that it is available upstream. Signed-off-by: Chris Marchesi --- target/linux/ar71xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [OpenWrt-Devel] [PATCH 1/1] [ar71xx] Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4

2016-01-11 Thread Chris Marchesi
And one more time because I forgot the signoff. Can you tell this is my first time doing an email PR? ;) On Mon, Jan 11, 2016 at 9:42 PM, Chris Marchesi wrote: > Change MTD on WNDR4300 and WNDR3700v4 to fully utilize the 128MB flash. > > Credit to @Tuochenlyu on GitHub. >

[OpenWrt-Devel] [PATCH 1/1] [ar71xx] Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4

2016-01-11 Thread Chris Marchesi
Change MTD on WNDR4300 and WNDR3700v4 to fully utilize the 128MB flash. Credit to @Tuochenlyu on GitHub. Formally submitting this patch so that it is available upstream. --- target/linux/ar71xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71x

Re: [OpenWrt-Devel] [PATCH 1/1] [ar71xx] Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4

2016-01-11 Thread Chris Marchesi
Oh crap - heh, forgot the no links part. Will re-submit without links on the patch. On Mon, Jan 11, 2016 at 9:33 PM, Chris Marchesi wrote: > Change MTD on WNDR4300 and WNDR3700v4 to fully utilize the 128MB flash. > > Credit to @Tuochenlyu on GitHub. Original patch here: > > htt

[OpenWrt-Devel] [PATCH 1/1] [ar71xx] Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4

2016-01-11 Thread Chris Marchesi
Change MTD on WNDR4300 and WNDR3700v4 to fully utilize the 128MB flash. Credit to @Tuochenlyu on GitHub. Original patch here: https://github.com/openwrt-mirror/openwrt/commit/1dbb652ea0594c284710ace5e479c1ac7fdd1cbb Formally submitting this patch so that it is available upstream. --- target/lin

[OpenWrt-Devel] [PATCH 0/1] [ar71xx] Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4

2016-01-11 Thread Chris Marchesi
ering if the flash is actually undercut a bit as the original author has listed 122880k for the firmware, possibly leaving 1MB as reserved at the end, taking the rest into account. Otherwise if there is anything else needed to get this merged let me know. --Chris Signed-off-by: Chris Marchesi Chris

[OpenWrt-Devel] WNDR3700v4 WAN LED not properly displaying netif state

2016-01-09 Thread Chris Marchesi
Pretty sure this is new, but I just refreshed my custom build this week and have noticed I no longer have a WAN LED light. Noticed I didn't have the ledtrig-netdev module added - added this, and thought I had it, but on one boot it didn't change when net was disconnected or when I removed the cabl

[OpenWrt-Devel] Outstanding patches question (WNDR3700v4|WNDR4300 128MB flash and px5g SHA256 MD certs)

2016-01-03 Thread Chris Marchesi
I found a couple of patches that I don't know why have not been introduced upstream yet that I wanted to ask about. First one was https://github.com/openwrt-mirror/openwrt/commit/1dbb652ea0594c284710ace5e479c1ac7fdd1cbb, which has also been mentioned in the WNDR3700 thread, regarding the extension

[OpenWrt-Devel] SHA512/SHA256 hashes truncated/busybox weirdness

2016-01-03 Thread Chris Marchesi
Hey! I tried to change the default passwd algorithm used by busybox to sha512, but got some strange looking hashes back by passwd after changing. They basically had the algorithm and the salt (maybe) squashed, like below. $6abCDefGH:(rest of shadow entry here) Admittedly I'm not used to seeing