Du lette etter:

openwrt musl

GitHub - syb999/openwrt-musl-cups
https://github.com/syb999/openwrt-musl-cups
22.11.2019 · Contribute to syb999/openwrt-musl-cups development by creating an account on GitHub.
[OpenWrt-Devel,PATCHv2] toolchain/musl: update to 1.2.0
https://patchwork.ozlabs.org › patch
[OpenWrt-Devel,PATCHv2] toolchain/musl: update to 1.2.0 · Commit Message · Patch.
OpenWrt switches to musl by default, replacing uClibc
https://news.ycombinator.com › item
I wouldn't say that musl is particularly aimed at embedded stuff, simply that its small enough to fit most times. It is a full featured, fast C ...
[OpenWrt Wiki] libc
https://openwrt.org/packages/pkgdata/libc
26.12.2021 · libc. metapackage that will offload on whatever libc you have chosen. By default it is musl for most embedded targets, but glibc and others are also available. This website uses cookies. By using the website, you agree with storing cookies on your computer.
openwrt-musl-cups from syb999 - Github Help Home
https://githubhelp.com › syb999
openwrt-musl-cups. for LEDE / OPENWRT 18.06 / OPENWRT 19.07. 下载对应平台.ipk文件,并上传至路由器/tmp目录内安装opkg install /tmp/*.ipk.
OpenWRT - HaskellWiki
https://wiki.haskell.org/OpenWRT
Since my OpenWRT box has an x86_64 processor, it could almost run the same binaries that my desktop Linux machine does. However, the reason it can't is because it uses a different C library. Desktop Linux (specifically Ubuntu in my case) uses glibc. OpenWRT used uclibc in past versions, and uses musl on trunk.
libtirpc: fail to build on musl-libc due to missing header #11052
https://github.com › openwrt › issues
Maintainer: @Andy2244 Environment: x86_64 Description: @Andy2244 @neheb Fail to build with musl-libc OpenWrt-libtool: compile: ...
musl-fts - [OpenWrt Wiki] package
https://openwrt.org › ... › pkgdata
Name: musl-fts; Version: 1.2.7-1; Description: The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, ...
Experiments with openwrt-19.07 + musl + uClibc-based ...
https://opencollective.com › updates
We've managed to port the latest OpenWRT version based on musl libc library and seamlessly integrate it with uClibc-based HiSilicon ...
MUSL vs GLIBC what do you prefer? - For ... - OpenWrt Forum
https://forum.openwrt.org/t/musl-vs-glibc-what-do-you-prefer/12626
16.03.2018 · Glibc is obviously faster. Musl is not meant to be fast. 1 Like. diizzy March 16, 2018, 8:01am #4. This is most likely going to boil down to arch, compiler and application. My personal guess would be that musl is going to be faster on architectures with small cache (mips, arm) in general while x86/amd64 probably benefits from glibc.
building with MUSL library for OpenWRT · Issue #361 ...
https://github.com/shellinabox/shellinabox/issues/361
26.01.2016 · this time the issue is similar to the previous one here : #330. The SDK is the one of the OpenWRT embedded system but now relying on the MUSL c embedded library which includes the utmp.h and utmpx.h headers. However, I get this pointer e...
[OpenWrt Wiki] OpenWrt Buildroot – Technical Reference
https://openwrt.org/docs/techref/buildroot
02.08.2021 · You should patch your tree to contain OpenWrt changes - builds might fail to compile or fail at boot. Musl libc need patches to kernel headers that fix redifinitions errors with user space headers. uclibc and glibc dont need these changes. Example: 095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch 270-uapi-kernel.h-glibc-specific ...
#18327 (iptables problem with musl) – OpenWrt
https://dev.archive.openwrt.org/ticket/18327.html
I submitted a patch for musl libc to openwrt-devel and it was accepted. Afterwards someone from that list told me I had to submit that patch to the musl mailing-list. I did it, it was accepted a few days ago. This ticket should be closed as fixed.
openwrt使用的musl libc与Linux内核4.5+的兼容性问题 - 知乎
https://zhuanlan.zhihu.com/p/24893814
musl官方曾明确表示他们不会提供 __MUSL__ 这样的宏,因此Linux内核的维护者即使愿意,也没法以一种正式的方式检测musl头文件的存在 既然musl官方连__MUSL__也不愿意定义,那么他们有可能在自己的头文件里定义一些冒充glibc头文件的宏,来和内核的头文件和平共处吗?
#18333 (busybox nslookup and musl) – OpenWrt
https://dev.archive.openwrt.org/ticket/18333
Description ¶. I found another issue with the musl build in trunk: the nslookup utility in busybox ignores the optional external server provided through the command line: For example: nslookup hostname 8.8.8.8. doesn't use the 8.8.8.8 dns server at all and the resolution is done by the local resolver. This issue occurs because the nslookup ...
OpenWrt switches to musl by default, replacing uClibc ...
https://news.ycombinator.com/item?id=9941076
OpenWrt switches to musl by default, replacing uClibc (gmane.org) 65 points by tomkwok on July 24, 2015 | hide | past | favorite | 21 comments tvon on July 24, 2015 [–]