GuoYuchao
GuoYuchao
Hi Simon, I noticed that this problem also occurred in the OpenWrt platform with [UBUS](https://openwrt.org/docs/techref/ubus). ``` root@Hoo:/# root@Hoo:/# ot-ctl > panid 0x1233 Done > panid 0x1111 Done > factoryreset Done...
I also tyied with option "BUILD_SHARED_LIBS=ON" from [link](https://github.com/openthread/ot-br-posix/pull/522) when building ot-br-posix, but useless.
> Did you ever solve your problem? I haven't solved it yet. Could you @jwhui please give us some guidance and help?
是不是以后不再push代码,转为内部资源了呢
Hi everyone, I have written a package for the OpenWrt platform, please help verify that it meets your needs. See [sshpiper-openwrt](https://github.com/ihidchaos/sshpiper-openwrt). At present, the sdk of the [mt76x8](https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/) platform I...
> Oh fantastic! Thanks both! > > @ihidchaos Can I take you up on that offer to build a package for specific platform? My router is the uses the `ipq806x/generic`...
> > I'm not sure if switching to the new openwrt sdk will fix this, or if re-triggering the action run will (I've had CI fail on commits in unrelated...
UPDATE: I realized that the `getaddrinfo_a`, `gaicb` don't actually exist in the musl libc. The `libanl` mentioned in [openwrt/pull/11559](https://github.com/openwrt/openwrt/pull/11559) only happens with the glibc library, not the musl libc. According...
I have written code to use c-ares instead of getaddrinfo_a and am testing it on my own [fork branch](https://github.com/ihidchaos/ot-br-posix/actions). Action shows compilation results that occasionally fail for unknown reasons, which...