Re: [LEDE-DEV] [PATCH] brcm2708: add squashfs rootfs image

2018-05-07 Thread Christian Lamparter
On Saturday, May 5, 2018 3:44:15 PM CEST Paul Spooren wrote: > On Thu, Mar 29, 2018 at 9:22 AM, Daniel Golle > wrote: > > On Tue, Mar 27, 2018 at 07:42:18PM +0200, Christian Lamparter wrote: > >> This patch adds a image with squashfs as the root filesystem. > >> A

Re: [LEDE-DEV] ipq40xx cpu frequency

2018-05-05 Thread Christian Lamparter
Hello, On Friday, May 4, 2018 4:12:16 PM CEST Roman Yeryomin wrote: > I'm seeing this > > [1.275858] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: > 632000 KHz > [1.276620] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency > changed to: 716000 KHz Sorry, but I'm havi

[LEDE-DEV] [RFT] musl: 1.1.20 prelease testing in OpenWrt

2018-04-25 Thread Christian Lamparter
468e44697019ceda6 "fix out-of-tree build of crt files with stack protector enabled" so please test. Signed-off-by: Christian Lamparter --- toolchain/musl/common.mk | 4 +- .../patches/200-add_libssp_nonshared.patch| 50 --- toolchain/musl/patches

Re: [LEDE-DEV] apm821xx target: kernel gets too big

2018-03-18 Thread Christian Lamparter
On Sonntag, 18. März 2018 00:24:06 CET Hauke Mehrtens wrote: > Hi, > > After the upgrade to GCC 7.3 the kernel on the apm821xx target gets too > big for the meraki_mr24 device and the build in build bot is failing. > Could you please have a look at this problem: > http://phase1.builds.lede-project

Re: [LEDE-DEV] [PATCH-v2 3/3] ath10k-firmware: Support CT IPQ4019 firmware.

2018-01-22 Thread Christian Lamparter
On Sunday, January 21, 2018 10:49:19 PM CET Ben Greear wrote: > > On 01/21/2018 07:54 AM, Christian Lamparter wrote: > > On Saturday, January 20, 2018 1:27:04 AM CET gree...@candelatech.com wrote: > >> From: Ben Greear > >> > >> Initial beta release of

Re: [LEDE-DEV] [PATCH 2/4] ipq: Don't force selection of the IPQ4019 firmware.

2018-01-21 Thread Christian Lamparter
(Readded: Hauke Mehrtens ) On Saturday, January 20, 2018 5:40:08 PM CET Ben Greear wrote: > > On 01/20/2018 02:15 AM, Christian Lamparter wrote: > > On Friday, January 19, 2018 10:06:50 PM CET Ben Greear wrote: > >> On 01/19/2018 01:03 PM, Christian Lamparter wrote: > &

Re: [LEDE-DEV] [PATCH-v2 3/3] ath10k-firmware: Support CT IPQ4019 firmware.

2018-01-21 Thread Christian Lamparter
On Saturday, January 20, 2018 1:27:04 AM CET gree...@candelatech.com wrote: > From: Ben Greear > > Initial beta release of the CT IPQ4019 firmware. Features are > similar to the CT 9984 firmware > > Signed-off-by: Ben Greear > --- > package/firmware/ath10k-firmware/Makefile | 74 > ++

Re: [LEDE-DEV] [PATCH 2/4] ipq: Don't force selection of the IPQ4019 firmware.

2018-01-20 Thread Christian Lamparter
On Friday, January 19, 2018 10:06:50 PM CET Ben Greear wrote: > On 01/19/2018 01:03 PM, Christian Lamparter wrote: > > On Friday, January 19, 2018 9:12:04 PM CET gree...@candelatech.com wrote: > >> From: Ben Greear > >> > >> This will allow us to selec

Re: [LEDE-DEV] [PATCH 2/4] ipq: Don't force selection of the IPQ4019 firmware.

2018-01-19 Thread Christian Lamparter
On Friday, January 19, 2018 9:12:04 PM CET gree...@candelatech.com wrote: > From: Ben Greear > > This will allow us to select the CT IPQ4019 firmware instead if > desired. > > Signed-off-by: Ben Greear > --- > package/firmware/ipq-wifi/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

[LEDE-DEV] [PATCH] ipq806x: remove merged ipq4019 patch

2018-01-18 Thread Christian Lamparter
The patch 0022-dts-ipq4019-support-ARMv7-PMU.patch was merged into 4.8-rc1. Signed-off-by: Christian Lamparter --- .../0022-dts-ipq4019-support-ARMv7-PMU.patch | 28 -- 1 file changed, 28 deletions(-) delete mode 100644 target/linux/ipq806x/patches-4.9/0022-dts

Re: [LEDE-DEV] Switches between LTS kernels and removal of previous LTSes

2018-01-09 Thread Christian Lamparter
Hello, On Tuesday, January 9, 2018 8:07:16 AM CET Stijn Segers wrote: > I remember there was quite a bit of gnashing of teeth, when targets in > master dropped 4.4 support so quickly after 17.01 had been released > (which made it very cumbersome to backport 4.4 kernel bumps from master > to the

[LEDE-DEV] [PATCH 5/5] apm821xx: remove kernel 4.9 support

2018-01-07 Thread Christian Lamparter
Signed-off-by: Christian Lamparter --- target/linux/apm821xx/config-4.9 | 326 --- .../200-add-meraki-mr24-ikarem-support.patch | 32 - .../201-add-amcc-apollo3g-support.patch| 30 - .../202-add-netgear-wndr4700-support.patch | 32 - .../203

[LEDE-DEV] [PATCH 4/5] apm821xx: switch to 4.14.x kernel

2018-01-07 Thread Christian Lamparter
Signed-off-by: Christian Lamparter --- target/linux/apm821xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index 6d711543c4..c3253322f2 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux

[LEDE-DEV] [PATCH 2/5] apm821xx: convert MR24 to use DT PHY defintion

2018-01-07 Thread Christian Lamparter
Convert the MR24 to use the DT phy probing and at803x PHY driver. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/dts/meraki-mr24.dts | 12 + target/linux/apm821xx/nand/config-default | 1 + ...c-replace-custom-rgmii_mode_name-with-phy.patch | 51

[LEDE-DEV] [PATCH 5/6] firmware: ath10k-firmware: update QCA9887 firmware to 10.2.4-1.0-00033

2017-12-21 Thread Christian Lamparter
This patch updates ath10k-firmware to use the firmware-5.bin_10.2.4-1.0-00033 firmware for the QCA9887. Cc: Hauke Mehrtens Signed-off-by: Christian Lamparter --- Can anyone test it? --- package/firmware/ath10k-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[LEDE-DEV] [PATCH 6/6] firmware: ath10k-firmware: update QCA988x firmware to 10.2.4-1.0-00033

2017-12-21 Thread Christian Lamparter
This patch updates ath10k-firmware to use the firmware-5.bin_10.2.4-1.0-00033 firmware for the QCA988x. Cc: Hauke Mehrtens Signed-off-by: Christian Lamparter --- package/firmware/ath10k-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/firmware

[LEDE-DEV] [PATCH 4/6] firmware: ath10k-firmware: update QCA9888 firmware to 10.4-3.4-00104

2017-12-21 Thread Christian Lamparter
This patch updates ath10k-firmware to use the firmware-5.bin_10.4-3.4-00104 firmware for the QCA9888. Cc: Henryk Heisig Cc: Hauke Mehrtens Signed-off-by: Christian Lamparter --- Can anyone test it? --- package/firmware/ath10k-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[LEDE-DEV] [PATCH 3/6] firmware: ath10k-firmware: update QCA9984 firmware to 10.4-3.4-00104

2017-12-21 Thread Christian Lamparter
This patch updates ath10k-firmware to use the firmware-5.bin_10.4-3.4-00104 firmware for the QCA9984. Cc: Ansuel Smith Cc: Hauke Mehrtens Signed-off-by: Christian Lamparter --- package/firmware/ath10k-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[LEDE-DEV] [PATCH 1/6] firmware: ath10k-firmware: update to 2017-12-20

2017-12-21 Thread Christian Lamparter
This update automatically includes a new firmware for the QCA6174: firmware-6.bin_WLAN.RM.4.4.1-00079-QCARMSWPZ-1 Cc: Ansuel Smith Cc: Hauke Mehrtens Cc: Henryk Heisig Signed-off-by: Christian Lamparter --- @Ansuel Smith Can you test if the new QCA9984 firmware fixes the problem you reported

[LEDE-DEV] [PATCH 2/6] firmware: ath10k-firmware: update QCA4019 firmware to 10.4-3.4-00104

2017-12-21 Thread Christian Lamparter
This patch updates ath10k-firmware to use the firmware-5.bin_10.4-3.4-00104 firmware for the QCA4019. Cc: Hauke Mehrtens Signed-off-by: Christian Lamparter --- package/firmware/ath10k-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/firmware/ath10k

[LEDE-DEV] [PATCH 4/4] brcm2708: use x86's upgrade scripts for all rpi targets

2017-12-17 Thread Christian Lamparter
partition size will likely cause breakage to the sysupgrade procedure. In these cases, the ext4-sdcard.img.gz will have to be written to the sdcard manually. Please don't forget to backup your configuration in this case. Signed-off-by: Christian Lamparter --- .../brcm2708/base-files/lib/up

[LEDE-DEV] [PATCH 2/4] brcm2708: add compatible strings

2017-12-17 Thread Christian Lamparter
C. So they have to have a proper comaptible. For now, "raspberrypi,compute-module-{1|3}" will be good enough. Note2: The original CM was renamed to CM1 when CM3 was released. Signed-off-by: Christian Lamparter --- .../960-add-rasbperrypi-compatible.patch | 70 ++

[LEDE-DEV] [PATCH 1/4] brcm2708: convert to metadata

2017-12-17 Thread Christian Lamparter
This patch converts all the raspberrypi images to utilize the common metadata-based image verification. Note: the CM1 and CM3 currently use the same "rpi-cm" boardname. Signed-off-by: Christian Lamparter --- .../linux/brcm2708/base-files/lib/upgrade/platform.sh | 17 ++-

[LEDE-DEV] [PATCH 3/4] brcm2708: convert to dt-based board-detection

2017-12-17 Thread Christian Lamparter
target specific board detect, to use the generic one. Signed-off-by: Christian Lamparter --- .../brcm2708/base-files/etc/board.d/02_network | 12 +++--- target/linux/brcm2708/base-files/etc/diag.sh | 11 +++--- target/linux/brcm2708/base-files/lib/brcm2708.sh | 43

[LEDE-DEV] [PATCH 8/9] apm821xx: enable metadata for packaging

2017-12-17 Thread Christian Lamparter
This patch enables metadata-supported image verification for all apm821xx supported devices. Since this method comes with a built-in image verification tool (fwtool), the previous image checks can be removed. Signed-off-by: Mathias Kresin Signed-off-by: Christian Lamparter --- .../apm821xx

[LEDE-DEV] [PATCH 9/9] apm821xx: convert to device-tree board detection

2017-12-17 Thread Christian Lamparter
ned-off-by: Mathias Kresin Signed-off-by: Christian Lamparter --- .../linux/apm821xx/base-files/etc/board.d/01_leds | 9 +++-- .../apm821xx/base-files/etc/board.d/02_network | 9 +++-- .../etc/hotplug.d/firmware/10-ath9k-eeprom | 4 +- target/linux/apm821xx/base-files/lib/apm821xx

[LEDE-DEV] [PATCH 5/9] apm821xx: add product names to the dt compatible for Meraki

2017-12-17 Thread Christian Lamparter
Meraki choose to use their product's codename as the main compatible string. Mathias Kresin commented that this is a poor choice as this will confuse the users and devs once the device-tree compatible is used for board-detection and possible the image name. Signed-off-by: Christian Lamp

[LEDE-DEV] [PATCH 3/9] apm821xx: replace DEVICE_{PROFILE|NAME} with BOARD_NAME

2017-12-17 Thread Christian Lamparter
patch realigns the existing shortname for a device with a proper "manufacturer_device" identifier. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/image/Makefile | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/target/linux/apm821xx/image/M

[LEDE-DEV] [PATCH 4/9] apm821xx: dts: append SoC compatible to DTS

2017-12-17 Thread Christian Lamparter
for new architecture support." For this reason, the "apm,bluestone" compatible string can't be added to the WNDR4700. As otherwise the target specific pci fix-up code will get ignored and this causes the ath9k WIFI to not get initialized. Signed-off-by: Christian Lampart

[LEDE-DEV] [PATCH 7/9] apm821xx: align device names with vendor_device format

2017-12-17 Thread Christian Lamparter
Currently, the device name handle does not include the manufacturer. This can make it hard do differentiate between products from different vendors that have the same product name. As the handle is used to derive the image name. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/image

[LEDE-DEV] [PATCH 2/9] apm821xx: replace whitespace with tabs

2017-12-17 Thread Christian Lamparter
Signed-off-by: Christian Lamparter --- target/linux/apm821xx/base-files/etc/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/apm821xx/base-files/etc/diag.sh b/target/linux/apm821xx/base-files/etc/diag.sh index e45f2a8522..26c035c6f3 100755 --- a/target

[LEDE-DEV] [PATCH 6/9] apm821xx: dts: rename devices dts files to include the manufacturer

2017-12-17 Thread Christian Lamparter
This patch rename all the DT source files in order to match upstream's "manufacturer-device.dts" format. Please note that the DEVICE_DTB isn't changed. This is because the u-boot of the MyBook Live defines the fdt_file variable to be "apollo3g/apollo3g.dtb". Sign

[LEDE-DEV] [PATCH 1/9] apm821xx: explicitly build the rootfs.img.gz target

2017-12-17 Thread Christian Lamparter
on a per-target base. Therefore this patch changes the rootfs image production rule to generate the gzip step manually. This way the metadata can be appended at a later date. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 del

Re: [LEDE-DEV] [RESEND][PATCH] ar71xx: fix invalid pointer dereference in c60_nand_scan_fixup()

2017-12-14 Thread Christian Lamparter
> > Update the code to use the mtd_to_nand() helper under 4.9 to obtain > the address of the chip specific data. > > Compile tested only. > > Fixes: 7bbf4117c6fe ("ar71xx: Add kernel 4.9 support") > Signed-off-by: Gabor Juhos Tested-by: Christian Lamparter Yep, i

[LEDE-DEV] [PATCH v2] apm821xx: use x86's upgrade scripts for MyBook Live

2017-12-01 Thread Christian Lamparter
ation in this cases. Note2: This patch requires "base-files: upgrade: make get_partitions() endian agnostic" Note3: If your current installation does not host the two changes, sysupgrading will wipe the existing partition layout. Don't forget to backup your data! Signed-off-by:

Re: [LEDE-DEV] [PATCH 1/5] build: append metadata for supported images.gz

2017-11-30 Thread Christian Lamparter
On Tuesday, November 28, 2017 11:20:23 PM CET Christian Lamparter wrote: > On Tuesday, November 28, 2017 11:07:54 PM CET Matthias Schiffer wrote: > > On 11/28/2017 10:51 PM, Christian Lamparter wrote: > > > Targets that either directly or indirectly set > > > CONFIG_T

Re: [LEDE-DEV] [PATCH 1/5] build: append metadata for supported images.gz

2017-11-28 Thread Christian Lamparter
On Tuesday, November 28, 2017 11:07:54 PM CET Matthias Schiffer wrote: > On 11/28/2017 10:51 PM, Christian Lamparter wrote: > > Targets that either directly or indirectly set > > CONFIG_TARGET_IMAGES_GZIP currently have no way > > to append the metadata at the end of new image

[LEDE-DEV] [PATCH 2/5] base-files: unify get_dt_led helper function

2017-11-28 Thread Christian Lamparter
Nyman Signed-off-by: Christian Lamparter --- package/base-files/files/lib/functions/leds.sh | 12 target/linux/ipq806x/base-files/etc/diag.sh| 9 - target/linux/ipq806x/base-files/lib/ipq806x.sh | 12 target/linux/lantiq/base-files/etc

[LEDE-DEV] [PATCH 3/5] apm821xx: convert to dt based diag LED script

2017-11-28 Thread Christian Lamparter
Please note that users with a Netgear WNDR4700 will need to update the device-tree partition manually. For instructions, please refere to commit 49856a4bb581 ("apm821xx: make it possible to update the dtb partition on the WNDR4700") Signed-off-by: Christian Lamparter --- target/linu

[LEDE-DEV] [PATCH 5/5] apm821xx: MyBook Live convert to DT PHY

2017-11-28 Thread Christian Lamparter
Changes MyBook Live to use DT PHY probing and the broadcom phy driver. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/dts/apollo3g.dtsi | 11 +++ target/linux/apm821xx/sata/config-default | 1 + 2 files changed, 12 insertions(+) diff --git a/target/linux/apm821xx/dts

[LEDE-DEV] [PATCH 4/5] apm821xx: use x86's upgrade scripts for MyBook Live

2017-11-28 Thread Christian Lamparter
on in this case. Note2: This patch requires "base-files: upgrade: make get_partitions() endian agnostic" Note3: If your current installation does not host the two changes, sysupgradeing will then wipe the existing partition layout. Don't forget to backup your data! Signed-off-by:

[LEDE-DEV] [PATCH 1/5] build: append metadata for supported images.gz

2017-11-28 Thread Christian Lamparter
example x86(_64), RPI, and MyBook Live images. Note: append-metadata does internally check if SUPPORTED_DEVICES is set, before adding the metadata. Hence, it will not interfere with existing targets that have not been converted. Cc: Felix Fietkau Signed-off-by: Christian Lamparter --- include

Re: [LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.64

2017-11-23 Thread Christian Lamparter
On Thursday, November 23, 2017 4:14:42 PM CET Koen Vandeputte wrote: > Refreshed all patches > > Compile-tested: cns3xxx, imx6 > Runtime-tested: cns3xxx, imx6 runs on the MyBook Live (apm821xx) w/o a hitch. Tested-by: Christian Lamparter > Signed-off-by:

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-22 Thread Christian Lamparter
<https://lede-project.org/submitting-patches> For example, for this patch it will generate the following output: $ get_maintainer.pl 0004-toolchain-musl-update-to-current-HEAD.patch Felix Fietkau (authored:3/7=43%,added_lines:5/17=29%,removed_lines:5/14=36%,authored:1/2=50%,added_line

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-21 Thread Christian Lamparter
On Tuesday, November 21, 2017 9:56:12 AM CET Koen Vandeputte wrote: > > This is all documented on the musl ML. > > > > musl 1.1.17 was rushed due to this CVE: > > > > > > However, the 1.1.17 release had accumulated like 11 months of patches since > >

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-20 Thread Christian Lamparter
On Monday, November 20, 2017 7:34:31 PM CET Karl Palsson wrote: > Christian Lamparter wrote: > > On Monday, November 20, 2017 8:17:05 AM CET Syrone Wong wrote: > > > Any specific reason to introduce these changes? > > Actually yes. The LEDE Website prides itself with >

Re: [LEDE-DEV] [PATCH 1/4] firmware: ath10k-firmware: update QCA4019 firmware to 10.4-3.2.1-00058

2017-11-20 Thread Christian Lamparter
On Monday, November 20, 2017 11:23:18 AM CET Matthew McClintock wrote: > On Mon, Nov 20, 2017 at 10:53 AM, Christian Lamparter > wrote: > > On Monday, November 20, 2017 9:45:28 AM CET Matthew McClintock wrote: > >> Did you get ath10k working on ipq4019? > > > > Ye

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-20 Thread Christian Lamparter
Hello, On Monday, November 20, 2017 8:17:05 AM CET Syrone Wong wrote: > Hi, > > Any specific reason to introduce these changes? Actually yes. The LEDE Website prides itself with "LEDE is actively updated [...]" a71b46cf fix malloc state cor

Re: [LEDE-DEV] [PATCH 1/4] firmware: ath10k-firmware: update QCA4019 firmware to 10.4-3.2.1-00058

2017-11-20 Thread Christian Lamparter
age. Regards, Christian > On Sun, Nov 19, 2017 at 10:19 AM, Christian Lamparter > wrote: > > This patch updates ath10k-firmware to use the > > firmware-5.bin_10.4-3.2.1-00058 firmware for the QCA4019. > > > > Cc: Hauke Mehrtens > > Signed-off-by: Christian Lampart

[LEDE-DEV] [PATCH 1/4] firmware: ath10k-firmware: update QCA4019 firmware to 10.4-3.2.1-00058

2017-11-19 Thread Christian Lamparter
This patch updates ath10k-firmware to use the firmware-5.bin_10.4-3.2.1-00058 firmware for the QCA4019. Cc: Hauke Mehrtens Signed-off-by: Christian Lamparter --- package/firmware/ath10k-firmware/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package

[LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-19 Thread Christian Lamparter
GSIZE and IPV6_RECVFRAGSIZE from linux v4.10 5c596ed8 add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 6fc6ca1a adjust posix_spawn dup2 action behavior to match future requirements Cc: Syrone Wong Signed-off-by: Christian Lamparter --- toolchain/musl/comm

[LEDE-DEV] [PATCH 3/4] wireless-regdb: fix PKG_MIRROR_HASH

2017-11-19 Thread Christian Lamparter
make check complains about PKG_MIRROR_HASH of the wireless-regdb package: WARNING: PKG_MIRROR_HASH does not match wireless-regdb-2017-10-20-4343d359.tar.xz hash 5f5b669f32ae36cb65b1d99efbbbfd42c2983cda32f6448346e3e54ffaba3889 Signed-off-by: Christian Lamparter --- package/firmware/wireless

[LEDE-DEV] [PATCH 2/4] base-files: upgrade: make get_partitions() endian agnostic

2017-11-19 Thread Christian Lamparter
tart LBA and LBA num from the partition table has the same endianness issue. This has been fixed by using the new hex_le32_to_cpu() function. This function will translate the stored little-endian data to the correct byte-order if necessary. Signed-off-by: Christian Lamparter --- package/base-fil

Re: [LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-11-06 Thread Christian Lamparter
On Monday, November 6, 2017 2:48:56 PM CET Felix Fietkau wrote: > On 2017-11-06 14:46, John Crispin wrote: > > Hi, > > > > 1.1.18 is out, we we go directly to that version please ? > I've already queued a commit that updates to 1.1.18 in my staging tree. > Yeah, go for it. _

Re: [LEDE-DEV] [RFC 2/3] ipq: Don't force selection of the IPQ4019 firmware.

2017-11-04 Thread Christian Lamparter
On Friday, November 3, 2017 8:15:00 PM CET Ben Greear wrote: > > On 11/03/2017 05:58 PM, Christian Lamparter wrote: > > On Friday, November 3, 2017 5:05:39 PM CET gree...@candelatech.com wrote: > >> From: Ben Greear > >> > >> This will allow us to se

Re: [LEDE-DEV] [RFC 2/3] ipq: Don't force selection of the IPQ4019 firmware.

2017-11-03 Thread Christian Lamparter
On Friday, November 3, 2017 5:05:39 PM CET gree...@candelatech.com wrote: > From: Ben Greear > > This will allow us to select the CT IPQ4019 firmware instead if > desired. > > Signed-off-by: Ben Greear > --- > package/firmware/ipq-wifi/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 delet

Re: [LEDE-DEV] [PATCH] ath10k-firmware: update QCA9888 and QCA4019 firmware

2017-11-01 Thread Christian Lamparter
On Monday, October 16, 2017 12:19:10 AM CET Hauke Mehrtens wrote: > On 10/14/2017 05:35 PM, Christian Lamparter wrote: > > On Saturday, October 14, 2017 11:24:24 AM CEST Hauke Mehrtens wrote: > >> This updates the firmware files for the QCA9888 and QCA4019 > >> chips to

Re: [LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-10-28 Thread Christian Lamparter
On Sunday, October 22, 2017 12:02:07 AM CEST Hannu Nyman wrote: > Hauke Mehrtens wrote on Sat Oct 21 12:26:04 PDT 2017: > > I think your problem is fixed in ec04d122f1182aeb91f39b0e80ae40c68e4d9605 > > fix regression in glob with literal . or .. path component > > Based on musl mailing list, the

[LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-10-19 Thread Christian Lamparter
10/19/1> The stack-based buffer overflow in dns parsing can be mitigated by: "running a caching nameserver on localhost and pointing resolv.conf to 127.0.0.1." <http://www.openwall.com/lists/musl/2017/10/19/2> Which is the case on the default LEDE installation (dnsmasq). Si

Re: [LEDE-DEV] [PATCH v2] ipq806x: add ap.dk01.1 board support

2017-10-16 Thread Christian Lamparter
On Monday, October 16, 2017 10:10:52 PM CEST Roman Yeryomin wrote: > On 2017-10-16 20:32, Christian Lamparter wrote: > > Added John, maybe he has more comments. (This time with the right mail address - sorry) > >> Changes: > >> - add partitions > >> - enable

Re: [LEDE-DEV] [PATCH v2] ipq806x: add ap.dk01.1 board support

2017-10-16 Thread Christian Lamparter
Added John, maybe he has more comments. On Monday, October 16, 2017 5:04:19 PM CEST Roman Yeryomin wrote: > AP.DK01.1 is QCA dev board with: > - ipq4028 (quad core ARM @710MHz, 2x2 dual an+ac radios) ^^ might not be correct. more to this below. > - 256MB RAM > - 32MB SPI

[LEDE-DEV] [RESEND][PATCH v2] kernel: kmod-macsec module for 4.9

2017-10-14 Thread Christian Lamparter
://standards.ieee.org/getieee802/download/802.1AE-2006.pdf Note: LEDE can utilize MACsec with a static connectivity association key (static PSK) with the ip-full package installed. <http://man7.org/linux/man-pages/man8/ip-macsec.8.html> Signed-off-by: Christian Lamparter --- The patch shows up on the le

Re: [LEDE-DEV] [PATCH] ath10k-firmware: update QCA9888 and QCA4019 firmware

2017-10-14 Thread Christian Lamparter
On Saturday, October 14, 2017 11:24:24 AM CEST Hauke Mehrtens wrote: > This updates the firmware files for the QCA9888 and QCA4019 > chips to a more recent version which is also used in the linux-firmware > repository. > > Signed-off-by: Hauke Mehrtens > --- > > Could someone with a QCA4019 or Q

[LEDE-DEV] [PATCH] dnsmasq: add listen_address parameter

2017-10-12 Thread Christian Lamparter
otherwise fail to work properly, because listening to the "This host on this network" address (aka 0.0.0.0 see rfc1700 page 4) may not be allowed. Signed-off-by: Christian Lamparter --- package/network/services/dnsmasq/files/dnsmasq.init | 5 + 1 file changed, 5 insertions(+) dif

[LEDE-DEV] [RFC] base-files: upgrade: make get_partitions() endian agnostic

2017-10-12 Thread Christian Lamparter
tart LBA and LBA num from the partition table has the same endianness issue. This has been fixed by using the new hex_le32_to_cpu() function. This function will translate the stored little-endian data to the correct byte-order if necessary. Signed-off-by: Christian Lamparter --- I stumbled upon

[LEDE-DEV] [PATCH] kernel: kmod packaging for IEEE 802.1AE (MACsec) for 4.9+

2017-10-12 Thread Christian Lamparter
://standards.ieee.org/getieee802/download/802.1AE-2006.pdf Note: LEDE can utilize MACsec with a static connectivity association key (static PSK) with the ip-full package installed. <http://man7.org/linux/man-pages/man8/ip-macsec.8.html> Signed-off-by: Christian Lamparter --- package/kernel/linux/m

Re: [LEDE-DEV] wlan issue with TP-LINK wdr3600

2017-10-11 Thread Christian Lamparter
On Wednesday, October 11, 2017 10:42:17 PM CEST e9hack wrote: > Hi, > > Is end the hostapd config files. They are generated by a modified hostapd.sh > script. Just a quick "cross-reference". It looks like this is related to ieee802.11w. This was reported in the forum was well: https://forum.lede

Re: [LEDE-DEV] [PATCH 1/3] Remove ttl==255 restriction for queries

2017-09-28 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Thursday, September 28, 2017 1:

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-05 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Monday, September 4, 2017 1:48:

Re: [LEDE-DEV] [PATCH] ar71xx: Add GRO support to ag71xx

2017-09-03 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Sunday, September 3, 2017 11:35

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-03 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Sunday, September 3, 2017 1:43:

[LEDE-DEV] [PATCH] apm821xx: MR24: fix ethernet phy detection on the MR24

2017-06-07 Thread Christian Lamparter via Lede-dev
88546] /plb/opb/ethernet@ef600c00: can't find PHY! (<https://bugs.lede-project.org/index.php?do=details&task_id=687>) Fixes FS#687 Cc: Chris Blake Reported-by: Russell Senior Fixes: 23fbb5a87c56e98 ("emac: Fix EMAC soft reset on 460EX/GT") Signed-off-by: Christian Lamparte

[LEDE-DEV] [PATCH] base-files: nand: use CI_KERNPART whenever the kernel volume is needed

2017-05-30 Thread Christian Lamparter via Lede-dev
nuation of: commit 93aa86040523 "procd: nand: make it possible to configure kernel and ubi partition" The $CI_KERNPART variable should be used in place of the fixed "kernel" partition name. This allows targets to specifiy alternate names for the kernel partition. Cc: Chris B

Re: [LEDE-DEV] [PATCH v2] ipq806x: Add support for ipq40xx AP-DK01.1-C1 and AP-DK04.1-C1

2017-05-23 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Tuesday, May 23, 2017 12:41:41

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-13 Thread Christian Lamparter via Lede-dev
ay, May 11, 2017 8:39:46 PM CEST Christian Lamparter wrote: > On Thursday, May 11, 2017 10:15:58 PM CEST Ram Chandra Jangir wrote: > > I added nand pinmux in https://patchwork.ozlabs.org/patch/761243/ , > > Could you please try with this, if it helps you. > Thanks, I'll forward

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-11 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello Ram, On Thursday, May 11, 2

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-06 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, On Friday, May 5, 2017 9:1

Re: [LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget

2017-04-19 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello Ram, On Monday, April 17, 2

Re: [LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget

2017-04-14 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Thursday, April 13, 2017 8:40:3

Re: [LEDE-DEV] ARM64 platform updates

2017-04-11 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, On Tuesday, April 11, 2017

Re: [LEDE-DEV] Using stable wireless/kernel but trunk userspace/kernel

2017-04-05 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, On Tuesday, April 4, 2017

Re: [LEDE-DEV] QCA Dakota support

2017-02-17 Thread Christian Lamparter via Lede-dev
2017 4:29:51 PM CET John Crispin wrote: > On 17/02/2017 15:46, Christian Lamparter wrote: > > On Monday, October 31, 2016 10:38:18 PM CET Christian Mehlis wrote: > >> Hi, > >> > >> is there someone working on QCA Dakota support for lede? > > Heads-up! &g

Re: [LEDE-DEV] QCA Dakota support

2017-02-17 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Monday, October 31, 2016 10:38:

[LEDE-DEV] [PATCH v1 2/3] apm821xx: add linux 4.9 apm821xx patches

2017-02-10 Thread Christian Lamparter via Lede-dev
e apm821xx target to use the 4.9 kernel. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/Makefile |2 +- target/linux/apm821xx/config-4.9 | 327 +++ .../200-add-meraki-mr24-ikarem-support.patch | 32 + .../201-add-amcc-apollo3g-sup

[LEDE-DEV] [PATCH v1 1/3] mac80211: make relay support depend on ATH_DEBUG

2017-02-10 Thread Christian Lamparter via Lede-dev
A patch to the ath9k driver was added to detangle RELAY and DEBUG_FS: "ath9k: move RELAY and DEBUG_FS to ATH9K[_HTC]_DEBUGFS" <https://patchwork.kernel.org/patch/9501361/>. NB: CONFIG_PACKAGE_MAC80211_DEBUGFS needs to be disabled to notice the change. Signed-off-by: Christian Lampart

Re: [LEDE-DEV] [PATCH] iperf3: update to version 3.1.5 and download via git

2017-01-30 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Monday, January 30, 2017 6:48:0

Re: [LEDE-DEV] [PATCH] iperf3: update to version 3.1.5 and download via git

2017-01-30 Thread Christian Lamparter via Lede-dev
January 30, 2017 12:43:40 PM CET Daniel Engberg wrote: > On 2017-01-15 22:06, Daniel Engberg wrote: > > On 2017-01-15 21:56, Christian Lamparter wrote: > >> On Sunday, January 15, 2017 9:25:28 PM CET Daniel Engberg wrote: > >>> Thanks for submitting a patch but can you p

Re: [LEDE-DEV] [PATCH] kmodloader: fix out-of-order module loading

2017-01-29 Thread Christian Lamparter via Lede-dev
8, 2017 11:47:57 PM CET Christian Lamparter via Lede-dev wrote: > Currently, kmodloader is trying to load all modules during > boot. This is because all the modules (and not just those > which start with a number) are set to probe. > > Signed-off-by: Christian Lamparter Disregard

[LEDE-DEV] [PATCH] kmodloader: fix out-of-order module loading

2017-01-28 Thread Christian Lamparter via Lede-dev
is trying to load all modules during boot. This is because all the modules (and not just those which start with a number) are set to probe. Signed-off-by: Christian Lamparter --- The load_modprobe() seems to be necessary, since I've also hit a hang with 4.9 caused by nf_nat_ipv6.ko. This is b

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Friday, January 13, 2017 4:46:3

Re: [LEDE-DEV] [PATCH] iperf3: update to version 3.1.5 and download via git

2017-01-15 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Sunday, January 15, 2017 9:25:2

[LEDE-DEV] [PATCH] iperf3: update to version 3.1.5 and download via git

2017-01-15 Thread Christian Lamparter via Lede-dev
; This patch also changes the package to download the source via github <https://github.com/esnet/iperf>. This also allows to switch to xz and save a couple of KiB on the mirrors for every new release. Signed-off-by: Christian Lamparter --- Alternatively, the project's homepage als

Re: [LEDE-DEV] image: when using the new image build code, gzip ext4 images by default

2017-01-13 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- This is a comment on the patch: >c

[LEDE-DEV] [PATCH v2] musl: update musl to 1.1.16+ and switch to download from git

2017-01-03 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- From: Christian Lampar

[LEDE-DEV] [PATCH] musl: update musl to 1.1.16 and switch to download from git

2017-01-02 Thread Christian Lamparter via Lede-dev
an effect on the cached copy of musl in the dl/ directory, from now on, it's a tar.xz. [0] <http://git.musl-libc.org/cgit/musl/commit/?id=8fe1f2d79b275b7f7fb0d41c99e379357df63cd9> Signed-off-by: Christian Lamparter --- No idea, if you want to fudge that in for the upcoming release

Re: [LEDE-DEV] Help needed: IP175D + RT3662 issues on a "new" device

2016-12-30 Thread Christian Lamparter via Lede-dev
t 10:32 AM, John Crispin wrote: > On 25/12/2016 14:33, Christian Lamparter wrote: >> >> I helped Antonio a bit. It turns out that the GE1 needs to be set to MII >> mode (The default is RGMII). As far as I can tell, he had added this setting >> already in the DTS. But the

Re: [LEDE-DEV] Help needed: IP175D + RT3662 issues on a "new" device

2016-12-25 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, On Saturday, December 24,

Re: [LEDE-DEV] Release planning

2016-12-22 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Thursday, December 22, 2016 1:1

Re: [LEDE-DEV] [PATCH] mediatek: enable support for vfpv4 and neon

2016-12-19 Thread Christian Lamparter via Lede-dev
2016 9:13:56 AM CET John Crispin wrote: > > On 25/11/2016 20:57, Christian Lamparter wrote: > > While researching for the armvirt target, I looked at the > > existing arm platforms. It turns out that the mediatek target > > with its sole MT7623N/A chip is sold as a "h

Re: [LEDE-DEV] QCA Dakota support

2016-12-19 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, On Monday, November 28, 20

  1   2   3   >