diff options
author | Joel Johnson <mrjoel@lixil.net> | 2020-08-21 13:51:18 -0600 |
---|---|---|
committer | Joel Johnson <mrjoel@lixil.net> | 2020-10-21 08:43:18 -0600 |
commit | 5b362932a7df5ce44ca3a8f4cf1d2b225ca8d5ae (patch) | |
tree | 8e2ffe5ec85c8bc5d20d13523f08f808549ea2f0 /net/ddns-scripts/Makefile | |
parent | 4315b0e4f2d46ed45a6808847e8a579b7dbb0b47 (diff) |
ddns-scripts: use ip_source as bind_network default
Fixes: #13182 on https://github.com/openwrt/packages
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 912e6d860..e8a5c9eee 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.8.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 |