aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorPerry Melange <isprotejesvalkata@gmail.com>2019-07-30 11:05:22 +0200
committerPaul Spooren <mail@aparcar.org>2021-05-14 00:13:45 +0200
commitc6ce0411e190885be9f9420c1705bd4cee32bccb (patch)
tree395c0b4728b084b39b3d65a2d0d6e0d85412215c /package/utils/busybox/Makefile
parentfaf9528a23fcc4885110a405a06b9c9f0c92332e (diff)
downloadupstream-c6ce0411e190885be9f9420c1705bd4cee32bccb.tar.gz
upstream-c6ce0411e190885be9f9420c1705bd4cee32bccb.tar.bz2
upstream-c6ce0411e190885be9f9420c1705bd4cee32bccb.zip
busybox: add SRV support to nslookup_lede.c patch
Add support for querying and parsing SRV DNS records to nslookup_lede.c This patch is based on http://lists.busybox.net/pipermail/busybox/2019-June/087359.html Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com> [reword subject, bump PKG_RELEASE] Signed-off-by: Paul Spooren <mail@aparcar.org> (cherry picked from commit 3a359398f04f3f4c4a42d1ca274bb1a0f0303e05)
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 58bc1e6795..b69e718a35 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.33.0
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2