Go to file
Christian Schoenebeck 64250aebc7 ddns-scripts: update to version 2.1.0-4
* remove CHANGELOG from distribution
* fix syslog output printing "\n" or other formating chars
* ddns configuration
    - new UCI-config value ddns.global.allow_local_ip "0" or "1"
(default "0") - (OpenWrt Ticket 18642)
* dynamic_dns_functions.sh
- new function split_FQDN() splits a given FQDN into host,
(registerable) domainname, and TLD using
https://publicsuffix.org/list/effective_tld_names.dat
- verify_host_port() use BIND host, if installed
- verify_host_port() not detecting ip, if already given
- fixed regexp for IP detection from nslookup's answer - (OpenWrt
Ticket 16363)
- support ddns.global.allow_local_ip to allow sending non public IP's
to DDNS provider like 127.x, 192.168.x.x or fxxx - (OpenWrt Ticket
18642)
* new file tld_names.dat
- used by dynamic_dns_functions.sh inside split_FQDN() function to
find valid TLD's
* update_cloudflare.sh
- modified subdomain/domain splitting using split_FQDN()
- modified support for AA12.09 (json_get_keys())
- minor fixes and cleanup
- many thanks to Aaron Tanner for testing

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-11 15:39:47 +01:00
admin zabbix: update to 2.4.3 2014-12-26 20:06:56 +01:00
devel gcc: Update README: tested on arm (imx233-olinuxino) board 2015-01-07 17:11:31 +01:00
ipv6 aiccu: Add NTP hotplug hook 2014-12-01 15:15:35 +01:00
lang perl: Bump PKG_RELEASE 2015-01-10 15:19:10 +01:00
libs Merge pull request #763 from morgenroth/Update-to-1.0 2015-01-11 08:39:22 +01:00
mail msmtp: import from old packages feed 2015-01-10 18:42:20 +01:00
multimedia [icecast] update Makefile to 2.4.1 2015-01-04 19:00:39 +01:00
net ddns-scripts: update to version 2.1.0-4 2015-01-11 15:39:47 +01:00
sound moc: updgrade to released version 2.5.0 2015-01-10 15:23:39 -05:00
utils Merge pull request #762 from jow-/smartmontools-autoreconf 2015-01-10 18:48:20 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-12-15 08:56:37 +01:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md README.md: fix OpenWrt name in heading 2014-08-09 08:12:31 +02:00

README.md

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained packages.

Usage

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.