mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
36f5dddc5b508dd627cb43881c929cd83c75901d
Changes from 5.3.x to 5.4.0: * Use Mike Haertel's MinRX regular expression matcher by default. The old regex and dfa engines are still available. * New @nsinclude directive: like @include but doesn't reset the namespace to "awk". * lshift()/rshift() return 0 when shifting more bits than in uintmax_t. * Persistent memory: store meta-info in backing file; warn on version mismatch; allow dynamic extensions with persistent memory. * ordchr extension now supports multibyte / wide characters. * length(array) is no longer an extension (POSIX 2024); --posix no longer rejects it and --lint no longer warns. * --traditional rationalised to match BWK awk behaviour. * Assertions are now enabled in the C code. * Hexadecimal floating-point values may now be used in source, strtonum() and -n/--non-decimal-data option. * UDP networking support is now deprecated, will be removed in 6.0. * Reading regular disk input files is somewhat faster (no timeout check). * Various bug fixes. Link: https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS?h=gawk-5.4.0 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
…
…
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%
Shell
33.7%
C
7.5%
UnrealScript
3%
C++
1.8%
Other
2.8%