Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Alexey Dobrovolsky 8b2792adc9 freeradius3: fix hostname invocation in radtest
Canonical radtest start results in an error:

$ radtest bob hello localhost 0 testing123
/usr/bin/radtest: line 1: hostname: not found
(0) Error parsing "stdin": Failed to get value

hostname command is not present in OpenWrt.
Instead, hostname can be obtained from file /proc/sys/kernel/hostname.

added: 004-get-hostname-from-proc-in-radtest.patch

Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
2020-09-05 01:31:28 +03:00
.circleci
.github
.keys
admin htop: update to 3.0.1-1 2020-09-03 06:16:46 -04:00
devel lttng-tools: update to 2.12.1 2020-08-31 00:29:38 -07:00
fonts/dejavu-fonts-ttf
ipv6 generate-ipv6-address: add ipv6 generator 2020-08-18 13:04:12 +02:00
kernel
lang Merge pull request #13276 from ja-pa/python-rsa-security 2020-09-03 13:31:57 -07:00
libs libcap: update to 2.43 2020-09-03 13:54:22 -07:00
mail
multimedia gstreamer1: enable build options necessary for most applications 2020-08-21 18:07:26 -05:00
net freeradius3: fix hostname invocation in radtest 2020-09-05 01:31:28 +03:00
sound alsa-utils: update to 1.2.3 2020-08-27 17:34:13 -07:00
utils moreutils: update to 0.64 2020-09-03 13:55:23 -07:00
.travis.yml
.travis_do.sh
CONTRIBUTING.md
LICENSE
README.md

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.