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

2017-11-19 Thread Syrone Wong
Hi, Any specific reason to introduce these changes? Best Regards, Syrone Wong On Mon, Nov 20, 2017 at 12:19 AM, Christian Lamparter wrote: > Changes: > > 72656157 fix fgetwc when decoding a character that crosses buffer boundary > a223dbd2 add reverse iconv mappings for

[LEDE-DEV] opkg-lede not handling ar-ipks or debs anymore - bug or feature?

2017-11-19 Thread Christian Beier
Hi LEDE people, I noticed that the LEDE fork of opkg does not install ar-packed .ipk files nor .debs anymore and tracked this down to [1]. What is the official roadmap/intended-way-to-go regarding opkg-lede being able to install ar-packed .ipks and .debs? The opkg-lede package description

[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

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

2017-11-19 Thread Christian Lamparter
Changes: 72656157 fix fgetwc when decoding a character that crosses buffer boundary a223dbd2 add reverse iconv mappings for JIS-based encodings 105eff9d generalize iconv framework for 8-bit codepages a71b46cf fix malloc state corruption when ldso rejects loading a second libc d060edf6 reformat

[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 ---

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

2017-11-19 Thread Christian Lamparter
This patch fixes two issues with the current get_partitions() function. First: "Invalid partition table on $disk" will pop up on legitimate images on big endian system. This is because the little-endian representation of "55 AA" is assumed in the context of little-endian architectures. On these

Re: [LEDE-DEV] [PATCH] jshn: add functionality to read big JSON

2017-11-19 Thread Alexandru Ardelean
On Sat, Nov 18, 2017 at 3:55 PM, Christian Beier wrote: > Am Fri, 17 Nov 2017 09:17:39 +0200 > schrieb Alexandru Ardelean : > >> On Thu, Nov 16, 2017 at 8:52 PM, Christian Beier >> wrote: >> > The existing read functionality feeds