[OpenWrt-Devel] [PATCH 1/2] toolchain/gdb: Update to 7.11

2016-03-09 Thread Hannu Nyman
Update gdb to version 7.11 Signed-off-by: Hannu Nyman --- Release notes: https://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html GDB 7.11 brings new features and improvements, including: * Per-inferior thread numbers (thread numbers are now per inferior instead of being global

[OpenWrt-Devel] [PATCH] tools/findutils: Update to 4.6.0

2016-03-10 Thread Hannu Nyman
Update GNU findutils to the new stable version 4.6.0 Remove the patch for 32-bit buildhosts as the issue is fixed upstream. Signed-off-by: Hannu Nyman --- Upstream configure code checks for 32/64 bit systems (long int size) and uses that to define a new type long_time_t. Thus the Openwrt patch

[OpenWrt-Devel] [PATCH] tools/flex: update to 2.6.1

2016-03-15 Thread Hannu Nyman
Update flex to 2.6.1 * Flex has moved to Github, adjust download link * Remove patch that has been applied upstream * Disable building tests to avoid circular dependency to bison - disable also docs and examples at the same time Signed-off-by: Hannu Nyman --- Release notes: https

[OpenWrt-Devel] [PATCH] CC: include/version.mk: Adjust to 15.05.1 release

2016-03-19 Thread Hannu Nyman
Adjust the default version number in include/version.mk to 15.05.1 After the change, new builds made from CC sources will have opkg config that downloads from the recent 15.05.1 packages repo instead of the ancient 15.05 packages repo. Signed-off-by: Hannu Nyman --- There has already been some

[OpenWrt-Devel] [PATCH v2] CC: version.mk and image-config.in: adjust to 15.05.1

2016-03-20 Thread Hannu Nyman
packages repo instead of the ancient 15.05 packages repo. The change to image-config.in ensures that if somebody uses VERSIONOPT config options in .config, he will get the correct download repo address (instead of trunk snapshots). Signed-off-by: Hannu Nyman --- v2: adds also the image-config.in

[OpenWrt-Devel] [PATCH] tools/mpfr: update to 3.1.4

2016-04-05 Thread Hannu Nyman
Update mpfr to 3.1.4 Signed-off-by: Hannu Nyman --- Release notes at: http://www.mpfr.org/mpfr-current/ tools/mpfr/Makefile | 6 +++--- tools/mpfr/patches/001-only_src.patch | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/mpfr/Makefile b/tools

[OpenWrt-Devel] [PATCH] tools/cmake: update to 3.5.1

2016-04-05 Thread Hannu Nyman
Update cmake to 3.5.1 Signed-off-by: Hannu Nyman --- Release notes at https://cmake.org/cmake/help/v3.5/release/3.5.html tools/cmake/Makefile | 6 +++--- tools/cmake/patches/100-disable_qt_tests.patch | 4 ++-- tools/cmake/patches/110-freebsd-compat.patch | 3

[OpenWrt-Devel] [PATCH] feeds.conf.default: remove the commented ancient feeds

2016-04-10 Thread Hannu Nyman
currently unavailable (in svn.openwrt.org) Signed-off-by: Hannu Nyman --- The existence of non-functional feeds can lead to confusion and questions every now and then. Better to remove these misleading feed definitions. The old feeds at svn.openwrt.org can be seen via dev.openwrt.org: https

Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: remove the commented ancient feeds

2016-04-19 Thread Hannu Nyman
Does anybody know what happened to this patch? http://patchwork.ozlabs.org/patch/608467/ I got email from ozlabs patchwork eight days ago that the patch was "accepted" and ozlabs status shows that, but so far the patch has not been commited to the source repo. It has disappeared somewhere :-(

Re: [OpenWrt-Devel] [PATCH v3] base-files: evaluate uci-defaults on run-time installations

2016-04-27 Thread Hannu Nyman
I did not try to think through if this would be the correct thing to do for all packages, but the basic change seems reasonable. Having the uci-defaults run postponed to the reboot is annoying in some cases. However, your patch seems to break the basic characteristics of an uci-defaults script

[OpenWrt-Devel] r49252 (dnsmasq: run as dedicated UID/GID) causing major havoc

2016-04-30 Thread Hannu Nyman
r49252 (dnsmasq: run as dedicated UID/GID) seems to be causing major havoc. So far at least 5 bugs about it: #22271, #22277, #22278, #22300, #22303 The change to require a separate userid & group for dnsmasq without providing any transitioning mechanism effectively prevents dnsmasq from startin

Re: [OpenWrt-Devel] r49252 (dnsmasq: run as dedicated UID/GID) causing major havoc

2016-05-01 Thread Hannu Nyman
> i have just pushed a generic fix, please verify that it fixes the issue. > it seems to work for me. Yep, your fix works ok. Tested with a new build of r49276. Great that you figured out a generic solution, so that this kind of problems should be automagically fixed in future. ___

[OpenWrt-Devel] [PATCH][CC15.05] opkg: backport 'opkg list --size' option

2015-10-13 Thread Hannu Nyman
e - description". Signed-off-by: Hannu Nyman --- Implemented in trunk by r46980: https://dev.openwrt.org/changeset/46980 http://git.openwrt.org/?p=openwrt.git;a=commit;h=97e7e2bae9beced5b079d352035a5e914e9715e2 I have included this in my CC15.05 build without problems. If this gets accep

Re: [OpenWrt-Devel] Question about kernel build number

2015-10-15 Thread Hannu Nyman
Drasko DRASKOVIC wrote on Thu Oct 15 11:06:09 CEST 2015: > I guess that 7bed08fa9c06eb8089e82c200340ec66 is a random hash to give UUID to each build Wrong. That hash is a checksum of all the kernel options used when compiling the kernel. And that checksum is the usual reason for the dependenc

[OpenWrt-Devel] buildbot: gb15 fails to upload due to host keys and wyrding timeouts largest firmwares

2015-10-24 Thread Hannu Nyman
Buildbot needs some maintenance, as some of the buildslaves are behaving badly :-( 1) gb15 has a wrong host key and silently fails all uploads. It just completed 4 builds successfully, but did not upload them. That has been going on for some time now. Build status green, but upload has faile

Re: [OpenWrt-Devel] buildbot: gb15 fails to upload due to host keys and wyrding timeouts largest firmwares

2015-10-25 Thread Hannu Nyman
On 25.10.2015 13:14, Zoltan HERPAI wrote: Hannu Nyman wrote: wyrding timeouts the imagebuilder/SDK tar file creation step for the largest firmwares. I have noticed that as ar71xx has suffered from that several times in the last few weeks. The 20 minutes given for waiting for any output from

[OpenWrt-Devel] [PATCH] tools/pkg-config: update to 0.29

2015-10-26 Thread Hannu Nyman
Update pkg-config to version 0.29. Release announcement: http://lists.freedesktop.org/archives/pkg-config/2015-September/001019.html Drop patches, as they have been implemented upstream. Signed-off-by: Hannu Nyman --- pkg-config 0.29 === - Fixed a regression from 0.28 in system -L flag

[OpenWrt-Devel] [PATCH] tools/quilt: update to 0.64

2015-10-26 Thread Hannu Nyman
Update quilt to version 0.64. Changelog: http://git.savannah.gnu.org/cgit/quilt.git/tree/NEWS?id=v0.64 Refresh patches. (scripts/inspect.in has been removed upstream) Signed-off-by: Hannu Nyman --- Version 0.64 (Mon Feb 09 2015) - Check for series file consistency - Performance: Several

[OpenWrt-Devel] [PATCH] tools/xz: update to 5.2.2

2015-10-27 Thread Hannu Nyman
Update xz to version 5.2.2. Add a secondary download location. Signed-off-by: Hannu Nyman --- 5.2.2 (2015-09-29) * Fixed bugs in QNX-specific code. * Omitted the use of pipe2() even if it is available to avoid portability issues with some old Linux and glibc combinations

[OpenWrt-Devel] [PATCH] tools/cmake: update to 3.3.2

2015-10-28 Thread Hannu Nyman
Update cmake to 3.3.2 and refresh patches. Add a secondary download location. Signed-off-by: Hannu Nyman --- Release notes 3.0-3.3: https://cmake.org/cmake/help/v3.3/release/3.0.html https://cmake.org/cmake/help/v3.3/release/3.1.html https://cmake.org/cmake/help/v3.3/release/3.2.html https

[OpenWrt-Devel] [PATCH] hostapd: add default value to eapol_version (#20641)

2015-11-02 Thread Hannu Nyman
1 or 2 are actually passed on, so 0 will not change the default action in hostapd. Signed-off-by: Hannu Nyman --- References: https://dev.openwrt.org/changeset/46861/ https://dev.openwrt.org/ticket/20641 Error message: Mon Nov 2 12:34:14 2015 daemon.notice netifd: radio0 (6249): sh: out of range Mon

[OpenWrt-Devel] [PATCH] tools/mpc: update to 1.0.3

2015-11-02 Thread Hannu Nyman
Update mpc version to 1.0.3. Change download location to @GNU. Signed-off-by: Hannu Nyman --- tools/mpc/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index 27b6fbe..f0bf8f4 100644 --- a/tools/mpc/Makefile +++ b/tools

[OpenWrt-Devel] [PATCH] tools/mpfr: update to 3.1.3

2015-11-02 Thread Hannu Nyman
Update mpfr to version 3.1.3. Refresh patches. Signed-off-by: Hannu Nyman --- tools/mpfr/Makefile | 6 +++--- tools/mpfr/patches/001-only_src.patch | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index

[OpenWrt-Devel] [PATCH] toolsbison: update to 3.0.4

2015-11-02 Thread Hannu Nyman
Update bison to 3.0.4. Refresh patches. Drop the unnecessary PKG_CAT definition. Signed-off-by: Hannu Nyman --- Bison changelog: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS?id=c4e686a1abd817b4d4da5bdd5b3a5540566fd4a0 tools/bison/Makefile | 7 +++ tools

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

2015-11-03 Thread Hannu Nyman
Update scons to 2.4.0. Change mirror (as the previous one is missing the current version). Signed-off-by: Hannu Nyman --- tools/scons/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/scons/Makefile b/tools/scons/Makefile index bf7559b..3ea5d13 100644

[OpenWrt-Devel] [PATCH] tools/mm-macros: update to 0.9.8

2015-11-03 Thread Hannu Nyman
Update mm-macros to 0.9.8. Add a secondary download location. Signed-off-by: Hannu Nyman --- tools/mm-macros/Makefile | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/mm-macros/Makefile b/tools/mm-macros/Makefile index 94ce0de..546e3be 100644 --- a/tools/mm

[OpenWrt-Devel] [PATCH] toolchain/gdb: update to 7.10, sync with target package version

2015-11-04 Thread Hannu Nyman
Update toolchain gdb to 7.10. Refresh patches. Signed-off-by: Hannu Nyman --- toolchain/gdb/Makefile| 6 +++--- toolchain/gdb/patches/100-no_extern_inline.patch | 4 ++-- toolchain/gdb/patches/110-no_testsuite.patch | 4 ++-- toolchain

[OpenWrt-Devel] Netifd: are the protocol-based prefixes still needed for interface names?

2015-11-06 Thread Hannu Nyman
Netifd (or the protocol defintions) add a prefix like "br-", "6in4-", "pppoe-" etc. to names of interfaces with selected protocols and bridge interfaces. Example: 6in4-tunnel interface "sixxs" gets created in the system as "6in4-sixxs". https://dev.openwrt.org/browser/trunk/package/network/ipv6

[OpenWrt-Devel] [PATCH] tools/e2fsprogs: update to 1.42.13

2015-11-08 Thread Hannu Nyman
Update e2fsprogs to 1.42.13. Refresh and cleanup patches. Signed-off-by: Hannu Nyman --- Changelogs 1.42.8-1.42.13: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html tools/e2fsprogs/Makefile | 6 +++--- tools/e2fsprogs/patches/003-openbsd-compat.patch | 12

Re: [OpenWrt-Devel] OpenWRT broken for some reason in my system

2015-11-09 Thread Hannu Nyman
One more "me too" report: There was probably something unusual in the last OS kernel update for Ubuntu 15.10 x64, which has caused some compiler tools to require re-installation. I updated Ubuntu 15.10 kernel last week along other updates offered by the system, and after the kernel update I ra

Re: [OpenWrt-Devel] OpenWRT broken for some reason in my system

2015-11-09 Thread Hannu Nyman
On 9 November 2015 at 17:14, Carlos Ferreira <mailto:carlosmf...@gmail.com>> wrote: For reference, I'm using Manjaro Linux (Arch Linux based). [claymore@Claymore trunk]$ uname -a Linux Claymore 4.3.0-1-MANJARO #1 SMP PREEMPT Mon Nov 2 07:40:28 UTC 2015 x86_64 GNU/Linux

[OpenWrt-Devel] [PATCH] scripts/diffconfig.sh: reduce config output with CONFIG_BUSYBOX_CUSTOM

2015-11-12 Thread Hannu Nyman
the output and leaves only the actually modified options. Signed-off-by: Hannu Nyman --- Reference to: https://dev.openwrt.org/changeset/39435 https://dev.openwrt.org/changeset/47461 For me this change eliminates 261 unnecessary busybox lines from diffconfig output, leaving only the 4 actually

[OpenWrt-Devel] [PATCH] base-files: use the correct path in case of modified preinit options

2015-11-18 Thread Hannu Nyman
. Also modify the fall-back default in Makefile. Signed-off-by: Hannu Nyman --- r47080 modified the default PATH almost everywhere, including the preinit path, but it overlooked the case where user modifies other preinit options. https://dev.openwrt.org/changeset/47080/ The problem lies in the

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

2015-11-19 Thread Hannu Nyman
Update scons to 2.4.1. Signed-off-by: Hannu Nyman --- tools/scons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/scons/Makefile b/tools/scons/Makefile index 3ea5d13..da38948 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -8,12 +8,12

[OpenWrt-Devel] [PATCH] tools/cmake: update to 3.4.0

2015-11-19 Thread Hannu Nyman
Update cmake to 3.4.0. Refresh patches. Signed-off-by: Hannu Nyman --- Release notes at https://cmake.org/cmake/help/v3.4/release/3.4.html tools/cmake/Makefile | 6 +++--- tools/cmake/patches/100-disable_qt_tests.patch | 4 ++-- tools/cmake/patches/110-freebsd

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix wndr3700_board_detect for some NETGEAR WNDR3700v2 (again)

2015-11-20 Thread Hannu Nyman
Looks ok to me. I have an old/original WNDR3700v2 with only ff's there in the version string. But I had not noticed the effects of your r46455 patch in July as I had not used my v2 since April. I flashed it with the trunk version 47515 from yesterday, and indeed, the model name got parsed wron

[OpenWrt-Devel] [PATCH] tools/mm-macros: update to 0.9.9

2015-12-07 Thread Hannu Nyman
Update mm-macros (mm-common) to 0.9.9. Switch to use the @GNOME source download location. Signed-off-by: Hannu Nyman --- mm-macros was the only tool/package from GNOME not use the @GNOME source location definition, so switch the tool to use that. tools/mm-macros/Makefile | 7 +++ 1 file

[OpenWrt-Devel] [PATCH] scripts/download.pl: cleanup GNOME source location definitions

2015-12-07 Thread Hannu Nyman
Cleanup the @GNOME source download location definitions: * remove dead and stale mirrors * adjust to changes at directory structure * add one new working mirror Signed-off-by: Hannu Nyman --- scripts/download.pl | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a

[OpenWrt-Devel] [PATCH] dnsmasq: add host-specific lease time option for static hosts

2016-01-05 Thread Hannu Nyman
:66:55:59:7c,192.168.1.245,Nexus,2h Signed-off-by: Hannu Nyman --- Reference to discussion at https://patchwork.ozlabs.org/patch/561694/ I have included this option in my own build for the last 4 years. (Ever since I tried to submit it via https://dev.openwrt.org/ticket/11227 ) I have als

Re: [OpenWrt-Devel] [PATCH] add UCI option for leasetime per static host

2016-01-05 Thread Hannu Nyman
Felix Fietkau wrote at Sun Jan 3 21:19:20 CET 2016: > On 2015-12-30 06:28, ufomanfred at freaktose.net wrote: > > Hi guys, > > > > I wanted to use this feature and decided to figure out how to commit to the > > ... > Patch is still broken (line wrapped). > Also, the subject should have a proper p

[OpenWrt-Devel] Description of the old packages repo at git.openwrt.org should be changed to "oldpackages"

2016-01-08 Thread Hannu Nyman
The git description of the old packages repository is confusingly still "OpenWrt main package feed", although the repo is currently the unmaintained "oldpackages" feed. It would be more clear for a casual user if the git description would match the current contents... Description could be some

[OpenWrt-Devel] [PATCH] tools/cmake: update version to 3.4.1

2016-01-09 Thread Hannu Nyman
Update cmake version to 3.4.1, released in Dec 2015. Signed-off-by: Hannu Nyman --- Release notes available at: http://www.kitware.com/blog/home/post/1016 tools/cmake/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/cmake/Makefile b/tools/cmake

[OpenWrt-Devel] Has buildbot died? lost its schedule?

2016-01-11 Thread Hannu Nyman
Buildbot has not initiated any new builds since Friday. All buildslaves sit idle waiting for new orders. http://buildbot.openwrt.org:8010/buildslaves http://buildbot.openwrt.org:8010/builders It looks like the buildbot has somehow lost its triggering schedule. ___

[OpenWrt-Devel] Plans for CC 15.05.1 or DD 16.xx release?

2016-01-11 Thread Hannu Nyman
Are there any plans for a CC 15.05.1 maintenance release? Or will DD 16.xx be the next one? There have been so many fixes to 15.05 that personally I would like to see a maintenance release 15.05.1. There have been both security fixes, but also new/improved features that should be adopted more

Re: [OpenWrt-Devel] Plans for CC 15.05.1 or DD 16.xx release?

2016-01-11 Thread Hannu Nyman
On 11.1.2016 13:40, John Crispin wrote: 15.05.1 is almost ready built. i had to do a refresh build to get felix's fixes from last night included. base builds finished last night and i started the SDK builder this morning which normally takes 2-3 days. with a bit of luck 15.05.1 is ready early nex

[OpenWrt-Devel] [PATCH] dropbear: update version to 2015.71

2016-01-12 Thread Hannu Nyman
Update dropbear to version 2015.71, released on 3 Dec 2015. Refresh patches. Signed-off-by: Hannu Nyman --- Compiled and run-tested with ar71xx/WNDR3700. Release notes: https://matt.ucc.asn.au/dropbear/CHANGES 2015.71 - 3 December 2015 - Fix "bad buf_incrpos" when data is t

Re: [OpenWrt-Devel] build: sysupgrade: kernel: mtd: Image too SMALL to Restore Config

2019-07-01 Thread Hannu Nyman
The smaller, "failing" image contains in /dev/mtd2: 003eebd0 00 01 59 5a be e7 20 00  00 00 00 00 04 80 00 00  |..YZ.. .| 003eebe0  00 00 dc eb 20 00 00 00  00 00 ff ff ff ff ff ff  | ...| 003eebf0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff || * 004000

Re: [OpenWrt-Devel] build: sysupgrade: kernel: mtd: Image too SMALL to Restore Config

2019-07-01 Thread Hannu Nyman
The smaller, "failing" image contains in /dev/mtd2: 003eebd0 00 01 59 5a be e7 20 00  00 00 00 00 04 80 00 00  |..YZ.. .| 003eebe0  00 00 dc eb 20 00 00 00  00 00 ff ff ff ff ff ff  | ...| 003eebf0  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff || * 004000

[OpenWrt-Devel] Lots of core packages fail in phase2(?) buildbot - maybe due to lua changes?

2019-07-02 Thread Hannu Nyman
Based on forum discussion at https://forum.openwrt.org/t/errors-when-using-image-builder-for-ipq806x/39992 I looked at the packages buildbot faillogs for OpenWrt master and the package download directories, and noticed that quite a lot of the core OpenWrt packages fail to build in the buildbot

Re: [OpenWrt-Devel] Lots of core packages fail in phase2(?) buildbot - maybe due to lua changes?

2019-07-02 Thread Hannu Nyman
On 2019-07-03 09:17, Rafał Miłecki wrote: On 2019-07-03 06:59, Hannu Nyman wrote: I looked at the packages buildbot faillogs for OpenWrt master and the package download directories, and noticed that quite a lot of the core OpenWrt packages fail to build in the buildbot at the moment, like

Re: [OpenWrt-Devel] [PATCH 1/2] base-files: make USE_PROCD=1 default

2019-08-02 Thread Hannu Nyman
Hauke Mehrtens kirjoitti 2.8.2019 klo 17.42: On 7/23/19 3:37 PM, Petr Štetiar wrote: Transition period for init script migration was long enough, let's make USE_PROCD=1 default now so there's enough time to convert the remaining services/init scripts for the next release. Signed-off-by: Petr Št

[OpenWrt-Devel] OpenWrt 19.07 release schedule ?

2019-09-01 Thread Hannu Nyman
It is now been over two and half months since the 19.07 branching in early June. So far there has neither been any official -rc builds nor an initial .0 release. Buildbot is already crunching the images and packages, and pretty much all targets are green. So there are no obvious build related

Re: [OpenWrt-Devel] [openwrt/openwrt] Revert "ar71xx: ag71xx: Add connect message: fixed phy"

2018-08-01 Thread Hannu Nyman
Daniel F. Dickinson wrote at Wed Aug 1 14:17:41 PDT 2018: > Is this reported to do nasty things *without* debugging? Daniel, I compiled for WNDR3800 and your commits totally broke the switch/interface detection/initialisation. That was with the default Openwrt kernel options. No adjustments

Re: [OpenWrt-Devel] Custom cases for Netgear r7800?

2018-11-03 Thread Hannu Nyman
Ben Greear kirjoitti 2.11.2018 klo 22:20: ... customized cases for the Netgear r7800 ... In particular, I'd like to get access to the serial port in a nice way, This is not a polished solution, but can help in development/debugging work: It is rather easy to lead short serial patch cables th

[OpenWrt-Devel] Why does perl get compiled even if it not selected by any package?

2018-11-04 Thread Hannu Nyman
Why does the presence of perl in a larger multi-package Makefile force the compilation of perl even if the specific package depending on perl is not even selected. (compilation of perl takes long, so it is rather annoying...) I have stumbled into two cases, where my package selection leads into

[OpenWrt-Devel] Buildbot packages faillogs contain stale info

2018-11-10 Thread Hannu Nyman
There is something wrong with the phase2 packages buildbot's faillogs generation. It looks like the previous failed logs are not cleaned away after a successful build. Somehow the success status gets lost? I think that earlier there used to be a log about the success (until the next build run)

[OpenWrt-Devel] package source download site / 0 byte files at one mirror / buildbot failing

2018-11-16 Thread Hannu Nyman
I have noticed lately a problem in buildbot faillogs: some packages fail due to invalid source archive at the central source download repo. Example: https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a15_neon-vfpv4/base/linux-firmware/compile.txt https://downloads.openwrt.org/snapshot

Re: [OpenWrt-Devel] ar71xx Vs ath79

2018-12-03 Thread Hannu Nyman
Petr Štetiar kirjoitti 3.12.2018 klo 17:56: I'm just going through the oldest PRs on GitHub, and I've noticed, that ath79 submissions are being more preferred between maintainers and that ar71xx PRs are basically stalled, there are 24 open PRs for ar71xx Vs 14 open PRs for ath79. So I'm wondering

Re: [OpenWrt-Devel] [PATCH] base-files: Fix netdev led trigger

2018-12-16 Thread Hannu Nyman
Based on editing the respective file manually in a live router, the patch fixes it partially: Now there is permanently lit wan led in R7800, but no blinking for wan activity. R7800 has the mode as "link tx rx", but the patch only does action for /sys/class/leds/r7800\:white\:wan/link ``` roo

Re: [OpenWrt-Devel] [PATCH v2] base-files: Fix netdev led trigger

2018-12-16 Thread Hannu Nyman
Thanks. The second version of the patch sets all three netdev trigger values properly. (tested by hand-editing the change to R7800) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-de

Re: [OpenWrt-Devel] was the move to github complete/1:1?

2016-10-27 Thread Hannu Nyman
> But I wonder, when the switch was made, was the entire source that is at dev.openwrt.org imported to GitHub? I ask because trying to build a CC image I am finding packages that were in BB missing. But they even appear to be missing from the "for-14.07" branch on GitHub. > > As just one examp

Re: [OpenWrt-Devel] Trunk fails to build: trying to install po2lmo binary in /bin

2016-10-28 Thread Hannu Nyman
You get the error, because you are building from the abandoned DD sources in git.openwrt.org that have not been updated since June. "target-mips_34kc_musl-1.1.14" tells that rather clearly, are currently musl in use is 1.15 The problem has been fixed in the current Openwrt sources at Github. h

Re: [OpenWrt-Devel] [LEDE-DEV] SHA256 hashes for packages

2017-01-06 Thread Hannu Nyman
On 6.1.2017 0:28, Heinrich Schuchardt wrote: > Hello Hannu, > why should a variable be called MD5 if it holds an SHA256 hash? That does not make any sense. > > Could you, please, point me to the thread on the openwrt or lede list that discussed this weird idea. Not sure if that widely discuss

Re: [OpenWrt-Devel] luci issue with bleeding edge

2017-02-13 Thread Hannu Nyman
Arend Van Spriel wrote on Mon Feb 13 10:00:36 CET 2017: > install: cannot create regular file '/bin/po2lmo': Permission denied > ... > target-arm_cortex-a9_musl-1.1.14_eabi Based on those lines you are using the stale source repo at git.openwrt.org that has not been updated for 7 months. The i

Re: [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-11 Thread Hannu Nyman
Hauke Mehrtens wrote on Wed May 10 15:17:37 PDT 2017: > On 05/08/2017 03:19 PM, John Crispin wrote: > > *) landing page > > - update the lede landing page to represent the openwrt name > > - update the landing page to have the same look & feel as the current > > openwrt landing page > > - point

Re: [OpenWrt-Devel] merge: add OpenWrt branding

2017-10-24 Thread Hannu Nyman
Zoltan HERPAI kirjoitti 24.10.2017 klo 14:46: Given that we've decided to sail under the same flag for the benefit of the whole community, and acknowledge the achievements of the LEDE project, let's start the final steps of the merge. The git and other sources are untouched until the infra

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v2] merge: add OpenWrt branding

2017-10-26 Thread Hannu Nyman
Zoltan HERPAI kirjoitti 26.10.2017 klo 18:41: + - + * 2 oz. Orange Juice Combine all juices in a + * 2 oz. Pineapple Juice tall glass filled with + * 2 oz. Grapefruit Juice ice, stir well. + * 2 oz. Cranberry Juice + ---

[OpenWrt-Devel] mvebu - Winbond flash chip support - why is the fix from Kaloz not merged?

2018-03-20 Thread Hannu Nyman
New WRT3200ACM routers are unflashable due to a changed flash chip that is unsupported. There is a fix proposal from Kaloz, authored on 15th of February, in his staging repo, but that is still uncommitted to the main sources for some reason. Announcing the fix: https://forum.openwrt.org/vie

Re: [OpenWrt-Devel] Patch iwinfo to detect wrt3200acm chipsets

2018-04-15 Thread Hannu Nyman
On Sat Apr 14 23:31:28 CEST 2018 Erik Andersen wrote: > How does one get a patch actually committed > to the git tree?  Does iwinfo have a maintainer? jow is the maintainer for iwinfo, as said in its package Makefile. https://github.com/openwrt/openwrt/blob/master/package/network/utils/iwinfo/Ma

Re: [OpenWrt-Devel] Patch iwinfo to detect wrt3200acm chipsets

2018-04-22 Thread Hannu Nyman
Erik Andersen kirjoitti 18.4.2018 klo 23:33: On 04/15/2018 03:29 AM, Hannu Nyman wrote: I will likely do a LuCI PR about that and discuss it with jow. That would be fantastic.  -Erik I created https://github.com/openwrt/luci/pull/1748  a few days ago. That enables showing the wifi chip

Re: [OpenWrt-Devel] 18.06 Status?

2018-05-01 Thread Hannu Nyman
I think that the main source tree is in pretty good shape, so branching off the 18.0X rather soon might make sense. There is alweays the next new exiting feature to be included in, but if the intention is still to make several major releases per year, the next feature will get into the next re

[OpenWrt-Devel] ipq806x and kernel 4.14 support / 18.06 kernel partition size?

2018-05-24 Thread Hannu Nyman
Increasing the reserved kernel space in master from 2MB to 4MB due to kernel 4.14 for many ipq806x devices like R7800 has broken the sysupgrade possibility from 17.01, 18.06 or an earlier master snapshot build to the current master build. Same goes for the downgrade to stable branches. The cur

Re: [OpenWrt-Devel] ipq806x and kernel 4.14 support / 18.06 kernel partition size?

2018-05-24 Thread Hannu Nyman
John Crispin kirjoitti 24.5.2018 klo 18:36: On 24/05/18 17:29, Hannu Nyman wrote: Increasing the reserved kernel space in master from 2MB to 4MB due to kernel 4.14 for many ipq806x devices like R7800 has broken the sysupgrade possibility from 17.01, 18.06 or an earlier master snapshot build

Re: [OpenWrt-Devel] ipq806x and kernel 4.14 support / 18.06 kernel partition size?

2018-05-24 Thread Hannu Nyman
John Crispin kirjoitti 24.5.2018 klo 18:44: On 24/05/18 17:42, Hannu Nyman wrote: John Crispin kirjoitti 24.5.2018 klo 18:36: On 24/05/18 17:29, Hannu Nyman wrote: ... The big question is if the sysupgrade break for regular users will be * in the 17.01/18.06 change (enabling easy master

Re: [OpenWrt-Devel] [PATCH] ath10k-firmware: Fix typo in last commit

2018-05-29 Thread Hannu Nyman
Mathias Kresin wrote on Mon May 28 09:44:34 PDT 2018: Shouldn't it be "$(INSTALL_DATA) \", similar to all the other install defines? Yep. And there are two of those. On lines 445 and 452. (the "typo fix" just removed the third one, the extra one) _

Re: [OpenWrt-Devel] [PATCH 2/2] [RFC] kernel: bump 4.14 to 4.14.54 for 18.06

2018-07-10 Thread Hannu Nyman
Stijn Segers kirjoitti 10.7.2018 klo 23:08: Refreshed patches. The bump from .53 to .54 introduced a minor change in net/netfilter/nf_tables_api.c [1] but I am unable to judge if this is a fluke or not, so I'd like a second pair of eyes on that. It's a single 'table[0]' being replaced by 'table

[OpenWrt-Devel] [PATCH 2/2] [RFC] kernel: bump 4.14 to 4.14.54 for 18.06

2018-07-11 Thread Hannu Nyman
Kevin Darbyshire-Bryant wrote: Really not convinced I agree with the "patch 335 removes the whole code block where that one line changed in upstream”. You are right. The corresponding addition needs to be done for the lines replacing the removed lines: 932 + if (filter && filter->table[0] &&

[OpenWrt-Devel] Barrier Breaker 14.07 oldpackages: packages are being accidentally removed?

2014-07-31 Thread Hannu Nyman
I noticed today that the current repository structure leads to loss of packages in the BB14.07 branch when packages are deleted from oldpackages after being imported to github. sox, lame, libgsm, libfile, libao have been deleted today (r41902-41906) and are not available in BB14.07 any more. T

Re: [OpenWrt-Devel] Toolchain issue: Significant decrease in performance of binaries produced by Barrier Breaker relative to Attitude Adjustment

2014-08-31 Thread Hannu Nyman
> This could be a problem caused by mips16. We use that in BB to create smaller binaries. but Jonas saw a performance problem in some applications, mostly stuff doing crypto (big integer calculations). Have developers evaluated the pros and cons of using mips16 as the default? It was made the de

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

2014-09-02 Thread Hannu Nyman
To my knowledge those packages (e.g. neon) have never been imported to the new "packages" in Github. They are still in the old packages repo in svn, better known now as "oldpackages". None of the packages have been imported automatically. Transferring any package from oldpackages to Github req

Re: [OpenWrt-Devel] ppp and cyassl backports for BB

2014-09-18 Thread Hannu Nyman
John Crispin wrote on Thu Sep 18 18:58:10 CEST 2014: > done, that was last orders. the builders are running. i am sure we will find more things that need fixing. > > that will have to wait for 14.07.1 > > 14.07 is using 533282da863c27be4805fc1655f82f5d9550194b as baseline Great news! Sounds

[OpenWrt-Devel] [PATCH] Add download mirrors for tools from GNU Savannah (bug #15184)

2014-09-23 Thread Hannu Nyman
t has been uploaded to mirror2.openwrt.org. As discussed in bug #15184 (https://dev.openwrt.org/ticket/15184) related to quilt, download mirrors could be added for the Savannah tools. I have tested downloading both tools via Makefile from all three added mirrors. Signed-off-by: Hannu Nyman

Re: [OpenWrt-Devel] [PATCH-0/1] Updating lispmob package to latest version 0.4.1

2014-09-27 Thread Hannu Nyman
You should submit a pull request in the new Github packages repository instead of mailing a patch here. Lispmob is currently in the oldpackages repository, which is being phased out and being moved to Github. Old: https://dev.openwrt.org/browser/packages/net/lispmob New packages repository: ht

Re: [OpenWrt-Devel] [PATCH] Add download mirrors for tools from GNU Savannah (bug #15184)

2014-10-06 Thread Hannu Nyman
verted quilt and qemu to use that method. Signed-off-by: Hannu Nyman Index: include/download.mk === --- include/download.mk (revision 42806) +++ include/download.mk (working copy) @@ -11,7 +11,7 @@ define dl_method $(strip \ $(if $(

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

2014-10-08 Thread Hannu Nyman
Dave Taht wrote on Thu Oct 2 03:49:15 CEST 2014: > So I don't know where to go. Certainly I'd like to see the battle hardened sqm scripts (which are more flexible than the C code above) get more widely used and in BB. SQM seems to work ok with the current Chaos Calmer trunk. I have included y

[OpenWrt-Devel] [PATCH] Make "scripts/feeds update" to break after failing to update a feed (bug #17842)

2014-10-09 Thread Hannu Nyman
rg/browser/trunk/scripts/feeds#L585 The included patch makes the feeds script to stop updating after failing to update a feed. The script continues to the refresh_config step despite a possible failure in updating, so the stopping action just prevents the other f

[OpenWrt-Devel] [PATCH] Add /etc/shadow to list of essential files to keep in sysupgrade (bug 18206)

2014-10-25 Thread Hannu Nyman
-off-by: Hannu Nyman Index: package/base-files/files/lib/upgrade/keep.d/base-files-essential === --- package/base-files/files/lib/upgrade/keep.d/base-files-essential (revision 43057) +++ package/base-files/files/lib/upgrade/keep.d

Re: [OpenWrt-Devel] how can i *deselect* building rrdtool?

2014-11-17 Thread Hannu Nyman
$ grep rrdtool .config CONFIG_PACKAGE_lighttpd-mod-rrdtool=m CONFIG_PACKAGE_collectd-mod-rrdtool=m # CONFIG_PACKAGE_rrdtool is not set # CONFIG_PACKAGE_rrdtool1 is not set $ i'm baffled ... given that rrdtool is clearly not selected for building, why does a simple "make" insist on trying to buil

[OpenWrt-Devel] Buildbot: buildslave4 has destroyed 3/4 of builds for a week

2014-12-03 Thread Hannu Nyman
buildslave4 has destroyed 3/4 of snapshot builds by rapidly failing them and preventing other buildslaves to try those target plaforms. The slave has been broken for almost a week. For several platforms the last succesful build has been 28-Nov, 5 days ago. (Only those builds succeed that get

Re: [OpenWrt-Devel] ltq-tapi: "configure: error: The lib_ifxos include directory is not valid!"

2014-12-12 Thread Hannu Nyman
Quoting "Robert P. J. Day": building for ar71xx: ... make[2]: *** [package/kernel/lantiq/ltq-tapi/compile] Error 2 ... this build worked fine yesterday, pulled to update to current trunk and now the above. You are probably including asterisk in your build, right? The reason is a change in ast

Re: [OpenWrt-Devel] [PATCH] add "preinit_regular" diag.sh set_state argument

2014-12-15 Thread Hannu Nyman
Now that there is a recognisable change in the LED blinking rate, would it be also ok to lengthen the "failsafe waiting time" from 2 seconds to something longer? That short time, defined in /etc/preinit, has always been one of the headaches in entering the failsafe mode. I have lengthened it to

Re: [OpenWrt-Devel] patchwork has moved

2014-12-19 Thread Hannu Nyman
Old patches seem to be quite intact at the old patchwork site, if you use directly the address to the patch list itself: http://patchwork.openwrt.org/project/openwrt/list/ (plain patchwork.openwrt.org address seems to get redirected to the new site at ozlabs) On 19.12.2014 17:09, Ben Mulvihi

[OpenWrt-Devel] Proposal: change buildbot's build failure logic to be less restrictive regarding packages from feeds

2015-01-21 Thread Hannu Nyman
We have seen several times in the past few months that one non-essential package from feeds fails to build and stops the whole buildbot build. Yesterday it was "ola" from packages feeds, and in the past few months at least "python" from packages and "ltq-vmmc" from telephony have done the same.

[OpenWrt-Devel] wiki.openwrt.org uses an invalid security certificate / expired on 12.2.2015 17:18

2015-02-12 Thread Hannu Nyman
Firefox and IE give error on https connection to wiki: wiki.openwrt.org uses an invalid security certificate. The certificate is not trusted because no issuer chain was provided. The certificate is only valid for subsignal.org The certificate expired on 12.2.2015 17:18. The current time is 12.2.

Re: [OpenWrt-Devel] ar71xx update to v3.18

2015-02-15 Thread Hannu Nyman
I compiled r44459 for wndr3700 & wndr3800 with 3.18. So far no problems: my wndr3800 booted ok with 3.18 and has survived the first stress tests ;-) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailma

[OpenWrt-Devel] [PATCH] [tools] patch: bump GNU patch to 2.7.5

2015-03-14 Thread Hannu Nyman
Bump GNU patch in tools from 2.7.1 to 2.7.5. Change download URL to use @GNU alias. Signed-off-by: Hannu Nyman --- Changes between 2.7.1 and 2.7.5: http://git.savannah.gnu.org/cgit/patch.git/tree/NEWS Changes in version 2.7.5: * There are users which expect patch to follow symbolic

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

2015-03-20 Thread Hannu Nyman
Same here. My 6in4 tunnel by sixxs works perfectly with r44879 from 2 days ago, but with r44912 no ipv6 traffic gets through. I tried earlier today both sixxs and he.net with today's build and both failed. After seeing Arjen's message, I reverted back to 44879 without changing any settings an

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

2015-03-21 Thread Hannu Nyman
The culprit is the last netifd changes: I have built r44915 otherwise updated, but with the last two commits removed from netifd, and ipv6 routing works again. So, the breakage is due to netifd. * after "add prelocal table to manipulate locally destinated"/3eea8576d48d9b20cc1c6b46f54c7345a39d1

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

2015-03-22 Thread Hannu Nyman
r44919 seems to have fixed ipv6 for me. https://dev.openwrt.org/changeset/44919 The actual netifd change: http://git.openwrt.org/?p=project/netifd.git;a=commitdiff;h=1bba3f853bf5b2974b32303c55dfbc0e78d01965 On 20.3.2015 22:15, Arjen de Korte wrote: I'm running trunk on a Netgear WNDR4300. On

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix model string detection on NETGEAR WNDR3700/3800/WNDRMAC

2015-03-25 Thread Hannu Nyman
I tested your code with my old WNDR3700 (v1), WNDR3700v2 and WNDR3800. All three routers got detected ok. My v2 is "old" and its art contents stop at byte 0x28, so it uses your "\xff" branch. Just for reference, an old bug with discussion (from you?) about this issue: https://dev.openwrt.org/t

<    1   2   3   4   >