Re: [OpenWrt-Devel] ca-certificates: bump to 20190110 and fix compile error

2019-02-15 Thread Yousong Zhou
On Sat, 16 Feb 2019 at 10:21, 紫 昕 wrote: > > Hi, Please properly format and send your patches according to guide at https://openwrt.org/submitting-patches Please also describe the compilation error you encountered and consider fixing that in a separate commit before bumping. Thank you

[OpenWrt-Devel] sqlite3: bump to 3270100

2019-02-15 Thread 紫 昕
sqlite3-bump-up.diff Description: sqlite3-bump-up.diff ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] ca-certificates: bump to 20190110 and fix compile error

2019-02-15 Thread 紫 昕
ca-certificate-bump-up.diff Description: ca-certificate-bump-up.diff ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] 5GHz wifi is broken

2019-02-15 Thread Jeff Kletsky
Are you running "classic" ath10k drivers and firmware, or the default ath10k-ct drivers and firmware? You should have a line similar to ath10k_pci :00:00.0: firmware ver 10.2.4-1.0-00041 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 f43fa422 Which firmware version does it sh

[OpenWrt-Devel] [PATCH 2/2] openssl: backport devcrypto changes from master

2019-02-15 Thread Eneas U de Queiroz via openwrt-devel
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 --- The patches to the /dev/crypto eng

[OpenWrt-Devel] [PATCH 1/2] openssl: patch to fix devcrypto sessions leak

2019-02-15 Thread Eneas U de Queiroz via openwrt-devel
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 --- Applies a patch from https://githu

[OpenWrt-Devel] [PATCH 0/2] openssl: changes to /dev/crypto support

2019-02-15 Thread Eneas U de Queiroz via openwrt-devel
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 --- I'm sending here some patches for

[OpenWrt-Devel] [PATCH] mac80211: update to version 4.19.23-1

2019-02-15 Thread Hauke Mehrtens
This updates mac80211 to backports version 4.19.23-1 which includes all the stable fixes from kernel 4.19.23. The removed patches are included in this version. Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 8 +- ...fix-tx99-with-monitor-mode-interface.patch

[OpenWrt-Devel] [PATCH 1/2] firmware-tools/ptgen: Allow generation 0 size partitions

2019-02-15 Thread Linus Walleij
The firmware on the D-Link DNS-313 NAS require two blank partitions before the boot partition. Support this if explicitly requested with a "-n" flag. Tested on the D-Link DNS-313. Signed-off-by: Christian Lamparter [Broken out from original patch] Signed-off-by: Linus Walleij --- tools/firmwar

[OpenWrt-Devel] [PATCH 2/2] gemini: Generate harddisk image for DNS-313

2019-02-15 Thread Linus Walleij
This makes OpenWrt build an Ext2+Ext4 partitioned image for the D-Link DNS-313 with two blank partitions, a boot partition on /dev/sda3 and a rootfs partition on /dev/sda4. This uses the methods already used in apm821xx including the tricks to convert the generated Ext2 filesystem partition to ver

[OpenWrt-Devel] [PATCH] mbim-proxy support

2019-02-15 Thread Bjørn Mork
This adds support for the libmbim-glib "mbim-proxy", allowing umbim to access a device under ModemManager control. The feature is mostly useful for debugging and development purposes, and is therefore disabled by default. Signed-off-by: Bjørn Mork --- Probably not very useful for most users, but