[LEDE-DEV] [PATCH] base-files: change /var link from /tmp to tmp

2018-03-15 Thread Alexander Couzens
Some packages are already using $(1)/var on package install. On multiuser systems this breaks the build when multiple users build OpenWrt. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p

[LEDE-DEV] [PATCH 2/2] tplink-safeloader: add support to convert factory into sysupgrade

2018-03-01 Thread Alexander Couzens
hose images, OpenWrt's sysupgrade will only modify the partitions os-image and file-system. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- tools/firmware-utils/src/tplink-safeloader.c | 106 ++- 1 file changed, 103 insertions(+), 3 deletions(-) diff --git a/tool

[LEDE-DEV] [PATCH 1/2] tplink-safeloader: add support to split & extract firmwares

2018-03-01 Thread Alexander Couzens
Split the oem firmware upgrade images into seperate files. Useful when analysing oem firmware files. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- tools/firmware-utils/src/tplink-safeloader.c | 280 +-- 1 file changed, 263 insertions(+), 17 deletions(-)

[LEDE-DEV] [PATCH][opkg] add opkg option http_timeout

2017-12-04 Thread Alexander Couzens
http_timeout will append `--timeout xy` to the resulting wget call. This is useful when using opkg update in a automatic way and prevent long timeouts --- libopkg/opkg_conf.c | 1 + libopkg/opkg_conf.h | 1 + libopkg/opkg_download.c | 6 +- 3 files changed, 7 insertions(+), 1

Re: [LEDE-DEV] test omap target with kernel 4.9

2017-10-15 Thread Alexander Couzens
- ToDo: image code is missing. However, I like to merge it. I'll fix the problems later. Acked-by: Alexander Couzens <lyn...@fe80.eu> Best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0D

Re: [LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-03 Thread Alexander Couzens
Hi Jo, thanks for your mail! On Sun, 1 Oct 2017 14:43:03 +0200 Jo-Philipp Wich wrote: > FORMAT > > The proposed format for adding CPE IDs to Makefiles would be a new > variable called "PKG_CPE" which is set to the corresponding ID of the > package. Multiple ids may be specified,

[LEDE-DEV] [PATCH] package/elfutils: add CFLAG -Wno-format-nonliteral

2017-08-04 Thread Alexander Couzens
When a library is using fortify-packages GCC will complain about "error: format not a string literal, argument types not checked" This is the problem of fortify-headers which do additional checks of printf()s. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- package/libs/e

Re: [LEDE-DEV] [RFC] kernel patches cleanup

2017-07-31 Thread Alexander Couzens
> I rebased my ages old kernel patch cleanup series. It can be found > here [1]. > > the series annotates all patches and splits them up into 3 folders > backports/pending/hacks. > > I'd like to push this asap if there are no mayor issues as it will be > a pain to rebase once again > >

[LEDE-DEV] [PATCH] phase1: irc-bot: allow to use noticeOnChannel

2017-06-27 Thread Alexander Couzens
notices are shown in a different color or handled in a different way on the clients. --- phase1/config.ini.example | 1 + phase1/master.cfg | 7 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/phase1/config.ini.example b/phase1/config.ini.example index

Re: [LEDE-DEV] [RFC PATCH] tools/squashfs: change to upstream and update to new version 5.0-rc1

2017-06-08 Thread Alexander Couzens
distributions? Best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 pgpDUrIU8MFPm.pgp Description: OpenPGP digital signature ___ Lede-dev mailing list Lede-dev

Re: [LEDE-DEV] openwrt and lede - remerge proposal V3

2017-05-31 Thread Alexander Couzens
John > > > > ___ > Lede-dev mailing list > Lede-dev@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/lede-dev > > > ___ > openwrt-devel mailing list > openwrt-de...@li

[LEDE-DEV] [RFC PATCH] tools/squashfs: change to upstream and update to new version 5.0-rc1

2017-05-26 Thread Alexander Couzens
squashfs is quite long unmaintained. All patches from major distributions are integrated. Fixed timestamp is now using the environment SOURCE_DATE_EPOCH instead of arguments. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- include/image.mk | 3 +-

Re: [LEDE-DEV] LEDE git master: possible force-push yesterday?

2017-04-29 Thread Alexander Couzens
ts have since then been overwritten by > > a new commit in LEDE master. History has been changed :-( > > > > The two extra commits are not my commits, but I see them in my > > local clean "only do PRs for Github" repo as the current (as of > > yesterday) refer

[LEDE-DEV] [PATCH][buildbot] phase1: rename gpg signature files .gpg -> .asc

2017-03-02 Thread Alexander Couzens
gnupg doesn't recognize .gpg files by it's extension. > gpg --verify sha256sums.gpg >> gpg: no signed data >> gpg: can't hash datafile: No data Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- phase1/signall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[LEDE-DEV] [PATCH] lantiq: fix unaligned access in xrx200_poll_rx()

2017-01-28 Thread Alexander Couzens
Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- .../lantiq/patches-4.4/0025-NET-MIPS-lantiq-adds-xrx200-net.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/lantiq/patches-4.4/0025-NET-MIPS-lantiq-adds-xrx200-net.patch b/target/linux/

[LEDE-DEV] [PATCH][uclient] uclient-http: send correct "Host:" header if port is set

2016-11-30 Thread Alexander Couzens
When connecting to a website with a special port, uclient-fetch connects to the correct port, but is sending an incorrect Host: header without the corresponding port. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- uclient-http.c | 6 -- 1 file changed, 4 insertions(+), 2 del

Re: [LEDE-DEV] [PATCH][uclient] uclient-http: send correct "Host:" header if port is not the default

2016-11-30 Thread Alexander Couzens
On Wed, 30 Nov 2016 18:02:53 +0100 Felix Fietkau <n...@nbd.name> wrote: > On 2016-11-30 17:49, Alexander Couzens wrote: > [...] > I think the comparison against the default port is unnecessary, just > include the port if it was provided as part of the URL. > I also don't

[LEDE-DEV] [PATCH][uclient] uclient-http: send correct "Host:" header if port is not the default

2016-11-30 Thread Alexander Couzens
When connecting to a website with a special port, uclient-fetch connects to the correct port, but is sending an incorrect Host: header without the corresponding port. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- uclient-http.c | 25 - 1 file chang

[LEDE-DEV] meetup for beer on Tuesday 11 Oct, Berlin

2016-10-06 Thread Alexander Couzens
have any questions, please ask me. Best, lynxis [1] https://www.c-base.org/cv50f/core/impressum.html [2] https://www.openstreetmap.de/karte.html?zoom=17=52.51298=13.42012=B0 -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F

[LEDE-DEV] starting reproducible builds

2016-07-29 Thread Alexander Couzens
://anonscm.debian.org/qa/jenkins.debian.net.git -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 ___ Lede-dev mailing list Lede-dev@lists.infradead.org http

Re: [LEDE-DEV] calib table can damage some cpe510's

2016-06-22 Thread Alexander Couzens
it's not usable, because the cpe210 only has 1 calib table. best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 pgpOgd6Z7eb2U.pgp Description: OpenPGP digital signature ___

[LEDE-DEV] calib table can damage some cpe510's

2016-06-16 Thread Alexander Couzens
the tx gain table for this particular device. The calibration table patch bf27ac019c137e7baf90ca6ef0e40945ae871797 got reverted. Best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604

[LEDE-DEV] [RFC] sysupgrade image format

2016-06-09 Thread Alexander Couzens
of the metadata * x byte crypto signature -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 pgpfLikS_rhJy.pgp Description: OpenPGP digital signature ___ Lede

Re: [LEDE-DEV] Add Hawkboard (OMAP-L138) support

2016-06-08 Thread Alexander Couzens
re: omap24xx -> arm1136j-s omap -> cortex-9 So yes, it's possible to add it, but you have to create a new platform and it also needs a maintainer, who take care of the platform for the long run. Best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +49151

Re: [LEDE-DEV] [RFC 0/3] x86: populate sysinfo from DMI data

2016-06-01 Thread Alexander Couzens
serial product_uuid product_version subsystem sys_vendor uevent Best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 pgpPa0xGfhBG1.pgp Description: OpenPGP digital signature ___

Re: [LEDE-DEV] [PATCH v2 1/2] lantiq: unmacro tp-link boards

2016-05-31 Thread Alexander Couzens
ncredibly macro-heavy. so > removing a few of them doesn't actually buy you a whole lot. -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 pgpmZqB6u1C2Z.pgp Description: OpenPGP

Re: [LEDE-DEV] [RFC] Enable kmod-ipt-debug by default

2016-05-30 Thread Alexander Couzens
(call AutoProbe,$(notdir $(IPT_DEBUG-m))) > >$(call AddDepends/ipt) > > > > Hi, > Didn't you miss the endef and $(eval $(call KernelPackage,ipt-debug)) > after the dependency call ? > Just curious, mine won't work without those two. > > Thank you you're right

[LEDE-DEV] [PATCH v2 1/2] lantiq: unmacro tp-link boards

2016-05-30 Thread Alexander Couzens
even it's a little bit verbose, unmacrod board descriptions are much easier to read and to understand. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/linux/lantiq/image/Makefile | 39 -- 1 file changed, 25 insertions(+), 14 deletions(-)

[LEDE-DEV] [PATCH 2/2] lantiq/image: move tplink specific image into own file

2016-05-29 Thread Alexander Couzens
Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/linux/lantiq/image/Makefile | 42 +--- target/linux/lantiq/image/tp-link.mk | 41 +++ 2 files changed, 42 insertions(+), 41 deletions(-) create mode 100644 target

[LEDE-DEV] [PATCH] add usb gadget ehci debug driver

2016-05-29 Thread Alexander Couzens
This gadget driver allow to debug other devices via EHCI Debug Port capability. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- package/kernel/linux/modules/usb.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/

[LEDE-DEV] [PATCH 2/2] tools/tplink-safeloader: split CPE210 from CPE510 profile

2016-05-28 Thread Alexander Couzens
The CPE210 was still described for the OEM upgrade as compatible, even the wireless configuration isn't compatible anymore between both series (2ghz and 5ghz). Update the CPE210 image profile to use the new profile. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/linux/ar71xx

[LEDE-DEV] [PATCH 1/2] ar71xx/cpe510/cpe210: switch ordering and template to improve readability

2016-05-28 Thread Alexander Couzens
The CPE210's ancestor is the CPE510 not the other way around. The device profile is also named after the CPE510. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/linux/ar71xx/image/tp-link.mk | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target

[LEDE-DEV] [PATCH] omap: take over maintainership

2016-05-28 Thread Alexander Couzens
Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/linux/omap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 20f7517..21a312a 100644 --- a/target/linux/omap/Makefile +++ b/target/linu

[LEDE-DEV] [PATCH v2 1/4] include: rename DIST_SANITIZED to VERSION_DIST_SANITZED

2016-05-26 Thread Alexander Couzens
All version variables contain VERSION prefix. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- include/image.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index fbb3a01..3955962 100644 --- a/include/image.mk +++ b/i

[LEDE-DEV] [PATCH v2 4/4] IB/SDK/toolchain: use lower cases filenames

2016-05-26 Thread Alexander Couzens
Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/imagebuilder/Makefile | 2 +- target/sdk/Makefile | 2 +- target/toolchain/Makefile| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile

[LEDE-DEV] [PATCH v2 3/4] IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST

2016-05-26 Thread Alexander Couzens
VERSION_DIST can contains spaces which produces problems when used as file name Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/imagebuilder/Makefile | 2 +- target/sdk/Makefile | 2 +- target/toolchain/Makefile| 2 +- 3 files changed, 3 insertions(+), 3 del

[LEDE-DEV] [PATCH 2/3] include: move VERSION_DIST_SANITIZED to version.mk

2016-05-26 Thread Alexander Couzens
Also move sanitize function to version.mk Prepare use of VERSION_DIST_SANITIZED by target/imagebuilder Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- include/image.mk | 3 --- include/version.mk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/imag

[LEDE-DEV] [PATCH 3/3] imagebuilder: use VERSION_DIST_SANITIZED instead of VERSION_DIST

2016-05-26 Thread Alexander Couzens
VERSION_DIST can contains spaces which produces problems when used as file name Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/imagebuilder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile

Re: [LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-25 Thread Alexander Couzens
ng > the SDK and ImageBuilder because of the official releases being > useless in most places in the world due to ATH_USER_REGD being > disabled. I really like this commit. Can you set the country *explicit* to world in /etc/config/wireless before appling this patch? best, lynxis -- Alexander Cou

Re: [LEDE-DEV] [PATCH] mac80211: change default SSID from Lede to LEDE

2016-05-24 Thread Alexander Couzens
On Tue, 24 May 2016 19:09:15 +0200 John Crispin <j...@phrozen.org> wrote: > On 24/05/2016 19:02, Jo-Philipp Wich wrote: > > Hi Refal, > > > > ack from me. > ack from me aswell ack - lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile:

[LEDE-DEV] [PATCH 2/2] [RFC] ar71xx/cpe510: use second wifi calibration table

2016-05-22 Thread Alexander Couzens
The cpe510 has two calibration tables. The first calibration table requires to modify ath9k driver to work (patched tx gain table). Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[LEDE-DEV] [PATCH 1/2] ar71xx/cpe510: split profile into 2 profiles cpe210 and cpe510

2016-05-22 Thread Alexander Couzens
Split profile into 2GHz and 5GHz. The 5GHz devices are quite "special". The 2 GHz works perfect. Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 1 + .../linux/ar71xx/base-files/etc/board.d/02_network | 1 + .../ar71x

[LEDE-DEV] [PATCH 1/2] ath79: enable LNA for TpLink CPE510 on GPIO 18 & 19

2016-05-19 Thread Alexander Couzens
The LNA improves the rx path up to ~20dbm on those devices. --- target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c

[LEDE-DEV] [PATCH 1/2] ath79: enable LNA for TpLink CPE510 on GPIO 18 & 19

2016-05-19 Thread Alexander Couzens
The LNA improves the rx path up to ~20dbm on those devices. --- target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c

Re: [LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Alexander Couzens
image.mk' best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 pgpHlHDBmHGoX.pgp Description: OpenPGP digital signature ___ Lede-dev mailing list Lede

Re: [LEDE-DEV] Doodle poll alternative

2016-05-08 Thread Alexander Couzens
On Mon, 9 May 2016 01:00:55 +0100 dvn <m...@dvn.me> wrote: > source: https://github.com/kellerben/dudle > > homepage/demo: https://dudle.inf.tu-dresden.de/ hi dvn, thanks for the hint. I'll suggest we move to it on the next meeting. Best, lynxis -- Alexander Couzens mail:

[PATCH 3/3] toolchain: rename OpenWrt into Lede

2016-05-05 Thread Alexander Couzens
Signed-off-by: Alexander Couzens <lyn...@fe80.eu> --- target/toolchain/Config.in | 6 +++--- target/toolchain/files/README.TOOLCHAIN | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/target/toolchain/Config.in b/target/toolchain/Config.in index 5a6ecef..e

Re: getting users involved in on-device testing

2016-05-05 Thread Alexander Couzens
linaro.org/scheduler/ [2] http://lunarius.fe80.eu/blog/coreboot-bisect-lava.html -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A0DF 8604 pgp88oD9MPzQu.pgp Description: OpenPGP digital signature __