No description
  • C 74.4%
  • Makefile 14.9%
  • Shell 9%
  • C++ 0.5%
  • Lua 0.4%
  • Other 0.6%
Find a file
2026-05-04 08:10:17 +03:00
.github Remove CI automation files 2021-03-25 11:34:18 +03:00
.keys sync with openwrt, 2018.05 2018-05-09 19:28:32 +03:00
admin bottom: keep empty duplicate dirs 2026-02-15 03:23:08 +03:00
devel unifdef: sync with OpenWrt, 2026.02 2026-02-14 23:24:26 +03:00
fonts/dejavu-fonts-ttf fonts: sync with owrt/lede 2017.04 2017-04-05 08:09:11 +03:00
ipv6/generate-ipv6-address tayga: bump to 0.9.6, sync with OpenWrt, 2026.02 2026-02-15 01:39:37 +03:00
kernel v4l2loopback: bump to 0.15.3, sync with OpenWrt, 2026.02 2026-02-14 23:32:50 +03:00
lang python-pyopenssl: bump to 26.0.0 2026-04-19 10:42:09 +03:00
libs libx264: fix hash 2026-02-16 00:14:46 +03:00
mail sendmail: bump to 8.18.2, sync with OpenWrt, 2026.02 2026-02-15 02:14:20 +03:00
multimedia go2rtc: drop the package, keep empty duplicate dirs 2026-02-15 03:23:08 +03:00
net git: no getrandom/getentropy 2026-04-07 12:56:20 +03:00
sound sox_ng: add new package, sync with OpenWrt, 2026.02 2026-02-15 02:57:18 +03:00
utils borgbackup: bump to 1.4.3 2026-05-04 08:10:17 +03:00
.gitignore .gitignore: sync with OpenWrt, 2024.07 2024-07-10 18:30:47 +03:00
CONTRIBUTING.md CONTRIBUTING.md: sync with OpenWrt, 2026.02 2026-02-15 03:17:47 +03:00
LastSync.txt LastSync.txt: sync with OpenWrt, 2026.02.15 2026-02-15 22:17:06 +03:00
LICENSE first compiling variant 2015-10-18 20:13:03 +03:00
README.md README.md: sync with openwrt, 2020.05 2020-05-27 13:55:07 +03:00

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.