[LEDE-DEV] possible PPPoE fix

2016-05-16 Thread Syrone Wong
/84e28c8f303d9b74b1debb9d3d0b2293c8c4a220 Some data I collected: https://github.com/wongsyrone/openwrt-1/issues/87 Related ticket: https://dev.openwrt.org/ticket/22045 It's very appreciated if someone has better solutions against this issue. Best Regards, Syrone Wong

Re: [LEDE-DEV] [RFC 5/8] toolchain/gcc: add 6.1.0

2016-07-14 Thread Syrone Wong
Hi Felix, Thanks for your effort on this. I forgot to refresh the patch offset, can you help me do it? Although the offset doesn't affect patch application. Best Regards, Syrone Wong On Thu, Jul 14, 2016 at 6:55 PM, Felix Fietkau <n...@nbd.name> wrote: > Pushed to my staging tree

Re: [LEDE-DEV] sysupgrade on lantiq xrx200 form openwrt to lede

2016-07-14 Thread Syrone Wong
Hi, You may want to flash back to factory and flash to LEDE via *-factory.bin. Make sure to set all configurations by hand. Best Regards, Syrone Wong On Thu, Jul 14, 2016 at 8:48 PM, Florian Eckert <eckert.flor...@googlemail.com> wrote: > Hello LEDE-Team > > I am using

Re: [LEDE-DEV] stall/hang in netifd on LEDE r1318 on Linksys WRT1900AC V1

2016-08-15 Thread Syrone Wong
, then I revert to the older version. I hope my information help. Best Regards, Syrone Wong On Mon, Aug 15, 2016 at 2:27 PM, pat <p...@patfruth.com> wrote: > Dear LEDE devs, > > There doesn’t appear to be an LEDE forum yet, else I’d post it on the forum. > So I’m hoping someone on

[LEDE-DEV] [RFC 7/8] config: add gcc 6 info to build rule

2016-07-13 Thread Syrone Wong
Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- config/Config-build.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-build.in b/config/Config-build.in index 23cf83b..7a70862 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@

[LEDE-DEV] [RFC 6/8] uclibc++: fix gcc 6 build

2016-07-13 Thread Syrone Wong
cc-mirror/gcc/commit/d1856d2c87b844afb0e31f7aa9502745b3446189 Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- According to https://gcc.gnu.org/gcc-6/changes.html, default C++ mode changed to -std=gnu++14 instead of -std=gnu++98, I added the previous mode to presist compiler behaviour. I th

[LEDE-DEV] [RFC 5/8] toolchain/gcc: add 6.1.0

2016-07-13 Thread Syrone Wong
-fno-plt and musl-libc patches already get upstream, then dropped in GCC 6. Other patches are almost identical compared to GCC 5.3. Compile and run tested on ar71xx/Qihoo C301 and mvebu/Linksys WRT1900ac v1 Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- toolchain/gcc/Con

[LEDE-DEV] [RFC 1/8] tools/isl: bump to 0.17.1

2016-07-13 Thread Syrone Wong
Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- tools/isl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/isl/Makefile b/tools/isl/Makefile index 8fe2da1..24c0626 100644 --- a/tools/isl/Makefile +++ b/tools/isl/Makefile @@ -7,11 +7,11 @@ i

[LEDE-DEV] [RFC 2/8] toolchain/binutils: add 2.26.1

2016-07-13 Thread Syrone Wong
Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- toolchain/binutils/Config.in | 6 toolchain/binutils/Config.version | 5 +++ toolchain/binutils/Makefile| 4 +++ .../patches/2.26.1/300-001_ld_makefile_patch.patc

[LEDE-DEV] [RFC 4/8] toolchain/gdb: add 7.11.1

2016-07-13 Thread Syrone Wong
Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- toolchain/gdb/Makefile | 4 +-- .../gdb/patches/7.11.1/100-no_extern_inline.patch | 32 ++ .../gdb/patches/7.11.1/110-no_testsuite.patch | 21 ++ .../7.11.1/120-fix-c

[LEDE-DEV] [RFC 3/8] toolchain/musl: update to 1.1.15

2016-07-13 Thread Syrone Wong
Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- toolchain/musl/Config.version |2 +- toolchain/musl/common.mk |2 +- .../patches/001-update-to-git-2016-03-06.patch | 3736 3 files changed, 2 insertions(+)

Re: [LEDE-DEV] rstrip fails to strip out debug info from ELF

2017-02-19 Thread Syrone Wong
staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/root-mvebu/usr/bin/minidlna: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-armhf.so.1, n ot stripped, with debug_info Best Regards, Syrone Wong On Sun, Feb 19, 2017 at 9:36 PM, Felix Fietkau

[LEDE-DEV] rstrip fails to strip out debug info from ELF

2017-02-19 Thread Syrone Wong
1.1.6+git-8a996b/ipkg-arm_cortex-a9_vfpv3/minidlna/usr/bin/minidlna: executable, with debug_info Best Regards, Syrone Wong ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] rstrip fails to strip out debug info from ELF

2017-02-19 Thread Syrone Wong
arget-arm_cortex-a9+vfpv3_musl_eabi/minidlna-1.1.6+git-8a996b/ipkg-arm_cortex-a9_vfpv3/minidlna/usr/bin/minidlna: exec utable Best Regards, Syrone Wong On Sun, Feb 19, 2017 at 9:09 PM, Felix Fietkau <n...@nbd.name> wrote: > On 2017-02-19 13:52, Syrone Wong wrote: >> Hi, everyone. &g

Re: [LEDE-DEV] rstrip fails to strip out debug info from ELF

2017-02-19 Thread Syrone Wong
96b/ipkg-arm_cortex-a9_vfpv3/minidlna /ho me/wong/github/lede-1/bin/packages/arm_cortex-a9_vfpv3/packages Packaged contents of /home/wong/github/lede-1/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/minidlna-1.1.6+git-8a996b/ipkg-arm_cortex-a9_vfpv3/minidlna into /home/wong/github/lede-1/bin/packa ges/arm_c

Re: [LEDE-DEV] [OpenWrt-Devel] Using kdump... persistent logs, etc.

2017-02-22 Thread Syrone Wong
me targets and will be available at `/sys/kernel/debug/crashlog` on next boot after crash. The implementation detail can be found here: https://github.com/lede-project/source/blob/master/target/linux/generic/patches-4.9/930-crashlog.patch Best Regards, Syrone Wong On Thu, Feb 23, 2017 at 10:05 AM, Philip P

Re: [LEDE-DEV] LEDE use of WoSign TLS certificates

2016-09-02 Thread Syrone Wong
I suggest switching to Let's Encrypt. Something like https://github.com/Neilpang/acme.sh is lightweight and ease to use. Best Regards, Syrone Wong On Sat, Sep 3, 2016 at 11:32 AM, J Mo <jm...@jmomo.net> wrote: > > LEDE uses WoSign. The admin staff might want to look into th

Re: [LEDE-DEV] stall/hang in netifd on LEDE r1318 on Linksys WRT1900AC V1

2016-08-17 Thread Syrone Wong
Hello Josua, pat, I haven't tested this yet. Thanks for your effort. Are you sure this is the root cause? Everything works well in the past without this config being enabled. If you say yes, please send a PR or send a patch to mailing list. Best Regards, Syrone Wong On Thu, Aug 18, 2016

Re: [LEDE-DEV] Patches to web

2016-09-29 Thread Syrone Wong
You can add prefix when doing "git format-patch" and send it to the list. Check the output before sending is a good idea if you don't want to make mistakes. Best Regards, Syrone Wong On Thu, Sep 29, 2016 at 10:26 AM, Marvin Arnold <mar...@unplugged.im> wrote: > I'd like t

Re: [LEDE-DEV] [PATCH] kernel: update kernel 4.4 to version 4.4.29

2016-11-01 Thread Syrone Wong
4.4.30 has been released. Best Regards, Syrone Wong On Tue, Nov 1, 2016 at 8:29 AM, <p.wa...@gmx.at> wrote: > From: Paul Wassi <p.wa...@gmx.at> > > Refresh patches for all targets that support kernel 4.4. > compile/run-tested on ar71xx, brcm47xx, kirkwood. > > S

Re: [LEDE-DEV] [PATCH] kernel: update kernel 4.4 to version 4.4.28

2016-10-31 Thread Syrone Wong
Run tested on mvebu. Best Regards, Syrone Wong On Mon, Oct 31, 2016 at 5:03 PM, Koen Vandeputte <koen.vandepu...@ncentric.com> wrote: > compile/run-tested on cns3xxx, imx6 > > Tested-by: Koen Vandeputte <koen.vandepu...@ncentric.com> > > On 2016-10-29 09:56, p.wa.

Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-28 Thread Syrone Wong
According to https://wiki.openwrt.org/toh/linksys/wrt_ac_series, they have different switch layouts, especially mamba(WRT1900ac v1). Best Regards, Syrone Wong On Sat, Oct 29, 2016 at 2:22 AM, <p.wa...@gmx.at> wrote: > From: Paul Wassi <p.wa...@gmx.at> > > Unify switch con

Re: [LEDE-DEV] [RFC] mvebu: simplify etc/board.d/02_network

2016-10-29 Thread Syrone Wong
Have you tested your patch on these mvebu devices? or just in theory? Best Regards, Syrone Wong On Sat, Oct 29, 2016 at 2:50 PM, <p.wa...@gmx.at> wrote: >> According to https://wiki.openwrt.org/toh/linksys/wrt_ac_series, they >> have different switch layouts, especially

[LEDE-DEV] [PATCH] toolchain/gcc: update 6.x to 6.3.0

2016-12-24 Thread Syrone Wong
This is a bugfix release Build and run tested on mvebu/Linksys WRT1900AC v1 Signed-off-by: Syrone Wong <wong.syr...@gmail.com> --- toolchain/gcc/Config.version| 2 +- toolchain/gcc/common.mk

Re: [LEDE-DEV] [PATCH] iproute2: fix ip monitor can't work when NET_NS is not enabled

2017-03-19 Thread Syrone Wong
-on-__GLIBC__.patch and 272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch [1]: https://github.com/wongsyrone/lede-1/commit/85f2c5dde96fc90e7984182529c7cb72b88adbf9 Best Regards, Syrone Wong On Sun, Mar 19, 2017 at 4:30 PM, Yousong Zhou <yszhou4t...@gmail.com> wrote: > On 19 M

Re: [LEDE-DEV] [RFC] iproute2: update to v4.10.0

2017-03-20 Thread Syrone Wong
/1d75df6a16ce98fa20bb84ba88c0004ceb89e987 https://github.com/wongsyrone/lede-1/commit/32d516646d6bcba2b7aeb2d3d692944070cbe58b Best Regards, Syrone Wong On Tue, Mar 21, 2017 at 7:51 AM, Russell Senior <russ...@personaltelco.net> wrote: >>>>>> "Russell" == Russell Senior

Re: [LEDE-DEV] [RFC] iproute2: update to v4.10.0

2017-03-22 Thread Syrone Wong
either runtime dependency ``` DEPENDS:=+kmod-sched-core +iptables ``` or build-time dependency ``` PKG_BUILD_DEPENDS:=iptables ``` Don't add both of them. Best Regards, Syrone Wong On Wed, Mar 22, 2017 at 2:53 PM, Russell Senior <russ...@personaltelco.net> wrote: >>>>>&

Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-23 Thread Syrone Wong
You may want to enable CONFIG_DEBUG_MVEBU_UART0_ALTERNATE or CONFIG_DEBUG_MVEBU_UART1_ALTERNATE if early printk is being enabled. Best Regards, Syrone Wong On Mon, Apr 24, 2017 at 3:39 AM, Josua Mayer <josua.maye...@gmail.com> wrote: > Hi everybody, > > I noticed a

Re: [LEDE-DEV] [OpenWrt-Devel] Using kdump... persistent logs, etc.

2017-03-02 Thread Syrone Wong
depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64) x86_64 is disabled by default. You may want to enable it yourself. I don't know why. Best Regards, Syrone Wong On Fri, Mar 3, 2017 at 2:31 PM, Philip Prindeville <philipp_s...@redfish-solutions.com> wrote: >

Re: [LEDE-DEV] early printk breaks kernel on the clearfog board

2017-04-24 Thread Syrone Wong
try `make kernel_menuconfig` and select the corresponding one. Best Regards, Syrone Wong On Mon, Apr 24, 2017 at 11:18 PM, Josua Mayer <josua.ma...@jm0.eu> wrote: > Am Montag, 24. April 2017, 02:37:48 CEST schrieb Syrone Wong: >> You may want to enable CONFIG_DEBUG_MVEBU_UART0_

Re: [LEDE-DEV] [PATCH] kernel: update kernel 4.4 to version 4.4.81

2017-08-12 Thread Syrone Wong
4.4.82 is released. Best Regards, Syrone Wong On Sun, Aug 13, 2017 at 4:14 AM, Kevin Darbyshire-Bryant <ke...@darbyshire-bryant.me.uk> wrote: > refresh patches > minor update 704-phy-no-genphy-soft-reset.patch which was partially > accepted upstream. > > Signed-off-by: Ke

Re: [LEDE-DEV] [PATCH 2/2] toolchain: gcc: drop MIPS patch

2017-08-23 Thread Syrone Wong
https://github.com/mkj/dropbear/commit/364fb6019c1931de3d181f21ea491ec112161577 Best Regards, Syrone Wong On Wed, Aug 23, 2017 at 4:50 PM, Kevin Darbyshire-Bryant <ke...@darbyshire-bryant.me.uk> wrote: > > > On 23/08/17 09:20, Felix Fietkau wrote: >> >> On 2017-08

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-05-28 Thread Syrone Wong
The same here. It works well on ARM mvebu though. It's strange. It might be MIPS specific. Best Regards, Syrone Wong Best Regards, Syrone Wong On Sun, May 28, 2017 at 4:35 AM, e9hack <e9h...@gmail.com> wrote: > Hi, > > if I select gcc 7.1.0 instead of gcc 6.3.0, anything s

Re: [LEDE-DEV] f62f4b3c5c9d0 breaks GCC 7 build

2017-05-28 Thread Syrone Wong
To make it clear, I'm using ArchLinux, host GCC is 6.3.1-2 (https://www.archlinux.org/packages/core/x86_64/gcc/). Please let me know if you need more info. Best Regards, Syrone Wong ___ Lede-dev mailing list Lede-dev@lists.infradead.org http

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-05-29 Thread Syrone Wong
> have you tried to '/etc/init.d/dropbear'? The problem is you cannot access the router, which means you cannot execute any commands. Best Regards, Syrone Wong ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mail

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

2017-05-28 Thread Syrone Wong
You'd better mention the move to GitHub on the official webpage: http://squashfs.sourceforge.net/ Best Regards, Syrone Wong On Mon, May 29, 2017 at 9:24 AM, Phillip Lougher <phillip.loug...@gmail.com> wrote: > On 05/26/2017 06:13 PM, Alexander Couzens wrote: >> squashf

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-05-30 Thread Syrone Wong
not. On those platforms you **MUST** * use the portable [slower] macros. in https://github.com/mkj/dropbear/blob/master/libtomcrypt/src/headers/tomcrypt_cfg.h A quick way to verify this might be define LTC_NO_ASM. Best Regards, Syrone Wong On Tue, May 30, 2017 at 12:53 AM, Kevin Darbyshire-Bryant <

Re: [LEDE-DEV] f62f4b3c5c9d0 breaks GCC 7 build

2017-05-30 Thread Syrone Wong
Root cause is found. The fix locates at https://github.com/lede-project/source/pull/1138. Best Regards, Syrone Wong On Mon, May 29, 2017 at 12:12 PM, Syrone Wong <wong.syr...@gmail.com> wrote: > To make it clear, I'm using ArchLinux, host GCC is 6.3.1-2 > (https://www.archlinux.

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-06-01 Thread Syrone Wong
Confirmed that with the latest libtom*, dropbear works well on MIPS & GCC 7. This repo is based on dropbear 2017.75. https://github.com/wongsyrone/dropbear-test Best Regards, Syrone Wong On Thu, Jun 1, 2017 at 5:48 AM, Syrone Wong <wong.syr...@gmail.com> wrote: > I checked the b

Re: [LEDE-DEV] dropbear & gcc 7.1.0

2017-06-01 Thread Syrone Wong
Forgot to mention, it needs additional CFLAGS to include tommath_class.h correctly, this hasn't been included into my repo. TARGET_CFLAGS += -Ilibtommath/ Best Regards, Syrone Wong On Thu, Jun 1, 2017 at 2:10 PM, Syrone Wong <wong.syr...@gmail.com> wrote: > Confirmed that with t

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

2017-09-29 Thread Syrone Wong
The sad truth is it has been pushed via https://github.com/lede-project/source/commit/00e9a7aacb66b3f00df2002e8210bdb5086d2e0c Best Regards, Syrone Wong On Fri, Sep 29, 2017 at 3:52 PM, Bjørn Mork <bj...@mork.no> wrote: > Note that security is the usual (only?) reason one would enforc

Re: [LEDE-DEV] [dan...@makrotopia.org: Re: [PATCH 0/4] mac80211: update to backports-4.14-rc1]

2017-09-30 Thread Syrone Wong
/WRT3200ACM, and I will monitor how it goes. Best Regards, Syrone Wong On Tue, Sep 19, 2017 at 2:19 PM, Sven Eckelmann <s...@narfation.org> wrote: > On Montag, 18. September 2017 23:55:24 CEST Hauke Mehrtens wrote: >> Hi all, >> >> Thanks for fixing this. >> >> Di

Re: [LEDE-DEV] Update to util-linux 2.30.1 breaks x86_64 squashfs-combined

2017-09-29 Thread Syrone Wong
the real problem. PS: I have a partially backported one located at [0] if anyone has interest [0]: https://github.com/wongsyrone/lede-1/blob/master/target/linux/generic/pending-4.4/999-02-backport-random.patch Best Regards, Syrone Wong On Sat, Sep 30, 2017 at 9:18 AM, Florian Fainelli <f.fa

Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-24 Thread Syrone Wong
> 11f0: 028b 000c 0003 0200 00f3 0159 01b9 .. > 00001200: 000c 0003 0200 00f3 018f 01d1 0012 0006 .. > 1210: 0200 00f3 0165 01d7 0273 0

Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-24 Thread Syrone Wong
/patch/9992477/ [1]: https://patchwork.kernel.org/patch/9989569/ Best Regards, Syrone Wong On Thu, Nov 23, 2017 at 8:25 AM, Syrone Wong <wong.syr...@gmail.com> wrote: > Hi, > > 1. minor warning > > .config:5:warning: symbol value 'm' invalid for ATH_REG_DYNAMIC_USER_REG_HINTS

[LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-22 Thread Syrone Wong
ded as a firmware file. If unsure, say Y. We don't have CRDA installed and there is no signing key being installed. This might be the root cause. While I'm not familiar with this series of changes. I wonder if someone can dig into it. Best Regards, Syrone Wong ___ Lede

Re: [LEDE-DEV] [PATCH] gcc: 7.2: remove mips patch causing broken code

2017-12-18 Thread Syrone Wong
and see if the dropbear issue still exists. Best Regards, Syrone Wong On Mon, Dec 18, 2017 at 4:40 PM, Felix Fietkau <n...@nbd.name> wrote: > On 2017-12-17 22:21, Hauke Mehrtens wrote: >> This patch made GCC produce broken code, remove it. >> In mp_cmp_d() function in

Re: [LEDE-DEV] Patch refresh issues - mystery whitespace

2017-12-18 Thread Syrone Wong
This is mine. QUILT_DIFF_ARGS="--no-timestamps --no-index -pab --color=auto" QUILT_REFRESH_ARGS="--no-timestamps --no-index -pab" QUILT_PATCH_OPTS="--unified" QUILT_DIFF_OPTS="-p" EDITOR="vim" quilt --version 0.65 Best Regards, Syrone Wong

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 <chunk...@gmail.com> wrote: > Changes: > > 72656157 fix fgetwc when decoding a character that crosses buffer boundary > a223dbd2 add reve

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

2017-10-20 Thread Syrone Wong
and c10bc61508dc52b8315084e628f36a6c3c2dabb1(last time I tested this commit, it doesn't work, 1.1.17 neither) [1]: https://www.mail-archive.com/lede-dev@lists.infradead.org/msg09180.html Best Regards, Syrone Wong On Fri, Oct 20, 2017 at 5:41 AM, Christian Lamparter <chunk...@gmail.com> wrote: > This patch upd

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

2017-10-20 Thread Syrone Wong
/toolchain/{clean,compile} V=99 cp libc_*.ipk /tmp tar zxf libc_*.ipk tar zxf data.tar.gz cd lib mv ld-musl-armhf.so.1 libc.so /lib reboot ``` Best Regards, Syrone Wong On Sat, Oct 21, 2017 at 8:10 AM, Syrone Wong <wong.syr...@gmail.com> wrote: > Tested this on mvebu/WRT3200ACM, the same i

Re: [LEDE-DEV] [PATCH v2] kernel: bump 4.14 to 4.14.39

2018-05-09 Thread Syrone Wong
4.14.40 released. Best Regards, Syrone Wong On Wed, May 9, 2018 at 6:04 PM, Stijn Segers <f...@volatilesystems.org> wrote: > Op di, 8 mei 2018 om 6:42 , schreef Koen Vandeputte > <koen.vandepu...@ncentric.com>: >> >> Refreshed all patches >> >> Dropp

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 3/5] tools: add iucode-tool

2018-01-17 Thread Syrone Wong
There is another intel ucode generator in Archlinux repo, it seems the code is more elegant and don't require additional dependency. Do you have any idea? https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/intel-ucode Best Regards, Syrone Wong On Thu, Jan 18, 2018 at 3:41

Re: [LEDE-DEV] [PATCH] x86/64: enable CONFIG_X86_VSYSCALL_EMULATION in kernel config

2018-02-18 Thread Syrone Wong
It's fixed by https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.9.y=83946c33b9b99b5bc6157cfbf3970265f006c2bf Best Regards, Syrone Wong On Mon, Feb 19, 2018 at 4:46 AM, Stijn Segers <f...@volatilesystems.org> wrote: > CONFIG_X86_VSYSCALL_

Re: [LEDE-DEV] Bump tools/mtd-utils

2018-04-05 Thread Syrone Wong
Hi, I closed my PR due to https://github.com/openwrt/openwrt/commit/56d0dd56e9c6efa79d03b6417dc0ae5449343001. I tried to understand patches in tools/mtd-utils but failed. I appreciate if anyone keeps going. Best Regards, Syrone Wong On Thu, Apr 5, 2018 at 4:59 PM, Koen Vandeputte

Re: [LEDE-DEV] [PATCH] mbedtls: change libmbedcrypto.so soversion back to 0

2018-04-15 Thread Syrone Wong
Why? the lib version bump means ABI incompatibility. The correct way is to bump release to rebuild instead of decreasing it. Best Regards, Syrone Wong On Mon, Apr 16, 2018 at 6:57 AM, Hauke Mehrtens <ha...@hauke-m.de> wrote: > mbedtls changed in version 2.7.0 the

Re: [LEDE-DEV] [PATCH] mbedtls: change libmbedcrypto.so soversion back to 0

2018-04-16 Thread Syrone Wong
Looks good. Best Regards, Syrone Wong On Tue, Apr 17, 2018 at 5:49 AM, Hauke Mehrtens <ha...@hauke-m.de> wrote: > On 04/16/2018 01:01 AM, Syrone Wong wrote: >> Why? the lib version bump means ABI incompatibility. The correct way >> is to bump release to rebuild

Re: [LEDE-DEV] [PATCH v2 4/5] mtd-utils: update to 2.0.2

2018-04-19 Thread Syrone Wong
Hi, Thanks for the update. I would prefer the git way, it's easier to include upstream commits. Best Regards, Syrone Wong On Fri, Apr 20, 2018 at 6:12 AM, Hauke Mehrtens <ha...@hauke-m.de> wrote: > From: Syrone Wong <wong.syr...@gmail.com> > > 010-fix-rpmatch.patch is u