[OpenWrt-Devel] [PATCH] kirkwood: add support for the Seagate GoflexHome

2015-05-08 Thread L. D. Pinney
Add Support for the Seagate GoflexHome <http://wiki.openwrt.org/toh/seagate/goflexhome> Signed-off-by: L. D. Pinney --- target/linux/kirkwood/base-files/etc/diag.sh | 1 + target/linux/kirkwood/base-files/etc/uci-defaults/01_leds| 1 + target/linux/kirkwood/base

[OpenWrt-Devel] [PATCH] ar71xx: Add Support for the Bitmain Antminer S1

2015-05-24 Thread L. D. Pinney
This patch adds support for the Bitmain Antminer S1 Cryptocurrency Miner http://wiki.openwrt.org/toh/bitmain/s1 Signed-off-by: L. D. Pinney Acked-by: James Hilliard --- target/linux/ar71xx/base-files/etc/diag.sh | 3 ++ target/linux/ar71xx/base-files

[OpenWrt-Devel] [PATCH] ramips: Add support for the D-Link DCS-930 B1

2015-06-05 Thread L. D. Pinney
http://wiki.openwrt.org/toh/d-link/dcs-930l Signed-off-by: L. D. Pinney --- target/linux/ramips/base-files/etc/board.d/01_leds | 4 target/linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/etc/diag.sh | 3 +++ target/linux/ramips/base

[OpenWrt-Devel] [PATCH] ramips: Add Support for the Linksys RE6500

2015-06-07 Thread L. D. Pinney
This patch adds support for the Linksys RE6500 Range Extender http://wiki.openwrt.org/toh/linksys/re6500 Signed-off-by: L. D. Pinney --- target/linux/ramips/base-files/etc/board.d/01_leds | 4 +++ target/linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base

[OpenWrt-Devel] [PATCH] ar71xx: Enable sysupgrade on the Bitmain Antminer S1

2015-06-19 Thread L. D. Pinney
This patch enables sysupgrade for the Bitmain Antminer S1 Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib

[OpenWrt-Devel] [PATCH] mtd: spi-nor: Add support for Spansion S25FL164K

2015-06-28 Thread L. D. Pinney
It's an 8 MiB flash with 4 KiB erase sectors. Unfortunately this patch from Rafał Miłecki hasn't been picked up. Tested-by: L. D. Pinney --- drivers/mtd/spi-nor/spi-nor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/patches-3.18/475-mtd-spi-nor-add-suppo

[OpenWrt-Devel] [PATCH] ar71xx:Add Support for the Bitmain Antminer S3

2015-06-28 Thread L. D. Pinney
This patch adds support for the Bitmain Antminer S3 Cryptocurrency Miner http://wiki.openwrt.org/toh/bitmain/s3 Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

Re: [OpenWrt-Devel] [PATCH] mtd: spi-nor: Add support for Spansion S25FL164K

2015-06-28 Thread L. D. Pinney
6, Rafał Miłecki wrote: > >>> On 29 June 2015 at 05:30, L. D. Pinney wrote: > >>>> It's an 8 MiB flash with 4 KiB erase sectors. > >>>> > >>>> Unfortunately this patch from Rafał Miłecki > hasn't been picked up. > >>>

[OpenWrt-Devel] [PATCH] linux:generic: mtd backport for Spansion S25FL164K

2015-06-28 Thread L. D. Pinney
Backport for the Spansion S25FL164K It's an 8 MiB flash with 4 KiB erase sectors. Signed-off-by: L. D. Pinney --- target/linux/generic/patches-3.18/091-mtd-spi-nor-add-support-for-the-Spansion_S25FL164K | 10 ++ target/linux/generic/patches-4.0/091-mtd-spi-nor-add-support-fo

Re: [OpenWrt-Devel] [PATCH] linux:generic: mtd backport for Spansion S25FL164K

2015-06-29 Thread L. D. Pinney
The space was removed because "git apply" complainedI'll ignore the complaint. Please mark this one rejected... I'll do better next time. Thanks for your patience and guidance. Larry On Mon, Jun 29, 2015 at 2:16 AM, Rafał Miłecki wrote: > On 29 June 2015 at 07:

[OpenWrt-Devel] [PATCH V3] linux:generic: mtd backport for Spansion S25FL164K

2015-06-29 Thread L. D. Pinney
Backport for the Spansion S25FL164K It's an 8 MiB flash with 4 KiB erase sectors. Signed-off-by: L. D. Pinney --- target/linux/generic/patches-3.18/091-mtd-spi-nor-add-support-for-the-Spansion_S25FL164K | 12 target/linux/generic/patches-4.0/091-mtd-spi-nor-add-support-fo

[OpenWrt-Devel] [PATCH V4] linux:generic: mtd backport for Spansion S25FL164K

2015-06-29 Thread L. D. Pinney
Backport for the Spansion S25FL164K It's an 8 MiB flash with 4 KiB erase sectors. Signed-off-by: L. D. Pinney --- target/linux/generic/patches-3.18/091-mtd-spi-nor-add-support-for-the-Spansion_S25FL164K | 12 target/linux/generic/patches-4.0/091-mtd-spi-nor-add-support-fo

[OpenWrt-Devel] [PATCH V5] linux:generic: mtd backport for Spansion S25FL164K

2015-06-30 Thread L. D. Pinney
Backport for the Spansion S25FL164K It's a 8 MiB flash chip with 4 KiB erase sectors. Signed-off-by: L. D. Pinney --- target/linux/generic/patches-3.18/091-mtd-spi-nor-add-support-Spansion_S25FL164K | 12 target/linux/generic/patches-4.0/091-mtd-spi-nor-add-su

[OpenWrt-Devel] [PATCH] CC : ar71xx: Backport Support for the Bitmain Antminer S3

2015-07-18 Thread L. D. Pinney
Backport of r46236 to CC : add support for the Bitmain Antminer S3 Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 6 target

[OpenWrt-Devel] [PATCH] ar71xx: add support for Onion Omega

2015-07-19 Thread L. D. Pinney
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network

[OpenWrt-Devel] [PATCH,v2] ar71xx: add support for Onion Omega

2015-07-19 Thread L. D. Pinney
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- v1 had code for the dlan_pro* included in error. v2 removes this code. target/linux/ar71xx/base-files/etc/diag.sh | 3

[OpenWrt-Devel] [PATCH] CC: ar71xx: add support for Onion Omega

2015-07-19 Thread L. D. Pinney
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network

[OpenWrt-Devel] [PATCHv3] ar71xx: add support for Onion Omega

2015-07-20 Thread L. D. Pinney
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- v2 @ kernel 3.18 v3 bumps the kernel to 4.1 target/linux/ar71xx/base-files/etc/diag.sh| 3 +++ target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH]v2: CC: ar71xx: add support for Onion Omega

2015-07-22 Thread L. D. Pinney
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- Patch v1 had ath79/mach-onion-omega.c and profiles/onion.mk ommitted in error. v2 includes these files. target/linux/ar71xx/base-files/etc/diag.sh

[OpenWrt-Devel] [PATCH]v2: CC : ar71xx: Backport Support for the Bitmain Antminer S3

2015-07-22 Thread L. D. Pinney
Backport of r46236 to CC : add support for the Bitmain Antminer S3 Signed-off-by: L. D. Pinney --- V1 is missing mach-antminer-s3.c V2 includes this file. target/linux/ar71xx/base-files/etc/diag.sh | 3 ++- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 6

[OpenWrt-Devel] [PATCH]v3: CC : ar71xx: Backport Support for the Bitmain Antminer S3

2015-07-22 Thread L. D. Pinney
Backport of r46236 to CC : add support for the Bitmain Antminer S3 Signed-off-by: L. D. Pinney --- V3 adds the *support.patch missing in V2 target/linux/ar71xx/base-files/etc/diag.sh | 3 +- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

[OpenWrt-Devel] [PATCH]v3: CC: ar71xx: Backport support for Onion Omega

2015-07-24 Thread L. D. Pinney
Backport of r46458 to CC https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- V3 Refreshes the patch @46450 target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults

[OpenWrt-Devel] [PATCH]v4: CC: ar71xx: Backport support for Onion Omega

2015-07-25 Thread L. D. Pinney
Backport of r46458 to CC https://onion.io/omega Signed-off-by: L. D. Pinney Acked-by: Boken Lin Tested-by: Jacky Huang --- V4 Refreshes the patch @46487 - kernel bump to 3.18.19 target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files

[OpenWrt-Devel] (no subject)

2015-07-29 Thread L. D. Pinney
Subject: [PATCH] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500 This patch fixes weak radio signal reported by nikola.georgiev Signed-off-by: L. D. Pinney --- Patch applies to CC as well. target/linux/ramips/dts/RE6500.dts | 4 ++-- 1 file changed, 2 insertions

[OpenWrt-Devel] [PATCH] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500

2015-07-29 Thread L. D. Pinney
This patch fixes weak radio signal reported by nikola.georgiev Signed-off-by: L. D. Pinney --- Patch applies to CC as well. target/linux/ramips/dts/RE6500.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts

Re: [OpenWrt-Devel] OpenWRT www version banner a security risk

2015-09-13 Thread L. D. Pinney
+1 for Etienne Patch OpenWrt to add robots.txt On Sun, Sep 13, 2015 at 12:45 PM, Daniel Dickinson < open...@daniel.thecshore.com> wrote: > My point, especially if you read this post fully, and the following, is > that not displaying the banner is minimally useful, and that other measure > to ach

[OpenWrt-Devel] [PATCH] ar71xx: Add support for the OMYlink OMY-X1

2016-03-09 Thread L. D. Pinney
https://wiki.openwrt.org/toh/omylink/omy-x1 http://www.omylink.com/ Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/board.d/01_leds| 5 +++ target/linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux/ar71xx/base-files/etc/diag.sh

[OpenWrt-Devel] [PATCH v2] ar71xx: Add support for the OMYlink OMY-X1

2016-03-10 Thread L. D. Pinney
This patch adds support for the OMYlink OMY-X1 https://wiki.openwrt.org/toh/omylink/omy-x1 http://www.omylink.com/ Signed-off-by: L. D. Pinney --- v2 change in mach-omy-x1.c suggested by Karl Palsson target/linux/ar71xx/base-files/etc/board.d/01_leds| 5 target/linux/ar71xx

[OpenWrt-Devel] [PATCH v3] ar71xx: Add support for the OMYlink OMY-X1

2016-03-10 Thread L. D. Pinney
This patch adds support for the OMYlink OMY-X1 https://wiki.openwrt.org/toh/omylink/omy-x1 http://www.omylink.com/ Signed-off-by: L. D. Pinney --- v2 change in mach-omy-x1.c suggested by Karl Palsson v3 rebase patch trunk@48995 , use default 02_network and include forgotten 'board_d

[OpenWrt-Devel] [RFC] ramips: Add initial support for the Netgear WNDR3700v5

2016-03-28 Thread L. D. Pinney
, and LEDs other than power. Radios are still non-functional. (MT7662E and MT7603EN) Device has the single-core MediaTek MT7621S. How should CONFIG_NR_CPUS=2 be set in the kernel config ... most other devices will need CPUS=4 ?? Signed-off-by: L. D. Pinney --- target/linux/ramips/base

Re: [OpenWrt-Devel] [RFC] ramips: Add initial support for the Netgear WNDR3700v5

2016-03-28 Thread L. D. Pinney
source code. ​(WNDR3700v5_boot_v113.bin)​ > > On 28/03/2016 17:58, L. D. Pinney wrote: > > Sercomm hacked bootloader replaced with my own from : > https://github.com/gnubee-git/GnuBee-MT7621-uboot.git > > > > Relevent files and instructions can be downloaded from : > https://drive.googl

[OpenWrt-Devel] [PATCH] ramips: Add support for the Netgear WNDR3700v5

2016-03-31 Thread L. D. Pinney
https://wiki.openwrt.org/toh/netgear/wndr3700 wndr3700v5 uses the single-core dual thread MediaTek MT7621S SoC. Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 5816e60..a396212 100755

[OpenWrt-Devel] [PATCH] ar71xx: Add support for the OMYlink OMY-X1

2016-04-11 Thread L. D. Pinney
https://wiki.openwrt.org/toh/omylink/omy-g1 http://www.omylink.com/ Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/board.d/01_leds| 5 +++ target/linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux/ar71xx/base-files/etc/diag.sh

[OpenWrt-Devel] [PATCHv2] ar71xx: Add support for the OMYlink OMY-G1

2016-04-12 Thread L. D. Pinney
https://wiki.openwrt.org/toh/omylink/omy-g1 http://www.omylink.com/ Signed-off-by: L. D. Pinney --- v2 corrects the Device name in Subject target/linux/ar71xx/base-files/etc/board.d/01_leds| 5 +++ target/linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux

[OpenWrt-Devel] [PATCH v3] ar71xx: Add support for the OMYlink OMY-G1

2016-04-25 Thread L. D. Pinney
https://wiki.openwrt.org/toh/omylink/omy-g1 http://www.omylink.com/ Signed-off-by: L. D. Pinney --- v2 corrects the Device name in Subject v3 removes changes to mktplinkfw.c target/linux/ar71xx/base-files/etc/board.d/01_leds| 6 target/linux/ar71xx/base-files/etc/board.d

Re: [OpenWrt-Devel] Wiki spam

2016-08-26 Thread L. D. Pinney
Strange... the SPAM is gone after I login. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Backporting from dev branch to stable

2015-09-29 Thread L. D. Pinney
Basically speaking ... one would take the working patch set from trunk and apply it to CC ... fix all the errors, changes, etc. Then once you have a working patch set for CC ... submit it. A couple of recent examples : https://patchwork.ozlabs.org/patch/505724/ and https://patchwork.ozlabs.org/pa

[OpenWrt-Devel] [PATCH] ar71xx: Bitmain Antminer S1 & S3 cleanup

2015-10-11 Thread L. D. Pinney
Sets the LEDs to boardname:color:led-name Sets the LAN to eth0 Other corrections such as the Machine Name and HWIDs Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/diag.sh| 6 -- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-11 Thread L. D. Pinney
Just my 2-cents IF it isn't BROKENplease DON'T fix it. On Sun, Oct 11, 2015 at 1:26 PM, Nemesis wrote: > On 10/10/2015 07:45 PM, nemesis wrote: > > On Sat, 10 Oct 2015 00:41:24 +0300, Roman Yeryomin > wrote: > > On 9 October 2015 at 21:22, Jo-Philipp Wich > wrote: > > Hi. > > Moving

[OpenWrt-Devel] [PATCH, v2] ar71xx: Bitmain Antminer S1 & S3 cleanup

2015-10-11 Thread L. D. Pinney
Sets the LEDs to boardname:color:led-name Sets the LAN to eth0 Other corrections such as the Machine Name and HWIDs v2 corrects the profile names in the Makefile and changes tabs to spaces in the Makefile 'define Device/' like the other devices. Signed-off-by: L. D. Pinney --- ta

[OpenWrt-Devel] (no subject)

2015-10-19 Thread L. D. Pinney
e Machine Name and HWIDs Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/diag.sh | 6 ++- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 10 ++--- target/linux/ar71xx/base-files/etc/uci-defau

[OpenWrt-Devel] [PATCH] CC: ar71xx: Bitmain Antminer S1 & S3 cleanup

2015-10-19 Thread L. D. Pinney
Sets the LEDs to boardname:color:led-name Sets the LAN to eth0 Corrects the profile names in the Makefile and changes tabs to spaces in the Makefile 'define Device/' like the other devices. Other corrections such as the Machine Name and HWIDs Signed-off-by: L. D. Pinney --- target/li

[OpenWrt-Devel] [PATCH]v2 CC: ar71xx: Bitmain Antminer S1 & S3 cleanup

2015-10-19 Thread L. D. Pinney
Sets the LEDs to boardname:color:led-name Sets the LAN to eth0 Corrects the profile names in the Makefile and changes tabs to spaces in the Makefile 'define Device/' like the other devices. Other corrections such as the Machine Name and HWIDs v1 inadvertently included files for the antrouter r1

Re: [OpenWrt-Devel] [FCC] dan gillmor nails why I just did what I did

2015-10-19 Thread L. D. Pinney
"Surely our government isn't insane" LOL On Mon, Oct 19, 2015 at 5:52 PM, Dave Taht wrote: > From: > > > http://www.slate.com/blogs/future_tense/2015/10/15/trans_pacific_partnership_could_thwart_computer_security_research_and_tinkering.html > > "Surely our government isn't insane enough to thwa

[OpenWrt-Devel] [PATCH] ar71xx: Bitmain Antminer S1/S3 set GPIO for USB Power

2015-10-24 Thread L. D. Pinney
Antminers using the stock bootloader will not hash without this GPIO set. Applies to DD and CC Signed-off-by: L. D. Pinney --- target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s1.c | 2 +- target/linux/ar71xx/files/arch/mips/ath79/mach-antminer-s3.c | 5 + 2 files changed, 6

[OpenWrt-Devel] [PATCH] CC: ramips: Backport support for ZBT WG2626

2015-11-06 Thread L. D. Pinney
Backport of r47351 Signed-off-by: L. D. Pinney --- target/linux/ramips/base-files/etc/board.d/01_leds | 5 +++ target/linux/ramips/base-files/etc/board.d/02_network | 3 +- target/linux/ramips/base-files/etc/diag.sh | 3 ++ target/linux/ramips/base-files/lib/ramips.sh

Re: [OpenWrt-Devel] Fwd: [homenet] Protocol Action: 'Home Networking Control Protocol' to Proposed Standard (draft-ietf-homenet-hncp-10.txt)

2015-12-08 Thread L. D. Pinney
Why has this been cross posted to the OpenWrt *Development* List? I fail to see any relevance to the usual and prevailing use of this list. On Tue, Dec 8, 2015 at 10:52 AM, Dave Taht wrote: > While I'm dreaming of steadier funding for things I care about, > ietf homenet wg's work is nearly comp

[OpenWrt-Devel] [PATCH] ar71xx : Add Support for the Bitmain Antrouter R1

2015-12-23 Thread L. D. Pinney
This patch adds support for the Bitmain Antrouter R! http://wiki.openwrt.org/toh/bitmain/r1 Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/board.d/01_leds| 5 + target/linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH] V2 ar71xx : Add Support for the Bitmain Antrouter R1

2015-12-23 Thread L. D. Pinney
This patch adds support for the Bitmain Antrouter R1 http://wiki.openwrt.org/toh/bitmain/r1 Signed-off-by: L. D. Pinney --- V2 Corrects naming errors in Profile in V1 target/linux/ar71xx/base-files/etc/board.d/01_leds| 5 + target/linux/ar71xx/base-files/etc/board.d

Re: [OpenWrt-Devel] [PATCH] V2 ar71xx : Add Support for the Bitmain Antrouter R1

2015-12-24 Thread L. D. Pinney
d reused the 'tplink profile' for a tplink routerbasically a hack job. I have no Idea why they can't do things more properly. On Thu, Dec 24, 2015 at 7:41 AM, Yousong Zhou wrote: > Hi, > > On 24 December 2015 at 09:32, L. D. Pinney wrote: > > This patch adds sup

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread L. D. Pinney
Are you using https://github.com/OnionIoT/source onion-omega2 branch ? On Wed, Feb 22, 2017 at 2:30 PM, Dana Myers wrote: > > I'm working with the Onion Omega2, which is based on an MT7688 SoC. > The MT7688 SoC is a variant of the MT76xx family; in particular, it > shares the same SPI peripheral

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread L. D. Pinney
erent. On Wed, Feb 22, 2017 at 7:00 PM, Dana Myers wrote: > On 2/22/2017 4:27 PM, L. D. Pinney wrote: > > Are you using https://github.com/OnionIoT/source onion-omega2 branch ? > > > I am not; I'm using https://github.com/lede-project/source (master branch) > > How

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-22 Thread L. D. Pinney
On Wed, Feb 22, 2017 at 8:57 PM, Dana Myers wrote: > On 2/22/2017 6:18 PM, L. D. Pinney wrote: > > > spi-mt7621.c has bugs ... isn't very helpful. > > > I am a bit surprised you're not already aware of the SPI issues. > > I am not surprised at all ... ALL of

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-27 Thread L. D. Pinney
On Mon, Feb 27, 2017 at 11:32 AM, Dana Myers wrote: > On Wed, Feb 22, 2017 at 8:57 PM, Dana Myers <https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel>> wrote: > > >* On 2/22/2017 6:18 PM, L. D. Pinney wrote: > *>>>* spi-mt7621.c has bugs ... isn&#

[OpenWrt-Devel] [PATCH] ramips: add support for Kingston MLW221

2014-07-18 Thread L. D. Pinney
From: L. D. Pinney This patch adds support for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 908547e

[OpenWrt-Devel] [PATCH] ramips: add support for Kingston MLW221 [resend]

2014-07-18 Thread L. D. Pinney
From: L. D. Pinney This patch adds support for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 908547e

[OpenWrt-Devel] [PATCH v2] ramips: add support for Kingston MLW221

2014-07-22 Thread L. D. Pinney
From: L. D. Pinney This patch adds support for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 908547e

[OpenWrt-Devel] [PATCH] ramips: Fix WR8305RT USB LED

2014-07-22 Thread L. D. Pinney
From: L. D. Pinney This patch sets the USB LED to "0" (no device = no light) Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/dts/WR8305RT.dts b/target/linux/ramips/dts/WR8305RT.dts index c28e422..3d2d815 100644 --- a/target/linux/ramips/dts/WR8305RT.dts +++ b/ta

[OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-22 Thread L. D. Pinney
From: L. D. Pinney This patch sets the USB LED to "0" (no device = no light) v2 also sets the "name" from "lan" to "usb" Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/dts/WR8305RT.dts b/target/linux/ramips/dts/WR8305RT.dts in

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-23 Thread L. D. Pinney
10:17 AM, Roman Yeryomin wrote: > On 23 July 2014 04:27, L. D. Pinney wrote: > > From: L. D. Pinney > > > > This patch sets the USB LED to "0" (no device = no light) v2 also sets > the > > "name" from "lan" to "usb" > &g

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-24 Thread L. D. Pinney
Working unit ... I changed u-boot (now @115200 baud) and the ZBT-WA05 build @r41824 Thanks Larry On Thu, Jul 24, 2014 at 4:10 AM, Roman Yeryomin wrote: > On 24 July 2014 11:51, John Crispin wrote: > > > > > > On 23/07/2014 17:33, Roman Yeryomin wrote: > >> On 23

[OpenWrt-Devel] [PATCH v3] ramips: add support for Kingston MLW221

2014-07-26 Thread L. D. Pinney
From: L. D. Pinney This patch adds support for the Kingston Mobilelite Wireless (MLW-221) v3 refeshes the patch @r41835 http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc

[OpenWrt-Devel] [PATCH] ramips: Fix LEDs on the Kingston MLW221

2014-07-30 Thread L. D. Pinney
From: L. D. Pinney LED Fix up for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 0887606

[OpenWrt-Devel] [PATCH] ar71xx Fix the sys LEDs on the EasyLink M150 and mini

2014-08-20 Thread L. D. Pinney
From: L. D. Pinney This Patch sets the system LED on the EasyLink M150 and mini to "EasyLink" Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c index 72a396d..6701d3e 10

[OpenWrt-Devel] [PATCH v2] ar71xx : Fix the sys LEDs on the EasyLink M150 and mini

2014-08-25 Thread L. D. Pinney
From: L. D. Pinney Sets the system LED on the EasyLink M150 and mini to lower-case "easylink" Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 1864b11..faac4bd 100755 --- a/target/linux/a

[OpenWrt-Devel] [PATCH] [RESEND] ar71xx: Fix the sys LEDs on the EasyLink M150 and mini

2014-08-28 Thread L. D. Pinney
From: L. D. Pinney Sets the system LED on the EasyLink M150 and mini to lower-case "easylink" Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 1864b11..faac4bd 100755 --- a/target/linux/a

[OpenWrt-Devel] [PATCH] [ramips] : add support for Kingston MLWG2

2015-01-11 Thread L. D. Pinney
This patch adds support for the Kingston Mobilelite Wireless G2 (MLWG2) http://wiki.openwrt.org/toh/kingston/mlwg2 https://github.com/gmacario/kingston-mlwg2-hack/wiki/Testing-OpenWrt-on-MLWG2 Tested-by: Gianpaolo Macario Signed-off-by: L. D. Pinney --- target/linux/ramips/base-files/etc

[OpenWrt-Devel] [PATCH] BB : ramips : Backport for Kingston MLWG2

2015-01-25 Thread L. D. Pinney
Backport r43990 to Barrier Breaker. http://wiki.openwrt.org/toh/kingston/mlwg2 Signed-off-by: L. D. Pinney target/linux/ramips/base-files/etc/diag.sh | 3 +++ target/linux/ramips/base-files/etc/uci-defaults/01_leds| 4 +++ target/linux/ramips/base-files/etc/uci

[OpenWrt-Devel] [PATCH] ramips : Kingston MLW221 and MLWG2 cleanup

2015-02-06 Thread L. D. Pinney
MLW221 dts use tabs NOT spaces. MLWG2 dts typo and 1 tab not spaces 01_leds and diag.sh cleanup Signed-off-by: L. D. Pinney --- target/linux/ramips/base-files/etc/board.d/01_leds | 5 +- target/linux/ramips/base-files/etc/diag.sh | 4 +- target/linux/ramips/dts/MLW221.dts

[OpenWrt-Devel] [PATCH] kirkwood: Seagate GoFlex Net

2015-02-08 Thread L. D. Pinney
Add GoFlex Net "Board Name" , set and cleanup network default and LEDs. Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a RTC. Signed-off-by: L. D. Pinney --- target/linux/kirkwood/base-files/etc/diag.sh | 5 + target/linux/kir

[OpenWrt-Devel] [PATCH] BB:ramips:Kingston MLW221 cleanup

2015-02-09 Thread L. D. Pinney
MLW221 dts use tabs NOT spaces. Cleanup uci-defaults and diag.sh Signed-off-by: L. D. Pinney --- target/linux/ramips/base-files/etc/diag.sh | 4 +- target/linux/ramips/base-files/etc/uci-defaults/01_leds| 5 +- target/linux/ramips/base-files/etc/uci-defaults/02_network

[OpenWrt-Devel] [PATCH] BB : kirkwood : Seagate GoFlex Net "Board Name" and cleanup

2015-02-13 Thread L. D. Pinney
Add the diag.sh file for failsafe LEDs. Cleanup uci-defaults for network and LEDs. Sets the "fault" LEDs in uci-defaults to off Add the GoFlex Net "Board Name" Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a Real Time Clock. Signed-

[OpenWrt-Devel] [PATCH][v2] BB : kirkwood : Seagate GoFlex Net "Board Name" and cleanup

2015-02-16 Thread L. D. Pinney
uot;name" in uci-defaults missing from V1. Signed-off-by: L. D. Pinney --- target/linux/kirkwood/base-files/etc/diag.sh | 37 + target/linux/kirkwood/base-files/etc/uci-defaults/01_leds| 17 ++--- target/linux/kirkwo

[OpenWrt-Devel] [PATCH] [ar71xx] add support for EasyLink M150 and M-mini‏

2014-06-08 Thread L. D. Pinney
From: L. D. Pinney This patch adds support for the EasyLink EL-M150 and M-mini http://wiki.openwrt.org/toh/easylink/el-m150 http://wiki.openwrt.org/toh/easylink/el-m-mini Signed-off-by: L. D. Pinney Index: target/linux/ar71xx/config-3.10

[OpenWrt-Devel] [PATCH v2][ar71xx] add support for EasyLink M150 and M-mini‏

2014-06-19 Thread L. D. Pinney
From : L. D. Pinney v2 refreshes the patch on trunk@41281 This patch adds support for the EasyLink EL-M150 and M-mini http://wiki.openwrt.org/toh/easylink/el-m150 http://wiki.openwrt.org/toh/easylink/el-m-mini Signed-off-by: L. D. Pinney --- diff --git a/target/linux/ar71xx/base-files