Re: [OpenWrt-Devel] [OpenWrt-Commits] r48276 - trunk/target/linux/ar71xx/image

2016-01-22 Thread Arjen de Korte
This doesn't look good. This patch will move the location of the 'caldata_backup' partition from the factory default location 0x01fc-0x0200 : "caldata_backup" to 0x07fc-0x0800 : "caldata_backup" But since the data of this partition is not moved beforehand, the

Re: [OpenWrt-Devel] uclient-fetch & SSL WAS:Re: DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-22 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-22 22:29, edgar.sol...@web.de wrote: On 22.01.2016 16:20, Felix Fietkau wrote: On 2016-01-22 16:03, edgar.sol...@web.de wrote: On 22.01.2016 14:32, Weedy wrote: Question: The busybox binary (for me) goes from 366,401 bytes to 300,327 with the removal of wg

Re: [OpenWrt-Devel] uclient-fetch & SSL WAS:Re: DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-23 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-23 01:25, Felix Fietkau wrote: On 2016-01-23 00:45, Arjen de Korte wrote: It also behaves differently with the http://dyn.dns.he.net servers (returning a Connection failure, despite also returning a result). See below: # /bin/uclient-fetch -O- '

Re: [OpenWrt-Devel] uclient-fetch & SSL WAS:Re: DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-23 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-23 20:54, Arjen de Korte wrote: Citeren Felix Fietkau : On 2016-01-23 01:25, Felix Fietkau wrote: On 2016-01-23 00:45, Arjen de Korte wrote: It also behaves differently with the http://dyn.dns.he.net servers (returning a Connection failure, despite also

Re: [OpenWrt-Devel] Discussion: Replace BUSYBOX NSLOOKUP by hostip package

2016-01-24 Thread Arjen de Korte
Citeren Christian Schoenebeck : For some (good) reason you decided to remove wget from BusyBox and replace it by uclient-fetch. Why not also remove nslookup from BusyBox. - If compiled with musl it malfunction with given dns-server Correct. It will completely ignore the [SERVER] argu

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

2016-01-24 Thread Arjen de Korte
Citeren Christian Schoenebeck : I'm currently looking on ddns-scripts and still got certificate problems I'm on r48470 including ca-certificates package installed root@OpenWrt:~# uclient-fetch -O- 'https://myuser:myp...@update.spdns.de/nic/update?hostname=myhost.example.com&ip=8.8.8.8' Downlo

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

2016-01-25 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-24 17:35, Felix Fietkau wrote: On 2016-01-24 13:06, Christian Schoenebeck wrote: I'm currently looking on ddns-scripts and still got certificate problems I'm on r48470 including ca-certificates package installed root@OpenWrt:~# uclient-fetch -O- 'https://m

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

2016-01-25 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-25 19:14, Arjen de Korte wrote: Citeren Felix Fietkau : On 2016-01-24 17:35, Felix Fietkau wrote: On 2016-01-24 13:06, Christian Schoenebeck wrote: I'm currently looking on ddns-scripts and still got certificate problems I'm on r48470 in

Re: [OpenWrt-Devel] Changeset 48456

2016-01-28 Thread Arjen de Korte
Citeren Chris Marchesi : I noticed changeset 48456, which reverts 48276, which I put in to get the full 128MB flash on a WNDR3700v4. Yup, this badly breaks the WNDR4300, which is almost the same hardware, but apparently has different boot code in it. Looks like the issue was the fact that

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

2016-01-29 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-25 20:26, Arjen de Korte wrote: Citeren Felix Fietkau : On 2016-01-25 19:14, Arjen de Korte wrote: Citeren Felix Fietkau : On 2016-01-24 17:35, Felix Fietkau wrote: On 2016-01-24 13:06, Christian Schoenebeck wrote: I'm currently looking on ddns-sc

Re: [OpenWrt-Devel] stdout and putchar() behavior in musl

2016-03-30 Thread Arjen de Korte
Citeren Ram Chandra Jangir : Hi, Did anyone observed stdout and putchar() behavior differences between musl & uClibc? I have below code snippet : int main(void){ int c; while((c=getchar())!= 'e') { putchar(c+1); } return 0; } When I use uCl

Re: [OpenWrt-Devel] [PATCH v1] 6in4: add maxtry option to make more persistent updating HE endpoint

2018-07-28 Thread Arjen de Korte
Citeren Kevin Darbyshire-Bryant : Add option 'maxtry' to 6in4 interface definition. Defaults to 3. Defines maximum number of attempts to update Hurricane Electric tunnel endpoint address. Originally unconfigurable and hard coded to 3. Each update attempt has a 5 second timeout. I don't thi

Re: [OpenWrt-Devel] Bumping ar71xx to 4.14

2018-10-05 Thread Arjen de Korte
Citeren Koen Vandeputte : Hi All, Regarding bumping ar71xx to 4.14, from my point of view all known issues seem to be fixed. Therefore, I'm planning to actually make 4.14 the default for this target mid next week. If you still have issues which would not allow this, please let me know a

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread Arjen de Korte
Citeren Torbjörn Jansson : On 23 May 2018 15:45:47 GMT+02:00, "Andrey Jr. Melnikov" wrote: John Crispin wrote: Hi All, In order to bring the OpenWrt mailing list back to operational status, we are moving them to the infradead server. The 2 current LEDE lists will be renamed * lede-d

Re: [OpenWrt-Devel] [PATCH] procd: Fix compile error with GCC8

2018-06-21 Thread Arjen de Korte
Citeren John Crispin : On 21/06/18 22:58, Rosen Penev wrote: error: ‘%d’ directive output may be truncated writing between 2 and 10 bytes into a region of size 3 [-Werror=format-truncation=] snprintf(fd_buf, sizeof(fd_buf), "%d", wdt_fd); ^~~ note: directive

[OpenWrt-Devel] [PATCH] package: Remove dependencies to kmod-ipv6

2015-09-18 Thread Arjen de Korte
Since r46834, IPv6 support is builtin if selected. Therefor, dependencies on kmod-ipv6 can no longer be fulfilled, since it is not a module anymore. Signed-off-by: Arjen de Korte --- package/kernel/linux/modules/netfilter.mk | 6 +++--- package/network/config/gre/Makefile | 2

[OpenWrt-Devel] [PATCH 2/2] packages: Remove dependencies to kmod-ipv6

2015-09-20 Thread Arjen de Korte
Since r46834, IPv6 support is builtin if selected. Therefor, dependencies on kmod-ipv6 can no longer be fulfilled, since it is not a module anymore. Signed-off-by: Arjen de Korte --- ipv6/tayga/Makefile | 2 +- libs/libwebsockets/Makefile | 2 +- net/lispmob/Makefile| 2 +- net

[OpenWrt-Devel] [PATCH] Configure IPv6 kernel options in config/Config-kernel.in

2015-09-22 Thread Arjen de Korte
Signed-off-by: Arjen de Korte --- config/Config-kernel.in| 23 +++ package/kernel/linux/modules/netsupport.mk | 22 -- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index

Re: [OpenWrt-Devel] [PATCH] Configure IPv6 kernel options in config/Config-kernel.in

2015-09-22 Thread Arjen de Korte
Citeren John Crispin : On 22/09/2015 19:31, Arjen de Korte wrote: Revision 46834 changed IPv6 support from a module to builtin. But since the configuration of the IPv6 kernel options was left in package/kernel/linux/modules/netsupport.mk, this means that an empty kmod-ipv6 module was still

Re: [OpenWrt-Devel] [PATCH 2/2] packages: Remove dependencies to kmod-ipv6

2015-10-05 Thread Arjen de Korte
Citeren John Crispin : Hi, On 20/09/2015 10:54, Arjen de Korte wrote: Since r46834, IPv6 support is builtin if selected. Therefor, dependencies on kmod-ipv6 can no longer be fulfilled, since it is not a module anymore. Signed-off-by: Arjen de Korte --- ipv6/tayga/Makefile | 2

Re: [OpenWrt-Devel] [PATCH] lantiq: fix use of IRQF_DISABLED in lantiq kmods

2015-10-11 Thread Arjen de Korte
Citeren Mathias Kresin : The IRQF_DISABLED flag was removed in kernel 4.1 with commit "genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely" [1]. Therefore the compilation of ltq-hcd and ltq-vmmc kmods fails. [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/l

Re: [OpenWrt-Devel] 回复: [OpenWrt-Users] 回复: How to disable the Internal PA in the mt7620a ?

2015-11-04 Thread Arjen de Korte
Citeren Soulkey : Sorry, Could you tell me how to disable the Internal Pa in mt7620 soc ? I am very eager to get your help. Thank you. Soulkey This is not MediaTek support. Be patient. You've made your point that you are in a hurry, but unless you can get a direct answer from the

Re: [OpenWrt-Devel] [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread Arjen de Korte
Citeren Weijie Gao : 2015-11-08 4:42 GMT+08:00 Shonn Lu : Signed-off-by: Shonn Lu --- .../0064-reset-m25p80-when-shutdown.patch | 24 ++ 1 file changed, 24 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0064-reset-m25p80-when-shutdown.patch d

Re: [OpenWrt-Devel] [PATCH 1/3] ramips: Fix whitespace in the switch driver.

2015-12-11 Thread Arjen de Korte
Citeren "Vittorio G (VittGam)" : Hi, On 11/12/2015 10:32:08 CET, John Crispin wrote: 1) the subject and description dont match. Well, the description is an addition to the subject, but okay. 2) why would we want to intermingle the portmap and register init variables. they are 2 different t

[OpenWrt-Devel] Memory leak in mac80211?

2015-12-20 Thread Arjen de Korte
Since commit 47771 it seems my WNDR4300 router suffers from a memory leak. Before then, the amount of free memory was always around 75%, but since then it steadily decreases until it runs out of memory and reboots. The process then starts all over again. After a couple of days of 'git bisec

Re: [OpenWrt-Devel] Memory leak in mac80211?

2015-12-20 Thread Arjen de Korte
Citeren Felix Fietkau : On 2015-12-20 11:52, Arjen de Korte wrote: Since commit 47771 it seems my WNDR4300 router suffers from a memory leak. Before then, the amount of free memory was always around 75%, but since then it steadily decreases until it runs out of memory and reboots. The process

Re: [OpenWrt-Devel] [OpenWrt-Commits] r44899 - trunk/package/network/config/netifd

2015-03-20 Thread Arjen de Korte
I'm running trunk on a Netgear WNDR4300. On this router, a Hurricane Electric tunnel is configured to provide IPv6 access for the LAN. All was fine until this morning. Bisecting leads to the below commit to break IPv6 routing (IPv4 was still fine). Could it be that 6in4 needs to be modified

Re: [OpenWrt-Devel] Rebuilding for specific hardware, example ar71xx/image for TP-Link TL-WR841ND

2015-03-23 Thread Arjen de Korte
Citeren Jean-Michel Pouré - GOOZE : Le lundi 23 mars 2015 à 21:21 +0800, Yousong Zhou a écrit : "./scripts/feeds install pkgname" will make those packages visible/available/selectable in menuconfig (creating links in package/feeds/feedsname/) as the prior update action only fetches them down as

Re: [OpenWrt-Devel] Rebuilding for specific hardware, example ar71xx/image for TP-Link TL-WR841ND

2015-03-23 Thread Arjen de Korte
Citeren Jean-Michel Pouré - GOOZE : Le lundi 23 mars 2015 à 15:18 +0100, Arjen de Korte a écrit : No, you have to run 'make menuconfig' and select the luci package in there. In many cases, other packages are needed when you select a package. This is exactly what menuconfig automates

Re: [OpenWrt-Devel] Multiple OpenWrt devices collectively managed?

2015-03-23 Thread Arjen de Korte
Citeren Janne Cederberg : Cool, this sparked a conversation :) Yes, the background of the question was not a mesh network but a network where all APs could be connected to the same switch for example and from there to a DHCP server. A controller would control which channels the APs operate on to

[OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-25 Thread Arjen de Korte
I use an IPv6 tunnel provided by Hurricane Electric to provide IPv6 access for my LAN. HE tunnels are configured statically (no DHCPv6 / PD involved) and for the purpose of understanding what ranges are used, assume the following: WAN - 2001:DB8:DEAD:BEEF::/64 (local tunnel endpoint at

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-25 Thread Arjen de Korte
Citeren Arjen de Korte : I use an IPv6 tunnel provided by Hurricane Electric to provide IPv6 access for my LAN. HE tunnels are configured statically (no DHCPv6 / PD involved) and for the purpose of understanding what ranges are used, assume the following: WAN - 2001:DB8:DEAD:BEEF

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-26 Thread Arjen de Korte
Citeren Steven Barth : Hello Arjen, most likely, your DHCPv6 client implementation is faulty and you should probably file a bug for more than one reason. In that case, I have a lot of bug reports to file, because none of the DHCPv6 clients I tried were happy with preferred lifetimes of 1

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-26 Thread Arjen de Korte
Citeren Steven Barth : In that case, I have a lot of bug reports to file, because none of the DHCPv6 clients I tried were happy with preferred lifetimes of 1 second on their leases (which includes Windows 7, 8.1 and openSUSE 13.2). Sorry, I cannot confirm this. I just tried it with both Win

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-26 Thread Arjen de Korte
Citeren Steven Barth : This breaks clients that need fixed IPs (in my case, mostly webmail clients). I wonder why they are so sensitive to source-address changes since their old address is still valid and not deprecated so there is no need to switch. Webmail clients usually don't keep a c

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-27 Thread Arjen de Korte
Citeren Steven Barth : The problem is that you try to be "smart" by abusing the ability to set the address preferred lifetime lower than T1. I don't dispute that it is allowed by the RFC, but it is definitely not recommended. There is no formal requirement (not even a SHOULD) that says otherw

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-30 Thread Arjen de Korte
Citeren Steven Barth : After thinking it through a bit more, I changed the default behavior to the following: The preferred lifetime is now as given by the ISP, however the DHCPv6 server will only hand out the address with the highest preferred lifetime (= the ULA unless disabled). Since

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-03-30 Thread Arjen de Korte
Citeren Steven Barth : Is that okay with you or do you see any other issues? I'm seeing negative preferred and valid lifetimes: Mar 30 19:24:46 host.example.com NetworkManager[750]: valid_lft -173 Mar 30 19:24:46 host.example.com NetworkManager[750]: preferred_lft -173 Mar 30 19:54:

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-04-04 Thread Arjen de Korte
Citeren Steven Barth : Is that okay with you or do you see any other issues? One issue left. Since IPv6 is configured statically here, the preferred- and valid lifetimes are 'forever' (represented as 0x). If the lifetime is forever, it should stay that way. See attached patch. It

Re: [OpenWrt-Devel] DHCPv6 flash renumbering patches with HE tunnel breaks

2015-04-05 Thread Arjen de Korte
Citeren Arjen de Korte : Citeren Steven Barth : Is that okay with you or do you see any other issues? One issue left. Since IPv6 is configured statically here, the preferred- and valid lifetimes are 'forever' (represented as 0x). If the lifetime is forever, it should

Re: [OpenWrt-Devel] Dirty Diamond

2015-04-09 Thread Arjen de Korte
+1 Citeren Hartmut Knaack : That Doodle poll turned out to be spamed/trolled, and everyone could even change or delete other votes. Since this was just communicated over this mailing list, and subscribers are at least basically verified, why not have a good old fashioned poll? Give your +1 ans

Re: [OpenWrt-Devel] [PATCH RFC] Add support for Ubiquiti Unifi Outdoor Plus

2015-06-08 Thread Arjen de Korte
Citeren Kirill Berezin : Hi Stefan, I have a couple of suggestions. First of all I think it will be better to initialize static variables in hsr_tune with zeroes : ++static void hsr_tune(struct ath_hw* ah, int bw, int fq) { ++ static int initialized = 0; ++ static int last_bw =

Re: [OpenWrt-Devel] Rebooting boards with > 16M SPI flash

2015-07-09 Thread Arjen de Korte
Citeren Paul Fertser : Hi John, John Crispin writes: looks good to me but i will run this past linux-mtd and ask them for an opinion before merging it. This patch was meant as a quick "hack" rather than a complete solution, that's why I didn't bother adding proper commit message, S-o-b etc.

Re: [OpenWrt-Devel] Rebooting boards with > 16M SPI flash

2015-07-09 Thread Arjen de Korte
Citeren Paul Fertser : Arjen de Korte writes: Citeren Paul Fertser : Another is that such a patch is mostly a bad substitute for proper hardware design. Not really. There may not be a hardware reset line if the flash is running in x4 data mode. Imagine there's a bug in the kernel

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Arjen de Korte
Citeren "Robert P. J. Day" : On Tue, 7 Oct 2014, Aaron Z wrote: On Tue, Oct 7, 2014 at 7:06 PM, Robert P. J. Day wrote: > finally, given that this board looks like *someone's* dev board, > would anyone know where it might have come from? there's no > manufacturer name on it anywhere. in t

Re: [OpenWrt-Devel] desperately seeking info on this weird MT7620A/MT7610EN dev board

2014-10-08 Thread Arjen de Korte
Citeren "Robert P. J. Day" : On Wed, 8 Oct 2014, Arjen de Korte wrote: Citeren "Robert P. J. Day" : >On Tue, 7 Oct 2014, Aaron Z wrote: > > >On Tue, Oct 7, 2014 at 7:06 PM, Robert P. J. Day > >wrote: > > > finally, given that this board looks