mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
0666df9e6970553353ab7f802b99d158e9653bbc
Makefile: * Remove installation of /usr/share/nftables.d/* files as they are no longer needed Init script: * bugfixes/more mature netifd extensions support * refactor of the nft_file function and global variables it uses * the "main" atomic nft file now includes creation of pbr chains and jumps from relevant fw4 chains to pbr chains * more consistent use of "uplink" wording in the output and variable names * implement resolver 'wait' call and use it before trying to resolve any policy entries * major overhaul of the split uplink case (IPv4-only wan and IPv6-only wan6), should now create/use a single pbr_wan table for both legacy and IPv6 routing and the same marking chain * updates to IDs and text of some error messages (needs luci app update) * major speed improvements for service stop * unify the cleanup_* functions into a single cleanup function * reject creating/additions to nft sets for src_address entries as dnsmasq doesn't populate sets with local addresses * minor bugfixes/code cleanups * refactor processing of WG servers due to split uplink support (thanks @egc112!) * clearer (hopefully) argument names for process_interface calls * small improvements to status_service Signed-off-by: Stan Grishin <stangri@melmac.ca>
…
…
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%