[OpenWrt-Devel] [PATCH] tools/scons: update scons to 3.1.0

2019-07-28 Thread Russell Senior
Needed to build gpsd again, which is required by olsrd. Signed-off-by: Russell Senior --- tools/scons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/scons/Makefile b/tools/scons/Makefile index 5ec6554165..931b662f95 100644 --- a/tools/scons/Makefile

Re: [OpenWrt-Devel] dnsmasq not leasing after a while. Sometimes more than 5 times a day

2019-05-27 Thread Russell Senior
user=dnsmasq group=dnsmasq dhcp-ignore-names=tag:dhcp_bogus_hostname conf-file=/usr/share/dnsmasq/dhcpbogushostname.conf dhcp-range=set:pub,10.11.24.5,10.11.24.30,255.255.255.224,1h no-dhcp-interface=eth1 dhcp-range=set:priv,192.168.11.100,192.168.11.249,255.255.255.0,12h Try turning

[OpenWrt-Devel] [PATCH] ath79: add support for tplink tl-wdr3600 modified with 16M flash

2019-03-15 Thread Russell Senior
ternal SPI flash programmer to write 16MB-new.img to the new flash part. Signed-off-by: Russell Senior --- .../ath79/base-files/etc/board.d/02_network | 1 + .../etc/hotplug.d/firmware/10-ath9k-eeprom| 1 + .../dts/ar9344_tplink_tl-wdr3600-16m.dts | 46 +++ target

Re: [OpenWrt-Devel] Changes in support for Mikrotik RB493G

2018-12-11 Thread Russell Senior
and squashfs W> images. Am I missing something? In recent master branch, you can use sysupgrade. I scp the file, bin/targets/ar71xx/mikrotik/openwrt-ar71xx-mikrotik-nand-large-squashfs-sysupgrade.bin, to /tmp and run "sysupgrade -v -n" with that file. -- Russell Senior, Preside

[OpenWrt-Devel] [PATCH] ramips: fix firmware compatible string for dir860l-b1

2018-12-08 Thread Russell Senior
In commit d70ec3008d4cd0540a9f6c88fb7e786107f1679a, a firmware compatible string of "denx,uimage" was added for the Dlink DIR-860L-B1. Unfortunately, this was the wrong string. It needs "seama" instead. Signed-off-by: Russell Senior --- target/linux/ramips/dts/DIR-860L-B

Re: [OpenWrt-Devel] [PATCHv2] ath79: add support for Ubiquiti AirRouter

2018-11-26 Thread Russell Senior
On Mon, Nov 26, 2018 at 1:19 PM Russell Senior wrote: > > On Mon, Nov 26, 2018 at 5:16 AM Mathias Kresin wrote: > > > > Hey Russell, > > > > thanks for your patch. Find my remarks inline. > > > > Mathias > > > > [...] > > > >

[OpenWrt-Devel] [PATCHv3 2/2] ath79: add support for Ubiquiti AirRouter

2018-11-26 Thread Russell Senior
| | | | +-- ETHERNET PORTS Installation from Ubiquiti firmware, is as for other ubnt-xm AirOs devices. Signed-off-by: Russell Senior --- .../ath79/base-files/etc/board.d/02_network | 3 +- .../etc/hotplug.d/firmware/10-ath9k-eeprom| 1

[OpenWrt-Devel] [PATCHv3 1/2] ath79: split ubnt outdoor device leds into separate dtsi

2018-11-26 Thread Russell Senior
Move common LED configuration into a separate includible dtsi. Signed-off-by: Russell Senior --- .../linux/ath79/dts/ar7241_ubnt_bullet-m.dts | 2 +- target/linux/ath79/dts/ar7241_ubnt_nano-m.dts | 2 +- .../linux/ath79/dts/ar7241_ubnt_rocket-m.dts | 2 +- target/linux/ath79/dts

Re: [OpenWrt-Devel] [PATCHv2] ath79: add support for Ubiquiti AirRouter

2018-11-26 Thread Russell Senior
On Mon, Nov 26, 2018 at 5:16 AM Mathias Kresin wrote: > > Hey Russell, > > thanks for your patch. Find my remarks inline. > > Mathias > > 26/11/2018 13:54, Russell Senior: > > > > Indoor low-power router with 2.4 GHz radio > > > > CPU:Atheros

[OpenWrt-Devel] [PATCH] ramips: fix alphabetic ordering of skylab, skw92a in ramips_setup_interfaces

2018-11-26 Thread Russell Senior
Signed-off-by: Russell Senior --- target/linux/ramips/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 7bb1d32484

[OpenWrt-Devel] [PATCHv2] ath79: add support for Ubiquiti AirRouter

2018-11-26 Thread Russell Senior
| | | | +-- ETHERNET PORTS Installation from Ubiquiti firmware, is as for other ubnt-xm AirOs devices. Signed-off-by: Russell Senior --- .../ath79/base-files/etc/board.d/02_network | 3 +- .../etc/hotplug.d/firmware/10-ath9k-eeprom| 1

[OpenWrt-Devel] [PATCHv3] ramips: add support for Skylab SKW92A in EVB

2018-11-25 Thread Russell Senior
ansfer is complete or as OpenWrt begins booting, move ethernet to port 0 (WAN). Signed-off-by: Russell Senior --- .../ramips/base-files/etc/board.d/01_leds | 3 + .../ramips/base-files/etc/board.d/02_network | 8 ++ target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/b

Re: [OpenWrt-Devel] [PATCHv2] ath79: add support for Ubiquiti AirRouter

2018-11-16 Thread Russell Senior
| | | | +-- ETHERNET PORTS Installation from Ubiquiti firmware, is as for other ubnt-xm AirOs devices. v2 adds some LED configuration in the device tree, cleans up some braindamage from v1. Signed-off-by: Russell Senior --- .../ath79/base

[OpenWrt-Devel] [PATCH] ath79: add support for Ubiquiti AirRouter

2018-11-16 Thread Russell Senior
| | | | +-- ETHERNET PORTS Installation from Ubiquiti firmware, is as for other ubnt-xm AirOs devices. Signed-off-by: Russell Senior --- .../linux/ath79/base-files/etc/board.d/01_leds | 2 ++ .../ath79/base-files/etc/board.d/02_network

[OpenWrt-Devel] [PATCH] ramips: add support for Skylab SKW92A in EVB

2018-11-14 Thread Russell Senior
10.10.10.123) ==:192.168.11.21 Input server IP (10.10.10.3) ==:192.168.11.20 Input Linux Kernel filename (root_uImage) ==:openwrt-ramips-mt76x8-skw92a-squashfs-sysupgrade.bin 8. When transfer is complete or as OpenWrt begins booting, move ethernet to port 0 (WAN). Signed-off-by: Russell

Re: [OpenWrt-Devel] Regression in handling power cuts since 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")

2018-11-01 Thread Russell Senior
roblem correctly it should fix the issues you're facing. > Your patch seems to have fixed it for me, sample size = 1. -- Russell Senior russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] IPv6 and comcast fails

2018-11-01 Thread Russell Senior
Works for me, on current HEAD*, with ar71xx (netgear wndr3800). Can you include your /etc/config/network and any other relevant configuration details? * $ git describe reboot-8373-gbc3d47cd12 -- Russell Senior, President russ...@personaltelco.net On Mon, Oct 22, 2018 at 11:01 AM Dave Taht

[OpenWrt-Devel] [PATCH] patch: apply upstream cve fixes

2018-10-14 Thread Russell Senior
Apply two upstream patches to address two CVEs: * CVE-2018-1000156 * CVE-2018-6952 Add PKG_CPE_ID to Makefile. Build tested on apm821xx and ar71xx. Signed-off-by: Russell Senior --- tools/patch/Makefile | 2 + .../patch/patches/010-CVE-2018-1000156.patch | 209

Re: [OpenWrt-Devel] MR24 sysupgrade seems to be broken

2018-08-20 Thread Russell Senior
Lamparter > > > wrote: > > > On Saturday, June 30, 2018 10:06:21 AM CEST Russell Senior wrote: > > > > I just tried updating a Meraki MR24 to current master, from an image > a > > > few > > > > months old and it broke. I get a new kernel,

Re: [OpenWrt-Devel] MR24 sysupgrade seems to be broken

2018-08-20 Thread Russell Senior
Here is what shows during sysupgrade: https://pastebin.com/YfbQZ5fB On Sat, Jun 30, 2018 at 6:49 AM, Christian Lamparter wrote: > On Saturday, June 30, 2018 10:06:21 AM CEST Russell Senior wrote: > > I just tried updating a Meraki MR24 to current master, from an image a > few &g

[OpenWrt-Devel] MR24 sysupgrade seems to be broken

2018-08-20 Thread Russell Senior
I just tried updating a Meraki MR24 to current master, from an image a few months old and it broke. I get a new kernel, but an old rootfs. I have some of these deployed where a serial connection is awkward. It would be nice if sysupgrade worked. -- Russell Senior russ...@personaltelco.net

Re: [OpenWrt-Devel] [PATCH] iproute2: update to 4.17.0

2018-06-13 Thread Russell Senior
>>>>> Hans Dedecker writes: > Hi, On Sun, Jun 10, 2018 at 11:54 PM Russell Senior > wrote: >> >> >> Signed-off-by: Russell Senior --- > I get the following compile issues if the rdma utility is enabled : I wonder if rdma is actually useful in o

[OpenWrt-Devel] [PATCH] iproute2: update to 4.17.0

2018-06-10 Thread Russell Senior
Signed-off-by: Russell Senior --- package/network/utils/iproute2/Makefile | 6 +- ...int-fix-hidden-64-bit-type-promotion.patch | 288 -- .../utils/iproute2/patches/008-no_netem.patch | 4 +- .../iproute2/patches/110-extra-ccopts.patch | 2 +- .../iproute2/patches

Re: [OpenWrt-Devel] node.js

2018-05-25 Thread Russell Senior
script interpretter), and v8 was only available on particular architectures because of unported assembly components, or something vaguely like that. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.o

Re: [OpenWrt-Devel] [ath10k] [batman-adv] Robustness of batman-adv or IBSS/802.11s on ath9k (AR9331 chip)

2017-04-22 Thread Russell Senior
to that the issue is with ath9k driver Xuebing> (ibss/adhoc mode). I'm running batman-adv on LEDE-project (r1497) on a TP-Link TP-WDR3600 with ibss/adhoc + ap on the 2.4GHz radio. This is ath9k, not ath10k. Seems to work fine, no problems. -- Russell Senior, President russ...@personalte

Re: [OpenWrt-Devel] [LEDE-DEV] [OpenWrt-Users] Talks between OpenWrt and LEDE

2016-12-22 Thread Russell Senior
radually increasing emphasis on the new name and decreasing emphasis on the old name. All names have upsides and downsides. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [LEDE-DEV] Talks between OpenWrt and LEDE

2016-12-21 Thread Russell Senior
a choice on a name, with taste and discretion, isn't going to be needed, but I can't help but think of this: https://en.wikipedia.org/wiki/Law_of_triviality PS: OpenLEDE. ;-) -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Tried to update ticket 20982 on dev.openwrt.org

2016-10-05 Thread Russell Senior
> "Bill" == Bill Moffitt writes: Bill> I have been busy with other things, but I finally got a shipment Bill> of brand-new PicoStations (XM, identical to Bullet) here and tried Bill> to flash both the trunk builds of OpenWRT and LEDE on them. Bill> I'm getting the

[OpenWrt-Devel] [PATCH] brcm47xx: fix wgt634u port assignment, broken since openwrt r47866

2016-05-07 Thread Russell Senior
Signed-off-by: Russell Senior <russ...@personaltelco.net> --- target/linux/brcm47xx/base-files/etc/board.d/01_detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_detect b/target/linux/brcm47xx/base-files/etc/b

Re: [OpenWrt-Devel] ramips: mtk_soc_eth vs old ralink ethernet driver for the M2M

2016-01-02 Thread Russell Senior
>>>>> "Russell" == Russell Senior <russ...@personaltelco.net> writes: >>>>> "Russell" == Russell Senior <russ...@personaltelco.net> writes: >>>>> "John" == John Crispin <blo...@openwrt.org> writes: John

Re: [OpenWrt-Devel] ramips: mtk_soc_eth vs old ralink ethernet driver for the M2M

2016-01-02 Thread Russell Senior
On Sat, Jan 2, 2016 at 2:45 AM, John Crispin wrote: > Hi Russel, > > i'll have a look now. [...] Ethernet appears to be working (no more panics) in r48064, thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] ramips: mtk_soc_eth vs old ralink ethernet driver for the M2M

2015-12-29 Thread Russell Senior
>>>>> "Russell" == Russell Senior <russ...@personaltelco.net> writes: >>>>> "John" == John Crispin <blo...@openwrt.org> writes: John> i'll try to test during the day. i had tested most socs but John> apparently 5350 still

Re: [OpenWrt-Devel] ramips: mtk_soc_eth vs old ralink ethernet driver for the M2M

2015-12-20 Thread Russell Senior
ch is also an RT5350. swconfig list returns nothing, fwiw. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

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

2015-12-03 Thread Russell Senior
ttp://www.aliexpress.com/item/WiTi-Board-Extensible-Powerful-Wifi-Router/32523122606.html?spm=2114.01020208.3.8.crUD8y_ab_test=searchweb201556_2_79_78_77_80,searchweb201644_5,searchweb201560_9 -- Russell Senior, President russ...@personaltelco.net ___

Re: [OpenWrt-Devel] [PATCH] oxnas: add missing platform bindings for stmmac glue

2015-11-19 Thread Russell Senior
am getting random MAC addresses on eth0. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] x86: add a subtarget for PCEngines APU

2015-11-08 Thread Russell Senior
>>>>> "Felix" == Felix Fietkau <n...@openwrt.org> writes: Felix> On 2015-11-08 07:24, Russell Senior wrote: >> >> Reworked from patch by Ben Pfountz <netpri...@vt.edu> Builds and >> boots. >> >> Signed-off-by: Russell Senior

Re: [OpenWrt-Devel] [PATCH] x86: add a subtarget for PCEngines APU

2015-11-07 Thread Russell Senior
Reworked from patch by Ben Pfountz <netpri...@vt.edu> Builds and boots. Signed-off-by: Russell Senior <russ...@personaltelco.net> --- target/linux/generic/files/drivers/leds/leds-apu.c | 234 + .../linux/generic/patches-3.18/835-led_apu.patch | 28 +++ targ

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset

2015-05-23 Thread Russell Senior
to the canonical (afaict) git tree, here: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset handling

2015-05-23 Thread Russell Senior
if Nikolay you could clarify. John was wrong, afaict (as of the last time I sync'd up, which was a few days ago). In my tree, bridge-utils is in old-packages (unmaintained stuff). You can give it some CPR by moving it to the github packages feed and becoming the maintainer! -- Russell Senior

[OpenWrt-Devel] [BUG] ramips: LED timer trigger busted since transition from kernel 3.10.x

2015-05-17 Thread Russell Senior
See ticket #19646 https://dev.openwrt.org/ticket/19646 Something clearly haywire with the timer trigger, resulting in an irregular blink. r42304 == good; r42305 == bad. Observed on an AsiaRF AWM002. -- Russell Senior, President russ...@personaltelco.net

[OpenWrt-Devel] [PATCH] iproute2: update to v4.0.0

2015-04-19 Thread Russell Senior
The most significant change from the previous version is the trimming of the 300-ip_tiny.patch to lib/utils.c where a section previously patched had vanished. That section of the patch was removed. Built and lightly tested on ar71xx against uClibc and musl. Signed-off-by: Russell Senior russ

[OpenWrt-Devel] [BUG] UCI parsing regression?

2015-04-08 Thread Russell Senior
like a regression. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] directory completeness problems

2015-03-21 Thread Russell Senior
John == John Crispin blo...@openwrt.org writes: John On 10/12/2014 01:37, Russell Senior wrote: I am also wondering whether or not OpenWrt should be using ubifs (like for the generic NAND subtarget) for the Mikrotik subtarget. Thoughts? John yes, i have a mikrotik board on my desk already

Re: [OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-13 Thread Russell Senior
://personaltelco.net/~russell/net4826-after-grub.cfg-edit-boot.log -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-11 Thread Russell Senior
John On 02/03/2015 08:20, Russell Senior wrote: copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2

Re: [OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-11 Thread Russell Senior
I've inquired with the OLSR people, but this usually comes from bridging problems which don't seem to be present in my situation, so it is unresolved. Tcpdump doesn't show any duplicate seqnr's afaict. -- Russell Senior, President russ...@personaltelco.net

[OpenWrt-Devel] [PATCH] x86: update to kernel 3.18

2015-03-01 Thread Russell Senior
copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2 and net4521 are fine. Signed-off-by: Russell Senior russ

[OpenWrt-Devel] [PATCH] iproute2: bump version from v3.18.0 to v3.19.0

2015-02-15 Thread Russell Senior
with refreshed patches Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 4 ++-- .../network/utils/iproute2/patches/006-no_sctp.patch| 4 ++-- .../utils/iproute2/patches/120-libnetlink-pic.patch | 7

[OpenWrt-Devel] AsiaRF AWM002 (ramips) broken at r44349

2015-02-14 Thread Russell Senior
append a correct root= boot option; here are the available partitions: [0.55] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 108.21] random: nonblocking pool is initialized -- Russell Senior, President russ...@personaltelco.net

Re: [OpenWrt-Devel] AsiaRF AWM002 (ramips) USB and reboot broken at r44044

2015-02-03 Thread Russell Senior
John == John Crispin blo...@openwrt.org writes: John On 03/02/2015 08:36, Christian Lamparter wrote: Thing is: ralink-phy.c can use some more work! John elaborate on what needs work r44248 fixed my problem. Thanks, Christian and John! -- Russell Senior, President russ...@personaltelco.net

[OpenWrt-Devel] AsiaRF AWM002 (ramips) USB and reboot broken sometime since r43960

2015-02-02 Thread Russell Senior
but somewhat tedious. ;-) -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] AsiaRF AWM002 (ramips) USB and reboot broken at r44044

2015-02-02 Thread Russell Senior
Russell == Russell Senior russ...@personaltelco.net writes: Russell I just wanted to give a heads up that I built trunk r44245 last Russell night and discovered two problems: reboot no longer works, and Russell USB fails to enumerate a usb-serial device that worked Russell previously

[OpenWrt-Devel] [PATCH v2 1/3] iproute2: bump version to 3.18.0

2015-01-12 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 6 +++--- package/network/utils/iproute2/patches/300-ip_tiny.patch | 15 --- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package/network/utils

[OpenWrt-Devel] [PATCH v2 2/3] iproute2: fix header problem for musl

2015-01-12 Thread Russell Senior
iproute2 includes sanitized linux kernel headers, which work fine for uClibc, however with musl there is some header conflict, principally some ipv6 structure redefinition. This patch removes linux/in6.h from include/linux/if_bridge.h to solve the problem. Signed-off-by: Russell Senior russ

[OpenWrt-Devel] [PATCH v2 3/3] iproute2: add package for bridge program

2015-01-12 Thread Russell Senior
/2013/11/comparison-of-brctl-and-bridge-commands.html Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 11 +++ 1 file changed, 11 insertions(+) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile

Re: [OpenWrt-Devel] [PATCH] iproute2: bump version to v3.18.0, add package for bridge program

2015-01-05 Thread Russell Senior
Steven == Steven Barth cy...@openwrt.org writes: Steven Thanks, unfortunately this doesn't compile for me: Can you email me your .config? I'll confess I only test-built it with uClibc. -- Russell Senior, President russ...@personaltelco.net

[OpenWrt-Devel] [PATCH] iproute2: bump version to v3.18.0, add package for bridge program

2014-12-30 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 15 +-- package/network/utils/iproute2/patches/300-ip_tiny.patch | 15 --- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/package

[OpenWrt-Devel] [PATCH] iproute2: bump version from 3.16.0 to 3.17.0

2014-12-16 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index f6d2801..9aea05e 100644

Re: [OpenWrt-Devel] I'd like to donate a Netgear N150 WNR1000 v3

2014-11-26 Thread Russell Senior
... particularly if you've got some lead time, since coming from china might mean you need to wait a while. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin

Re: [OpenWrt-Devel] kernel changes on recompilation?

2014-10-02 Thread Russell Senior
image later, or install them later without the hash clash. Please test and report back :-) -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman

Re: [OpenWrt-Devel] out of date(?) links in openwrt wiki page, Wireless overview

2014-09-28 Thread Russell Senior
maintainer, and will eventually make a pull request for moving it to the github packages feed. Or we'll maintain it in a separate feed if necessary. Not sure about the state of the wiki. -- Russell Senior, President russ...@personaltelco.net ___ openwrt

[OpenWrt-Devel] [PATCH] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
controller, in rt5350.dtsi, but does not use it. Signed-off-by: Russell Senior russ...@personaltelco.net --- .../gpio-button-hotplug/src/gpio-button-hotplug.c | 1 + target/linux/ramips/base-files/etc/board.d/01_leds | 4 +++- target/linux/ramips/dts/AWM002-EVB-4M.dts | 18

Re: [OpenWrt-Devel] [PATCHv2] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
or AWM003. Renamed the reset_wps button to just reset, since it does not in practice function as a WPS button. This patch adds support for a mode event associated with the slider switch on the eval board, through the gpio-button-hotplug infrastructure. Signed-off-by: Russell Senior russ

Re: [OpenWrt-Devel] [PATCH] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
John == John Crispin blo...@openwrt.org writes: John On 17/09/2014 09:24, Russell Senior wrote: It also enables GPIO control of the second GPIO controller, in rt5350.dtsi, but does not use it. John that is why it is not enabled by default :) It could be used, which I did while testing. I

[OpenWrt-Devel] [PATCHv3 1/3] ramips: fix device-trees for AsiaRF awm002/3 evb

2014-09-17 Thread Russell Senior
or AWM003. Renamed the reset_wps button to just reset, since it does not in practice function as a WPS button. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/etc/board.d/01_leds | 4 +++- target/linux/ramips/dts/AWM002-EVB-4M.dts | 16

[OpenWrt-Devel] [PATCHv3 2/3] [package] gpio-button-hotplug: Add a mode event

2014-09-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c b/package/kernel/gpio-button-hotplug/src/gpio-button

[OpenWrt-Devel] [PATCHv3 3/3] ramips: slider switch on asiarf evb, send mode event

2014-09-17 Thread Russell Senior
Uses the new mode event in gpio-button-hotplug. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/AWM002-EVB-4M.dts | 2 +- target/linux/ramips/dts/AWM002-EVB-8M.dts | 2 +- target/linux/ramips/dts/AWM003-EVB.dts| 2 +- 3 files changed, 3 insertions(+), 3

Re: [OpenWrt-Devel] [PATCHv3 2/3] [package] gpio-button-hotplug: Add a mode event

2014-09-17 Thread Russell Senior
), }; /* -*/ -- 2.0.0 Hmm. If we used KEY_M here instead of horribly abusing BTN_MODE, the third patch would be unnecessary. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH] [package] iproute2: update from v3.15.0 to v3.16.0

2014-09-14 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index fc47159..ee4cd65 100644

[OpenWrt-Devel] [PATCH] autoconf: bump version to 2.69

2014-08-05 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- tools/autoconf/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index f5d22c3..ec154e4 100644 --- a/tools/autoconf/Makefile +++ b/tools/autoconf

[OpenWrt-Devel] Explanation of LED infrastructure

2014-08-05 Thread Russell Senior
that, I would most appreciate it. git grep'ing in the tree isn't finding where the connection is taking place for me, or what might be going wrong. Maybe the explanation for my non-workingness is that there is no connection? Thanks for any clues! -- Russell Senior, President russ

[OpenWrt-Devel] [PATCH 1/2] ramips: fix mode switch gpio for AsiaRF AWM eval board

2014-07-28 Thread Russell Senior
Fix a typo: gpio 21 is already used for the WPS led. Gpio 20 is the right one (tested) for the mode switch. Confirmed that /sys/kernel/debug/gpio state followed the position of the switch. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/AWM002-EVB-4M.dts

[OpenWrt-Devel] [PATCH 2/2] ramips: correct typo ubsphy - usbphy

2014-07-28 Thread Russell Senior
This appears to be a typo. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/mt7620a.dtsi | 2 +- target/linux/ramips/dts/mt7620n.dtsi | 2 +- target/linux/ramips/dts/rt5350.dtsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target

[OpenWrt-Devel] [PATCH] ramips: fix sysupgrade for asiarf awm003

2014-07-26 Thread Russell Senior
Since the earlier r41797 change, the board_name for awm003 has been miscalculated, and sysupgrade has been broken. This seems to fix it. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ target/linux/ramips/base-files

[OpenWrt-Devel] MAC address on ramips?

2014-07-26 Thread Russell Senior
for our project, if that's indeed where they ought to be coming from. Thanks! -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt

[OpenWrt-Devel] [PATCH] ramips: add ethernet macaddr to dts for AWM003-EVB

2014-07-26 Thread Russell Senior
Follows the pattern of http://patchwork.openwrt.org/patch/5970/ Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/dts/AWM003-EVB.dts | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ramips/dts/AWM003-EVB.dts b/target/linux/ramips/dts/AWM003

[OpenWrt-Devel] [PATCH] ramips: fix vlan configuration for asiarf avm003

2014-07-25 Thread Russell Senior
The earlier r41797 change was missing this part, to enable the right vlan configuration. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files/etc

Re: [OpenWrt-Devel] OpenWRT IPv6 firewall

2014-07-19 Thread Russell Senior
to guess it. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] IEEE 802.11 TDMA mode support in OpenWRT

2014-07-03 Thread Russell Senior
purpose of the GPS was for timing. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] iproute2: update version to 3.15.0, refresh patches, add maintainer

2014-06-17 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- package/network/utils/iproute2/Makefile | 9 + package/network/utils/iproute2/patches/006-no_sctp.patch | 4 ++-- package/network/utils/iproute2/patches/110-extra-ccopts.patch| 2 +- package

[OpenWrt-Devel] [PATCH] Restore AWM002-EVB profile in asiarf.mk

2014-06-14 Thread Russell Senior
...@seitzassoc.com Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/rt305x/profiles/asiarf.mk | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/rt305x/profiles/asiarf.mk b/target/linux/ramips/rt305x/profiles/asiarf.mk

[OpenWrt-Devel] [PATCH] [ramips] add vlan configuration for asiarf awm002-evb

2014-06-13 Thread Russell Senior
Without this, the ports all end up on vlan 1. This enables a separate WAN port that works. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files

Re: [OpenWrt-Devel] Support for Nanostation M2 devices

2014-06-03 Thread Russell Senior
. In any case there seems to be existing support for ar934x-based devices within the ar71xx target space, according to: git grep ar934 -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] [packages] libftdi: disable C++ bindings

2014-05-27 Thread Russell Senior
Dirk == Dirk Neukirchen dirkneukirc...@web.de writes: Dirk alternatively deactivate building of libftdi++ during which the Dirk error happens +1 -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH] [packages] libftdi: disable boost to prevent build failure in c++ land

2014-05-26 Thread Russell Senior
At least on ar71xx, if libftdi finds Boost, it tries to compile C++ libraries and dies horribly on some bogus looking assembler instructions. Disabling boost allows libftdi to build. Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/libftdi/Makefile| 2

[OpenWrt-Devel] [PATCH] [packages] mutt: add a mailpath to configuration to fix build

2014-05-03 Thread Russell Senior
Not sure who is insane enough to store and read mail on an openwrt device, but this patch at least lets mutt build so they can try. The mailpath directory was made up. If someone knows a mailpath that makes more sense, please substitute. Signed-off-by: Russell Senior russ...@personaltelco.net

[OpenWrt-Devel] [PATCH] [packages] etherpuppet: correct broken url

2014-05-02 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- net/etherpuppet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/etherpuppet/Makefile b/net/etherpuppet/Makefile index f85f9d2..0851f84 100644 --- a/net/etherpuppet/Makefile +++ b/net/etherpuppet/Makefile

[OpenWrt-Devel] [PATCH] [packages] bemused: fix build by including more include files

2014-05-02 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- utils/bemused/Makefile | 4 ++-- utils/bemused/patches/110-missing_includes.patch | 19 +++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/utils/bemused/Makefile b/utils

[OpenWrt-Devel] [PATCH] [packages] weechat: add missing dependencies to fix build

2014-05-02 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net --- net/weechat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/weechat/Makefile b/net/weechat/Makefile index d5dec7a..055c598 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -1,5 +1,5

[OpenWrt-Devel] [PATCH] [routing] olsrd: bump version to 0.6.6.1, remove redundant patch

2014-03-15 Thread Russell Senior
Signed-off-by: Russell Senior russ...@personaltelco.net diff --git a/olsrd/Makefile b/olsrd/Makefile index e7f4615..8643370 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd -PKG_VERSION:=0.6.6 -PKG_RELEASE:=3 +PKG_VERSION:=0.6.6.1

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-25 Thread Russell Senior
package selection in the Kernel modules/Network Support section as well as in the Network section is beyond the pale or acceptable. I'm suggesting to accept it, because it seems the most natural of the alternatives. ACK/NACK? Should I assume silence equals assent? -- Russell Senior

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-22 Thread Russell Senior
Support section as well as in the Network section is beyond the pale or acceptable. I'm suggesting to accept it, because it seems the most natural of the alternatives. ACK/NACK? -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel

Re: [OpenWrt-Devel] how do I troubleshoot Kernel Panic

2014-02-19 Thread Russell Senior
. Then make it panic. This will give you a hopefully-meaningful stack trace. That should give you clues to where things are going wrong. -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] atheros: change LINUX_VERSON from 3.8.13 to 3.10.28

2014-02-03 Thread Russell Senior
The 3.10.x infrastructure has been present for some time, and seems to run fine here. Signed-off-by: Russell Senior russ...@personaltelco.net --- target/linux/atheros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/atheros/Makefile b/target/linux

[OpenWrt-Devel] [PATCH] [packages] curl: update to 7.35.0, fixes CVE-2014-0015

2014-02-02 Thread Russell Senior
Spotted this on my twitter feed, so i guess it is good for something. http://curl.haxx.se/docs/adv_20140129.html Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/curl/Makefile | 8 libs/curl/patches/100-check_long_long.patch | 2 +- libs/curl

Re: [OpenWrt-Devel] Basic Package/Feed Workflow

2014-01-28 Thread Russell Senior
straight. Thanks for your time, Is this what you are looking for? http://wiki.openwrt.org/doc/devel/patches#iteratively.modify.patches.without.cleaning.the.source.tree -- Russell Senior, President russ...@personaltelco.net ___ openwrt-devel mailing list

[OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Russell Senior
working with them again. I will be happy to work to help fix the problem. Let me know if I left out any pertinent details. I'll be around on the IRC channel during waking hours US West Coast time. Thanks! -- Russell Senior, President russ...@personaltelco.net

Re: [OpenWrt-Devel] Netgear WGT634U broken in trunk

2013-11-13 Thread Russell Senior
(bcma) bus. + */ -+#define BCM47XX_SERIAL_ADDR (SSB_ENUM_BASE + SSB_CHIPCO_UART0_DATA) ++#define BCM47XX_SERIAL_ADDR (SSB_ENUM_BASE + SSB_CHIPCO_UART1_DATA) + void __init prom_init(void) { -- Russell Senior, President russ...@personaltelco.net

[OpenWrt-Devel] bloatie-bloat-bloat?

2013-09-08 Thread Russell Senior
, the numbers are just a convenience sample (r37911 just booted, r34240 has been up for 44 days) and might not be a fair comparison in all cases. But, the direction here seems to be making the WGT634U less viable for us. Are these numbers illuminating at all? -- Russell Senior, President russ

[OpenWrt-Devel] [PATCH] [x86] alix2: update to LINUX_VERSION 3.10.9

2013-08-22 Thread Russell Senior
-by: Russell Senior russ...@personaltelco.net diff --git a/target/linux/x86/alix2/config-3.10 b/target/linux/x86/alix2/config-3.10 new file mode 100644 index 000..20909f1 --- /dev/null +++ b/target/linux/x86/alix2/config-3.10 @@ -0,0 +1,28 @@ +CONFIG_ALIX=y +CONFIG_DEBUG_BUGVERBOSE=y

<    1   2   3   >