mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
684e738cab500fd4ea2d3cca8214f7c9c666a9fe
Update package to 7.4.1. Changes since 7.2.0: 7.3.0: - License changed from MIT to 0BSD (no attribution required) - New mime_type field in all detection results -- identifies binary and text file types via magic number matching (40+ formats supported) - Performance: 4 additional modules compiled with mypyc; per-file detection capped at 16 KB (worst-case time: 62ms -> 26ms) - Added riscv64 prebuilt wheel support - Bug fix: null-separated ASCII data was misdetected as UTF-16-BE 7.4.0: - Accuracy improved from 98.6% to 99.3%; speed improved with new dense zlib-compressed model format (cold start: ~75ms -> ~13ms with mypyc) - Training data overhauled: added MADLAD-400 and Wikipedia sources, eliminated train/test overlap, samples increased from 15K to 25K per language/encoding pair - Bug fix: dedicated structural analyzers added for CP932, CP949, and Big5-HKSCS (previously sharing base encoding byte-range analyzer) 7.4.1: - Bug fix: BOM-prefixed UTF-16/32 input now correctly returns utf-16/utf-32 instead of endian-specific variants (utf-16-le/utf-16-be/etc.), which previously caused a stray U+FEFF character at the start of decoded text Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51.9%
Shell
32.7%
C
7.7%
UnrealScript
3%
C++
1.8%
Other
2.7%