Go to file
Dirk Brenken 58d0992886
adblock: update 4.4.2-1
* added a new "divested" feed, see https://divested.dev/pages/dnsbl
* added a new nsfw category of the hagezi feed
* added the missing custom feed file handling in the backend
* added a geoIP map with all blocked domains (plus the homeIP) in a
  modal popup window on the Reporting tab in LuCI
* fixed the fetchcmd autodetection
* small code fixes and improvements
* update the readme, added a new "Best practise" section
* update different LuCI components (separate commit)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2025-05-30 18:38:44 +02:00
.github CI: move script into separate directory 2025-05-25 18:34:41 +02:00
.keys build: move gpg keys into .keys directory 2018-04-30 13:14:25 -07:00
.vscode meta: VS Code: Git: Always Sign Off 2024-10-04 16:27:33 +02:00
admin admin/syslog-ng: fix PKG_CPE_ID 2025-05-20 13:09:26 +02:00
devel cargo-c: update to 0.10.13 2025-05-25 18:46:22 +08:00
fonts/dejavu-fonts-ttf [dejavu-fonts] add license info and myself as maintainer 2017-02-22 18:39:54 +01:00
ipv6 tayga: fix compilation with GCC14 2024-11-21 20:34:14 -08:00
kernel ovpn-dco: update to version 0.2.20241216 2025-05-21 07:19:01 +02:00
lang perl-io-async: Perl Module IO::Async 2025-05-27 09:47:29 +02:00
libs usb-serial-xr_usb_serial_common: remove package 2025-05-26 19:17:57 +02:00
mail emailrelay: Add support of build with MbedTLS 2025-05-21 11:08:36 +02:00
multimedia ffmpeg: add libatomic dependency 2025-05-12 16:42:58 +02:00
net adblock: update 4.4.2-1 2025-05-30 18:38:44 +02:00
sound sound/wavpack: assign PKG_CPE_ID 2025-04-29 02:03:42 +01:00
utils poemgr: update to latest Git HEAD 2025-05-29 10:04:05 +02:00
.gitignore .gitignore: add initial version 2024-05-10 23:34:46 +02:00
CONTRIBUTING.md wiki: openwrt naming fixes and contribution improvement 2025-05-11 21:22:01 +03:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md Update the SDK URL in the README. 2020-05-24 14:50:30 -07:00

README.md

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.