diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-04-25 14:21:08 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-04-27 10:44:28 +0200 |
commit | 76871a8dbbf26ea68b1f95b2e46774def87930d3 (patch) | |
tree | b1bfbbf8e2835b120deb2a8abc5c0c116a473ba3 /package/utils/busybox/Makefile | |
parent | f1e32854619c09a49d85f5066517e300130cbcd2 (diff) | |
download | upstream-76871a8dbbf26ea68b1f95b2e46774def87930d3.tar.gz upstream-76871a8dbbf26ea68b1f95b2e46774def87930d3.tar.bz2 upstream-76871a8dbbf26ea68b1f95b2e46774def87930d3.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index dd81045ebe..f0110ee08a 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.26.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |