diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2016-10-15 19:14:07 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-10-15 20:45:10 +0300 |
commit | 39f8e46bb40df9c7074132b7132ed3f01bd1b815 (patch) | |
tree | d8750013c41281e14a95ced1f53c353342cf6705 /package/utils/busybox/Makefile | |
parent | 859d30d5211be15666ebf2f0dc780f89409fa28f (diff) | |
download | upstream-39f8e46bb40df9c7074132b7132ed3f01bd1b815.tar.gz upstream-39f8e46bb40df9c7074132b7132ed3f01bd1b815.tar.bz2 upstream-39f8e46bb40df9c7074132b7132ed3f01bd1b815.zip |
busybox: add upstream patch to fix send_to_from
This fixes ntpd when queries are sent to secondary IPv4 IP addresses.
See https://bugs.busybox.net/show_bug.cgi?id=9146
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r-- | package/utils/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 37b8c1445c..f602afe335 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.25.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |