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 15:33:16 +0200 |
commit | fe0b1713725913511b5042322f7305a418a04e54 (patch) | |
tree | b7ae9386e62422434ca154076e2ae4146856e81e /package/utils/busybox/Makefile | |
parent | a2ee9b7068f77e0285b9cb68399bbafc674777af (diff) | |
download | upstream-fe0b1713725913511b5042322f7305a418a04e54.tar.gz upstream-fe0b1713725913511b5042322f7305a418a04e54.tar.bz2 upstream-fe0b1713725913511b5042322f7305a418a04e54.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 a593bc9e9a..95814eaee4 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 |