Re: [OpenWrt-Devel] abc7ed2c ath79: add support for D-Link DIR-859 A1

2018-12-30 Thread Weedy
Is there any reason this would should fail or brick a 859L A3? On the D-Link site they don't separate A1 or A3 so I should be fine? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Mac address randomization on rsPro ath79

2018-10-28 Thread Weedy
On Sun, 28 Oct 2018 at 03:09, matt merhar wrote: > > ‐‐‐ Original Message ‐‐‐ > On Sunday, October 28, 2018 12:40 AM, Weedy wrote: > > > On Sat, 27 Oct 2018 at 22:46, matt merhar mattmer...@protonmail.com wrote: > > > > > Hi, > > > > Hello,

Re: [OpenWrt-Devel] Mac address randomization on rsPro ath79

2018-10-27 Thread Weedy
On Sat, 27 Oct 2018 at 22:46, matt merhar wrote: > > Hi, Hello, I replied to you on IRC but like 2 days later :V > Due to the switch to using devicetree in ath79, it became necessary to > populate the MAC addresses via userland during first boot. This is done > using

[OpenWrt-Devel] Mac address randomization on rsPro ath79

2018-10-23 Thread Weedy
I'm currently having some fun on master and noticed every reboot gives me random mac addresses. Never happened on ar71xx. LAN configuration config interface lan option ifname eth1 option type bridge option protodhcp option hostname 'repeater'

[OpenWrt-Devel] ath79: RouterStation Pro build failure

2018-09-18 Thread Weedy
ebuild anything vs. tl-wdr4300 but it insists and somethings dies. Even after erroring out if I swap out RSpro for tl-wdr4300 in the .config it will rebuild wpad again but everything works and I get a firmware file at the end. Thank you for your time. make[3]: Leaving directory '/home/weedy/projects/o

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

2018-01-14 Thread Weedy
On 2018-01-14 08:12 AM, Jo-Philipp Wich wrote: > Hi Weedy, > > can you provide some more context lines to see which package those broken > depends belong to? > > Thanks, > Jo > ___ > openwrt-devel mailing list > openwrt-d

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

2018-01-14 Thread Weedy
On 14 January 2018 at 06:21, Weedy <weedy2...@gmail.com> wrote: > On 8 January 2018 at 14:02, Matthias Schiffer > <mschif...@universe-factory.net> wrote: >> I've pushed an updated branch fixing the mistake Jo pointed out and some >> other stylistic improvements

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 00/15] Metadata generator refactoring, cleanup and PROVIDES improvements

2018-01-14 Thread Weedy
ile 'package/kernel/linux/Makefile' has a dependency on 'kmod-usb-musb-tusb6010', which does not exist WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist make[2]: Entering directory '/home/weedy/projects/openwrt-lede/scripts/config' conf.

Re: [OpenWrt-Devel] WiFi client mode leaves router inaccessible if upstream network goes down

2017-02-03 Thread Weedy
On 3 February 2017 at 19:17, Nick Malyon wrote: > If anyone has a workaround that would be great — currently I managed to get > back in range of a network to make it accessible again, and now I run from > batteries and delete the wifi client configuration every night before

Re: [OpenWrt-Devel] [LEDE-DEV] MT7620A WiFi issue - with a twist!

2017-02-03 Thread Weedy
On 1 February 2017 at 15:29, Jamie Stuart wrote: > Hello LEDE / OpenWRT devs, > > I am requesting your help. First a little background… ... > This a known issue with the chipset and seems to have been round for years. > We are currently building on LEDE trunk and still the

Re: [OpenWrt-Devel] [RFD] Future - suggestion for the teleconference

2016-07-04 Thread Weedy
On 3 Jul 2016 07:03, "Luke McKee" wrote: > > Suggestion for the teleconference: > > Talkshoe.com > > Talkshoe is free. It has a web client too with a chat log when the > conference call starts. Google hangouts? ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH 02/05] [tools] findutils glibc >= 2.23 compat

2016-04-25 Thread Weedy
On 25 Apr 2016 1:33 pm, "Jo-Philipp Wich" wrote: > > Hi, > > this should be handled already, configure uses AC_HEADER_MAJOR and > mountlist.c does: > > #ifdef MAJOR_IN_SYSMACROS > #include > #define HAVE_MAJOR > ... > > did you patched findutils proactively or was there an

[OpenWrt-Devel] [PATCH 05/05] [tools] squashfs4 glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy <weedy2...@gmail.com> --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/squashfs4/patches/125-glibc-2.23-sysmacros.patch 2016-04-24

[OpenWrt-Devel] [PATCH 04/05] [tools] squashfs glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy <weedy2...@gmail.com> --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/squashfs/patches/125-glibc-2.23-sysmacros.patch 2016-04-24

[OpenWrt-Devel] [PATCH 01/05] [tools] e2fsprogs glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. Signed-off-by: Weedy <weedy2...@gmail.com> --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/e2fsprogs/patches/125-glibc-2.23-sysmacros.patch 2016-04-24

Re: [OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Weedy
On 25 Apr 2016 09:09, "Jo-Philipp Wich" wrote: > > Hi! > > Thanks for the patch, I fixed the include issue directly in Git, so this > patch can be dropped and make-ext4fs should be updated in tools/ to a > newer version instead. > > ~ Jo Have you fixed all the packages that

[OpenWrt-Devel] [PATCH 01/??] [tools] make-ext4fs glibc >= 2.23 compat

2016-04-25 Thread Weedy
With the update to glibc 2.23, sys/types.h doesn't inherit sys/sysmacros.h anymore. We need to include it manually. --- /dev/null 2016-04-18 05:53:30.273258717 -0400 +++ tools/make-ext4fs/patches/125-glibc-2.23-sysmacros.patch2016-04-24 14:50:33.932873523 -0400 @@ -0,0 +1,10 @@ +---

Re: [OpenWrt-Devel] undefined reference while building

2016-04-24 Thread Weedy
understand why. > > > > Is this a gcc 5.x thing? I updated my system recently. > > .. > > > '/home/weedy/projects/openwrt/build_dir/host/mtd-utils-1.5.2' > > CHK include/version.h > > LD mkfs.jffs2 > > mkfs.jffs2.c:944: error: undefin

[OpenWrt-Devel] undefined reference while building

2016-04-24 Thread Weedy
On Sun, Apr 24, 2016 at 3:23 AM, Weedy <weedy2...@gmail.com> wrote: > I "cat >" a few things into .config and then call defconfig. > bmon, curl, iperf, etc, little things. I don't even add filesystems. > My target is CONFIG_TARGET_ar71xx_generic_TLWDR4300. > >

Re: [OpenWrt-Devel] rsync mirror of download.openwrt.org ?

2016-04-24 Thread Weedy
On 22 Apr 2016 11:38 am, "Laurent GUERBY" wrote: > > Hi, > > Having no news we completed our mirror by using wget for 15.05.1: > Lftp is good for this. Or I guess aria2c ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] make -j on ar71xx dies.

2016-04-24 Thread Weedy
fine. But -j anything right off a distclean breaks. $ make -j3 V=s make[1]: Entering directory '/home/weedy/projects/openwrt' make[2]: Entering directory '/home/weedy/projects/openwrt' make[2]: Entering directory '/home/weedy/projects/openwrt' + mkdir -p /home/weedy/projects/openwrt/staging_dir/target-m

Re: [OpenWrt-Devel] Sha256 checksum generation of images: why OpenSSL instead of sha256sum?

2016-03-26 Thread Weedy
$ openssl dgst -sha256 ubcd535.iso | awk '/^SHA256/ { gsub(/^SHA256\(/,"",$1); gsub(/\)\=/,"",$1); print $2" "$1 }' f4ad684385845a0dfcd944dc6b6a0aa00886a05a7143efafa8403e01fea49849 ubcd535.iso $ sha256sum ubcd535.iso f4ad684385845a0dfcd944dc6b6a0aa00886a05a7143efafa8403e01fea49849 ubcd535.iso

Re: [OpenWrt-Devel] Where init scripts are linked to rc.d?

2016-03-18 Thread Weedy
On Sat, Feb 27, 2016 at 3:38 AM, Jakub Jančo wrote: > On Sat, Feb 27, 2016 at 2:12 AM, alzhao wrote: >> Use /etc/init.d/yourscript enable >> >> It should be enabled by default, as I know. > Where do you put this command? I dont want do any tweaks after image

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2016-03-06 Thread Weedy
I think it's dead, and I'm sad. On 6 Mar 2016 4:25 am, "valent.turko...@gmail.com" < valent.turko...@gmail.com> wrote: > A long shot, but are there any news from Marvel legal department? Would > sending them a case of good beer solve this? :) > > On Sunday, 27 S

Re: [OpenWrt-Devel] Trac accounts

2016-02-13 Thread Weedy
On Tue, Feb 2, 2016 at 7:31 AM, Weedy <weedy2...@gmail.com> wrote: > Am I supposed to make an account to post tickets? > > I thought I was supposed to play with things in > https://dev.openwrt.org/prefs but saving returns a HTTP 400. > > Trying to make an account compla

[OpenWrt-Devel] Trac accounts

2016-02-02 Thread Weedy
Am I supposed to make an account to post tickets? I thought I was supposed to play with things in https://dev.openwrt.org/prefs but saving returns a HTTP 400. Trying to make an account complains my username is taken. Trying to reset my password complains my account doesn't exist. What give? I

Re: [OpenWrt-Devel] [PATCH] qos-scripts: Add IPv6 support

2016-01-22 Thread Weedy
~Off topic~ So I'm going to guess this means both of you have qos-scripts running on current trunk builds? Have you seen anyone complaining about kernel panic in hfsc? Should I make a trac ticket? ar71xx/TLWDR4300 WARNING: CPU: 0 PID: 0 at net/sched/sch_hfsc.c:1429 0x831f5b2c()

Re: [OpenWrt-Devel] [PATCH] qos-scripts: Add IPv6 support

2016-01-22 Thread Weedy
On 22 Jan 2016 07:15, "Felix Fietkau" <n...@openwrt.org> wrote: > > On 2016-01-22 13:12, Weedy wrote: > > ~Off topic~ > > > > So I'm going to guess this means both of you have qos-scripts running > > on current trunk builds? > > > > H

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-22 Thread Weedy
On 22 Jan 2016 08:22, "John Clark" wrote: >>> >>> yes, is was dropped with r48386 + 48379 >>> so it *should* be automatically work with wget -> uclient-fetch > > > I have updated to the latest trunk commit where I see your /usr/bin/wget -> /bin/wget patch. I have updated the

Re: [OpenWrt-Devel] Dissociate STA based on SNR

2016-01-18 Thread Weedy
On Mon, Jan 18, 2016 at 9:39 AM, Nishant Sharma wrote: > Hi, > > I was wondering if there is a way to dissociate STAs who say go below a > minimum threshold SNR or signal level of say -65dBm in a multi-AP scenario? > option disassoc_low_ack1 Adjust this code to trigger

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2015-09-26 Thread Weedy
Did this die? On 22 Dec 2014 9:06 am, "Tomer Eliyahu" wrote: > Hi, > > We are software developers, part of Marvell's cellular platform > infrastructure team. > > Our team has been working on a project named "fastpath" for speeding > up IP forwarding in embedded systems.

Re: [OpenWrt-Devel] 3-address Wi-Fi bridging (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-06 Thread Weedy
On 6 Aug 2015 23:15, John kerry kerry9...@gmail.com wrote: Hi, Could anyone please help me on this to configure the wireless in such a way that when we connect to wireless WAN the LAN SSID should not change. Thanks, You need 2 physical radios.

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-03 Thread Weedy
Is there something wrong with the default rules for your use case? Your WiFi interfaces are tagged LAN, things should just work. On 4 Aug 2015 00:07, John kerry kerry9...@gmail.com wrote: Hi, below is the /etc/config/network and /etc/config/wireless changes. */etc/config/network:* config

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
On 2 Aug 2015 12:19, John kerry kerry9...@gmail.com wrote: Hi, I am using below uci script, vi target/linux/ar71xx/base-files/etc/uci-defaults/99-wireless If you're building images yourself you might like to use files/ instead. svn checkout/files/etc/config/wireless You can dump any file

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
You seem to be having problems using uci-defaults. So forget that. Copy the running/working/complete config file from your device into files/etc/config/wireless. You need to make the files directory. You can put anything in there. weedy@HAF ~/projects/openwrt $ ls -al files/etc/config/ total 60

Re: [OpenWrt-Devel] Change OpenWrt Wifi default settings

2015-08-02 Thread Weedy
root 646 Jul 30 18:42 upnpd -rw-r--r--1 root root 718 Jul 30 18:36 wireless but how i will link this into building image. 2015-08-03 0:38 GMT+08:00 Weedy weedy2...@gmail.com: You seem to be having problems using uci-defaults. So forget that. Copy the running

Re: [OpenWrt-Devel] Designated Driver

2015-04-09 Thread Weedy
+1 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] OpenWrt release name

2015-04-06 Thread Weedy
The pun with Designated Driver is too strong. Besides how did Dark Destroyer get in? Southern comfort is like the worst boose on the face of the planet (yes worse then prison boose). ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-09 Thread Weedy
If you think Atheros hates Linux and doesn't contribute to the open source driver after a few years of experience with OpenWrt you need to go back to where ever you came from and keep studying. ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Introducing fastpath - Kernel module for speeding up IP forwarding

2015-01-27 Thread Weedy
On Dec 23, 2014 10:02 AM, Tomer Eliyahu tomereliya...@gmail.com wrote: Hi, Our request for uploading the sources is pending approval from Marvell's legal department. Best Regards, Tomer Please don't let this die. Lawyers plea ___ openwrt-devel

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-26 Thread Weedy
On Jan 26, 2015 1:44 AM, Heiner Kallweit hkallwe...@gmail.com wrote: If it worked with a previous version of the driver then you could use git bisect to find out which change actually introduced the problem. https://dev.openwrt.org/changeset/43332 This was the change, there was a huge fit about

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Weedy
On Wed, Dec 17, 2014 at 1:48 PM, Heiner Kallweit hkallwe...@gmail.com wrote: Ticket 18415 was closed as it was confirmed that as at least version =43419 is ok. (I assume 43410 fixed the issue.) Therefore current trunk should be ok. However if you want to check further what the actual root

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2015-01-25 Thread Weedy
On Jan 25, 2015 1:06 PM, Heiner Kallweit hkallwe...@gmail.com wrote: To me it doesn't look like an issue with the AR8216 driver. All related output is ok. The hardware is quite common and in case of a driver issue I would expect much more people to complain. What looks a little strange to me

Re: [OpenWrt-Devel] 3.18 kernel timing? (Was Re: Moving to 3.17.x kernel?)

2014-12-19 Thread Weedy
On Dec 19, 2014 9:45 AM, Marc Nicholas m...@wimoto.com wrote: So let me turn my question around: given there seems to be some work on the 3.18 kernel, is there a timeline for this to go into the development trunk? :) Thx. Beyond changing the makefile?

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2014-12-16 Thread Weedy
On Nov 28, 2014 3:24 PM, Weedy weedy2...@gmail.com wrote: On Nov 28, 2014 5:23 AM, Heiner Kallweit hkallwe...@gmail.com wrote: Anybody with a 8216-based device who can test this? Me me me, me me. 4300 currently running trunk with 43332 reverted. I am at your service. Is the current trunk

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-09 Thread Weedy
U, I've never uses gpg but I feel like your MTC shouldn't be attaching your private key. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-12-05 Thread Weedy
On Dec 5, 2014 5:12 AM, Jaime T enopa...@gmail.com wrote: Problem fixed! After hours of trying to diagnose what was going wrong, I took a long shot and tried overwriting the openwrt-distributed adsl firmware blob (/lib/firmware/ltq-dsl-fw-a-danube.bin) with the firmware blob that was

Re: [OpenWrt-Devel] ar8216: phy_init and bug report 18415

2014-11-28 Thread Weedy
On Nov 28, 2014 5:23 AM, Heiner Kallweit hkallwe...@gmail.com wrote: Anybody with a 8216-based device who can test this? Me me me, me me. 4300 currently running trunk with 43332 reverted. I am at your service. ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-24 Thread Weedy
On Mon, Nov 24, 2014 at 3:45 AM, Heiner Kallweit hkallwe...@gmail.com wrote: On Mon, Nov 24, 2014 at 1:06 AM, Felix Fietkau n...@openwrt.org wrote: On 2014-11-23 23:03, Weedy wrote: On Nov 23, 2014 4:35 PM, Weedy weedy2...@gmail.com mailto:weedy2...@gmail.com wrote: On Nov 19, 2014

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-24 Thread Weedy
On Nov 24, 2014 8:27 AM, Bastian Bittorf bitt...@bluebottle.com wrote: * Weedy weedy2...@gmail.com [24.11.2014 14:14]: [deleted ~250 lines fullquote] you (and the others too) are experienced users, so please read https://www.netmeister.org/news/learn2quote2.html#ss2.8 bye, bastian I've

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-23 Thread Weedy
On Nov 19, 2014 8:47 AM, John Crispin blo...@openwrt.org wrote: On 19/11/2014 14:44, Weedy wrote: On Oct 30, 2014 5:08 PM, Heiner Kallweit hkallwe...@gmail.com mailto:hkallwe...@gmail.com wrote: Am 30.10.2014 um 07:22 schrieb Heiner Kallweit: Am 30.10.2014 um 03:36 schrieb Florian

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-23 Thread Weedy
On Nov 23, 2014 4:35 PM, Weedy weedy2...@gmail.com wrote: On Nov 19, 2014 8:47 AM, John Crispin blo...@openwrt.org wrote: On 19/11/2014 14:44, Weedy wrote: On Oct 30, 2014 5:08 PM, Heiner Kallweit hkallwe...@gmail.com mailto:hkallwe...@gmail.com wrote: Am 30.10.2014 um 07

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-19 Thread Weedy
On Oct 30, 2014 5:08 PM, Heiner Kallweit hkallwe...@gmail.com wrote: Am 30.10.2014 um 07:22 schrieb Heiner Kallweit: Am 30.10.2014 um 03:36 schrieb Florian Fainelli: Le 28/10/2014 11:46, Heiner Kallweit a écrit : After a little more thinking about it and looking at the code I basically

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-11-17 Thread Weedy
On Nov 17, 2014 12:08 PM, Jaime T enopa...@gmail.com wrote: On 16 November 2014 23:47, Weedy weedy2...@gmail.com wrote: I had issues in the past with Bell sympatico stingers (made by Ikanos). They had firmware bugs verified by both Bell and Ikanos with anything that didn't run a broadcom

Re: [OpenWrt-Devel] Frequent adsl disconnections with BTHOMEHUBV2B (lantiq xway danube)

2014-11-16 Thread Weedy
Depending on the CO/stinger equipment it might just be your chipset is incompatible. I had issues in the past with Bell sympatico stingers (made by Ikanos). They had firmware bugs verified by both Bell and Ikanos with anything that didn't run a broadcom DSP. There was nothing I could do except

Re: [OpenWrt-Devel] [Cerowrt-devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-10-20 Thread Weedy
sqm-scripts SQM Scripts (QoS) (PACKAGE_sqm-scripts) [N/m/y/?] (NEW) We got accepted? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] WAN bouncing at boot

2014-10-03 Thread Weedy
On Tue, Aug 12, 2014 at 10:05 AM, Bas Mevissen ab...@basmevissen.nl wrote: On 08/09/2014 04:13 AM, Weedy wrote: On Sun, Jul 27, 2014 at 3:31 PM, Weedy weedy2...@gmail.com wrote: Is there anything I can do to stop this? It started sometime in the last 6months of trunk. Right after

Re: [OpenWrt-Devel] [PATCH] [package] dropbear: enable sha2-based hmac by default.

2014-10-03 Thread Weedy
On 27/09/14 01:29 PM, Alive wrote: On 27/09/2014 23:34, Weedy wrote: I got bit by this last week when I audited my ssh config and dropped all weak/slow ciphers. Couldn't log into my routers and had to add md5 ciphers and macs back. You must rebuild dropbear package cleanly to test this patch

Re: [OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-10-01 Thread Weedy
On 30/03/14 06:29 PM, Dave Taht wrote: On Sun, Mar 30, 2014 at 02:24:44PM -0400, Weedy wrote: On Sat, Mar 29, 2014 at 2:56 PM, Dave Täht dave.t...@bufferbloat.netwrote: From: Dave Taht dave.t...@bufferbloat.net This adds support for the bufferbloat project's Smart Queue Management (SQM

Re: [OpenWrt-Devel] b53: BCM5325 VLAN VID 15 possible?

2014-09-30 Thread Weedy
On 29 Sep 2014 05:19, Jonas Gorski j...@openwrt.org wrote: Hi, On Mon, Sep 29, 2014 at 10:43 AM, Ilya Lipnitskiy ilya.lipnits...@gmail.com wrote: Greetings! I have been trying to configure a NETGEAR WNDR3400 device to use VLAN ID 201 on its WAN port to be able to talk to a Calix FTTH

Re: [OpenWrt-Devel] [PATCH] [package] dropbear: enable sha2-based hmac by default.

2014-09-27 Thread Weedy
I got bit by this last week when I audited my ssh config and dropped all weak/slow ciphers. Couldn't log into my routers and had to add md5 ciphers and macs back. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Missing packages from packages feed on GitHub repository

2014-09-03 Thread Weedy
On 3 Sep 2014 04:21, Federico Di Marco fede...@gmail.com wrote: Well shouldn't there already be assigned a maintaner ? They were never set in stone. This is why we started over. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] toolchain size increase - 40MB vs 160MB

2014-09-03 Thread Weedy
On 25 Aug 2014 15:40, valent.turko...@gmail.com valent.turko...@gmail.com wrote: Hmm, I just noticed that BB RC3 has enormus toolchain file for mips (the one I use most often) [1] when compared to AA 12.09 toolchain [2] 40MB vs 160MB Should I be worried that something is broken or is this

Re: [OpenWrt-Devel] 6in4 does not recover after wan outage

2014-09-01 Thread Weedy
On 26 Aug 2014 03:52, Richard Mortimer richm+open...@oldelvet.org.uk wrote: Hi, On 23/08/2014 00:19, Weedy wrote: On Fri, Aug 22, 2014 at 9:15 AM, Richard Mortimer richm+open...@oldelvet.org.uk wrote: However I've noticed that if the ADSL line drops then when it recovers my SiXXS 6in4

Re: [OpenWrt-Devel] gigabit router !

2014-08-29 Thread Weedy
On 29 Aug 2014 15:26, Daniel Petre daniel.pe...@gmail.com wrote: Hello, is there any OpenWrt compatible gigabit router that can do more than 400 Mbit/s WAN to LAN except linksys wrt1900ac ? I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around 380-400 Mbit/s but is there any other

Re: [OpenWrt-Devel] 6in4 does not recover after wan outage

2014-08-22 Thread Weedy
On Fri, Aug 22, 2014 at 9:15 AM, Richard Mortimer richm+open...@oldelvet.org.uk wrote: However I've noticed that if the ADSL line drops then when it recovers my SiXXS 6in4 tunnel does not automatically re-establish the connection. There doesn't seem to be any magic config values to set either

Re: [OpenWrt-Devel] WAN bouncing at boot

2014-08-08 Thread Weedy
On Sun, Jul 27, 2014 at 3:31 PM, Weedy weedy2...@gmail.com wrote: Is there anything I can do to stop this? It started sometime in the last 6months of trunk. Right after this and couple minutes after boot my healing script fires and detects that WAN is broken and calls ifdown; sleep; ifup

Re: [OpenWrt-Devel] Oops while shutting down WAN

2014-08-08 Thread Weedy
On Sun, Jul 27, 2014 at 3:34 PM, Weedy weedy2...@gmail.com wrote: Something I discovered while dealing with the WAN bouncing problem. If you ifdown while pppd is setting up it pukes. Sat Jul 26 02:41:52 2014 kern.info kernel: [ 23.08] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

Re: [OpenWrt-Devel] [PATCH]ramips:support Lenovo AC1200 Wireless router

2014-07-28 Thread Weedy
On 28 Jul 2014 12:45, John Crispin j...@phrozen.org wrote: Hi, where is the DTS file ? John Attached to the first mail. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] WAN bouncing at boot

2014-07-27 Thread Weedy
Is there anything I can do to stop this? It started sometime in the last 6months of trunk. Right after this and couple minutes after boot my healing script fires and detects that WAN is broken and calls ifdown; sleep; ifup at which point I get an IP and keep it. But why it the WAN goinig up and

[OpenWrt-Devel] Oops while shutting down WAN

2014-07-27 Thread Weedy
Something I discovered while dealing with the WAN bouncing problem. If you ifdown while pppd is setting up it pukes. Sat Jul 26 02:41:52 2014 kern.info kernel: [ 23.08] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Sat Jul 26 02:41:53 2014 kern.info kernel: [ 23.11] device wlan0

[OpenWrt-Devel] Force delete pppoe-wan

2014-07-03 Thread Weedy
I had some fun last night during my ISPs maintenance window. It made my Internet unstable enough that I'm guessing something racy happened. How can I force remove/delete the pppoe-wan interface? I managed to get it stuck twice before the window finished. Random zombie interface: pppoe-wan Link

Re: [OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-18 Thread Weedy
On Wed, Jun 18, 2014 at 5:48 PM, Shankar Unni shankaru...@netscape.net wrote: Thanks for the pointers, all! Let me try with this approach. I'll probably have to build a wrapper around it, since it's being probed from within a C user-space program. If you're in C shouldn't you use json

Re: [OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-16 Thread Weedy
On Thu, Jun 12, 2014 at 8:28 PM, Gui Iribarren g...@altermundi.net wrote: On 06/12/2014 09:13 PM, Shankar Unni wrote: Ping? How can I look up the current state of the various wireless interfaces using uci now? http://wiki.openwrt.org/doc/uci/network#determining.linux.interface.names

Re: [OpenWrt-Devel] hotplug / micro-optimization

2014-06-06 Thread Weedy
On 5 Jun 2014 04:19, Bastian Bittorf bitt...@bluebottle.com wrote: i have a router here with 400 vlan-interfaces. i'am still not happy, that an hotplug-event triggers a lot of unneccesary action. I wasn't paying attention but what services are you complaining about? On my router things like

Re: [OpenWrt-Devel] hotplug / micro-optimization

2014-06-05 Thread Weedy
On 5 Jun 2014 04:19, Bastian Bittorf bitt...@bluebottle.com wrote: 3) during bootup or '/etc/init.d/$daemon enable' we build a directory for enabled scripts. while we are at it, we can e.g. call 'ifup'/$ACTION if the daemon supports/implements it, otherwise ignore You mean the symlinks in

Re: [OpenWrt-Devel] [PATCH] Fix sysntpd to use multiple servers.

2014-05-07 Thread Weedy
On Wed, May 7, 2014 at 5:46 PM, Ben Kibbey b...@luxsci.net wrote: On Wed, May 07, 2014 at 04:28:00PM +0200, Jo-Philipp Wich wrote: Hi. Can you elaborate on this fix? The current implementation works fine here as well and I cannot spot a functional difference with your change. ~

Re: [OpenWrt-Devel] public ssh key

2014-04-02 Thread Weedy
Your public key goes in /etc/dropbear/authorized_keys. Show us the logs when drop bear is restarted and when you try to login. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-03-30 Thread Weedy
On Sat, Mar 29, 2014 at 2:56 PM, Dave Täht dave.t...@bufferbloat.netwrote: From: Dave Taht dave.t...@bufferbloat.net This adds support for the bufferbloat project's Smart Queue Management (SQM) system, which improves over openwrt's qos-scripts in the following ways + Uses HTB with two

Re: [OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2014-03-29 Thread Weedy
SO GUYS, MERGE PLOX? On 9 Nov 2013 18:42, Weedy weedy2...@gmail.com wrote: On Sat, Nov 9, 2013 at 2:54 PM, David Lang da...@lang.hm wrote: That doesn't slow down bitrot of the patches, that just works for one person's systems, for not. Is there something wrong with this series

Re: [OpenWrt-Devel] [PATCH] Fix regression in busybox sysntpd init when specifying more than one ntp server in the config file.

2014-03-27 Thread Weedy
Please accept this patch. On 28 Feb 2014 14:16, Vittorio G (VittGam) open...@vittgam.net wrote: Hi, This patch fixes a regression introduced with r38787. Before patching: /usr/sbin/ntpd -n -l -p server1 server2 server3 server4 After patching: /usr/sbin/ntpd -n -l -p server1 -p server2 -p

[OpenWrt-Devel] My childhood

2014-03-21 Thread Weedy
https://www.youtube.com/watch?v=eCCrkN6KwPM#t=230 I'm dying ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-22 Thread Weedy
On Fri, Feb 21, 2014 at 6:53 PM, Lars Boegild Thomsen l...@cow.dk wrote: The module I've got is described a bit here: http://wiki.openwrt.org/toh/oolite/oolitev1 Including photos of the exact module. And I actually thought I ordered the V2 but ended up with the V1 :) Where are you

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: Fix WD My Net N750 weak signal issue

2014-01-07 Thread Weedy
On 7 Jan 2014 21:30, Steven Haigh net...@crc.id.au wrote: On 8/01/2014 9:20 AM, Felix Kaechele wrote: The LNAs need to be enabled by setting their respective GPIO to high even though the original firmware's setting sets them to low on initialization. Obviously the LNAs are then later

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-02 Thread Weedy
I don't see a problem with adding this. Sane usage case. Sane script. If we default to thirty days even if you turn it on by accident it won't ware anything out. I would like to see it take min,h,d,m as increment arguments. On 2 Jan 2014 04:26, Bastian Bittorf bitt...@bluebottle.com wrote: *

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-01 Thread Weedy
If this really bothers you, you build from source. And vet the source code before building images. This is what I do for my clients. On 1 Jan 2014 05:24, iyCXLONo mVUTxeyv iycxl...@yandex.com wrote: Hello, Is it possible to download OpenWrt binaries over HTTPS? If not, which seems to be the

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Weedy
On Tue, Dec 3, 2013 at 7:23 PM, Jim Henderson hende...@gmail.com wrote: On Wed, 04 Dec 2013 01:00:00 +, Jo-Philipp Wich wrote: Hi. I just built this while trying to resolve an Android connectivity issue (I'd been running r37866 previously) on a NetGear WNDR3800, and the new build

Re: [OpenWrt-Devel] Trunk build no /etc/init.d/firewall, uci firewall references

2013-11-26 Thread Weedy
After using OpenWRT for years with almost 0 issues this is my workflow. weedy@HAF ~/projects/openwrt $ svn up . make V=3 package/symlinks weedy@HAF ~/projects/openwrt $ cat configs/tl-wdr4300-home.config CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_generic=y CONFIG_TARGET_ar71xx_generic_TLWDR4300

Re: [OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2013-11-09 Thread Weedy
this one is 1/4. Sorry for the earlier message that was incomplete. -Martijn 2013/11/8 Martijn Zilverschoon thefriedzom...@gmail.com: Well if you need this that badly, you can patch it yourself :) git clone git://git.openwrt.org/openwrt.git 2013/11/8 Weedy weedy2...@gmail.com: Can

Re: [OpenWrt-Devel] Newbie needs help in building stable for newer hardware

2013-11-09 Thread Weedy
On Sat, Nov 9, 2013 at 6:31 AM, Florian Effenberger flo...@gmail.comwrote: Hello, 2013/11/8 Weedy weedy2...@gmail.com: Just use trunk. I update my 4300 once a week to HEAD. I I've had zero problems. what is your experience with configuration files? I haven't tested yet, but I am a bit

Re: [OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2013-11-08 Thread Weedy
Can this pretty please not die to bitrot? I need this merged so badly ;_; On Thu, Oct 31, 2013 at 7:33 PM, Marcin Jurkowski marci...@gmail.comwrote: This adds kernel support support for Sagemcom F@st 2704 wireless ADSL router. It's a BCM6328-based 802.11n wireless router with USB port and

Re: [OpenWrt-Devel] [RFC] uClibc: Deactivate oversized thread stack cache

2013-11-08 Thread Weedy
On 8 Nov 2013 12:52, s...@open-mesh.com wrote: From: Sven Eckelmann s...@open-mesh.com A small system like the common home router doesn't have 40 MiB per process for a dirty stack cache. This can easily lead to an overbooking OOM problem and caused a lot of hangs+reboots on 32 MiB systems

Re: [OpenWrt-Devel] Newbie needs help in building stable for newer hardware

2013-11-08 Thread Weedy
On 8 Nov 2013 05:10, Florian Effenberger flo...@gmail.com wrote: Hello, anyone can provide insight? ;-) Thanks, Florian Just use trunk. I update my 4300 once a week to HEAD. I I've had zero problems. 2013/10/9 Florian Effenberger flo...@gmail.com: Hello, I consider myself quite

Re: [OpenWrt-Devel] zram backport for Attitude Adjustment

2013-11-07 Thread Weedy
On 8 Nov 2013 00:41, Ben West b...@gowasabi.net wrote: As someone who runs AA r38247 patched to include zram support, I can add anecdotal experience that some processes don't behave well when paged to swap. I'm running AR7240 devices with 32MB RAM (i.e. UBNT M gear) as mesh nodes, and I've

Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-10-26 Thread Weedy
On Sat, Oct 26, 2013 at 8:35 AM, omggo oom...@gmail.com wrote: out of interest weedy, what tp-link devices do you have? Two WDR4300, a WR2543ND, and a WR1043ND (this one was bought and is used in the Netherlands). I also have a TL-WR702N or 703/710. I forget, the one that costs like 15 bucks. I

Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-10-25 Thread Weedy
On 25 Oct 2013 09:40, Alvaro Kuolas kuo...@gmail.com wrote: I have the same issue with different Atheros based routers, namely: TP-Link WDR4300, WDR4900, TL-WR841ND V1 and TL-WR841ND V2. WiFi it's quite unstable and I don't know where to look for debugging this issue. My tp-link devices are

Re: [OpenWrt-Devel] [OpenWrt-Devel 4/4] Add profile and build image for Sagemcom F@ST2704V2 ADSL router

2013-10-21 Thread Weedy
On 21 Oct 2013 14:47, Marcin Jurkowski marci...@gmail.com wrote: This adds profile and build image for Sagemcom F@st2704, using b43 driver. For WiFi to work properly BCMA fallback SPROM support patch must be applied (http://git.io/z1Ki8A). ... I can put a real OS on this pile of ass? I CAN

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-18 Thread Weedy
On 18/10/13 07:09 AM, José Vázquez Fernández wrote: Take a look at this ticket: https://dev.openwrt.org/ticket/9631 Again, I do not personally have this issue but I can see why it would need to be fixed. $ ssh r...@openwrt.lan 'reboot';sleep 3;while ! ping -c3 openwrt.lan; do sleep 2; done; ssh

Re: [OpenWrt-Devel] ath9k / set txpower / TP-LINK TL-WR841N/ND v8

2013-10-17 Thread Weedy
On 17 Oct 2013 08:25, Bastian Bittorf bitt...@bluebottle.com wrote: we are facing a strange issue on 2 routers with identical hardware: TP-LINK TL-WR841N/ND v8 - i cannot set txpower 18 dBm according to 'iwconfig'/'iwinfo' on ONE router. the other (different location, same openwrt-revision

Re: [OpenWrt-Devel] Quick hack for kernel entropy problem on MIPS

2013-10-17 Thread Weedy
On Thu, Oct 17, 2013 at 11:40 AM, chrono chr...@open-resource.org wrote: Ahoi everyone, it was requested on IRC that I send my solution to the entropy problem with the current kernel (e.g. having 0 available entropy): root@OpenWrt:/# cat /proc/sys/kernel/random/entropy_avail 0 Uhh ok?

  1   2   >