summaryrefslogtreecommitdiff
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-04-25 14:21:08 +0200
committerJo-Philipp Wich <jo@mein.io>2017-04-27 15:33:16 +0200
commitfe0b1713725913511b5042322f7305a418a04e54 (patch)
treeb7ae9386e62422434ca154076e2ae4146856e81e /package/utils/busybox/Makefile
parenta2ee9b7068f77e0285b9cb68399bbafc674777af (diff)
downloadmtk-20170518-fe0b1713725913511b5042322f7305a418a04e54.zip
mtk-20170518-fe0b1713725913511b5042322f7305a418a04e54.tar.gz
mtk-20170518-fe0b1713725913511b5042322f7305a418a04e54.tar.bz2
busybox: nslookup_lede: mimic output format of old Busybox applet
When invoking "nslookup_lede" with a domain argument and without explicit query type, issue both A and AAAA queries and display the resulting IP addresses in a numbered list style, similar to how the old BusyBox nslookup used to output the records. This is required for compatibility with certain scripts. Ref: https://forum.lede-project.org/t/nslookup-ipv6-in-lede-17-01-1 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 a593bc9..95814ea 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.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2