mirror of
https://github.com/openwrt/packages.git
synced 2026-06-20 10:00:40 +04:00
396c65e6709cdc4aa2c1b4c69e2ac7474eb56388
* hardened the uci config parsing * added a fast, flexible & secure IPv4/IPv6 validator function, it eliminates > 99 % of garbage inputs Please note: The ‘rule’ in the feed file now only contains parameters for the IP validator; details can be found in the readme file. Old custom feed files are not compatible and will be backed up/removed via the uci-defaults script * added BCP38 support: to block packets with spoofed source IP addresses in all supported chains * optimized the log monitor plus performance improvements * removed the pallebone feed (discontinued) * added the ipexdbl feed * various small improvements * LuCI: add the BC38 option under Table/Chain Settings * LuCI: updating the custom feed editor * LuCI: small usability improvements * readme update Signed-off-by: Dirk Brenken <dev@brenken.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.8%
C
7.5%
UnrealScript
3%
C++
1.7%
Other
2.8%