busybox: remove nslookup_lede/openwrt.patch
authorNick Hainke <vincent@systemli.org>
Wed, 12 May 2021 18:36:58 +0000 (20:36 +0200)
committerPaul Spooren <mail@aparcar.org>
Tue, 18 May 2021 23:08:23 +0000 (01:08 +0200)
commitb36b8b6929c6d6b17edddfb4597cf6a26a991ed0
tree4753a006c515f29d40b98721826f7725c91b62fb
parenta725382978515abfb2eb7be3bafef735dca97dbd
busybox: remove nslookup_lede/openwrt.patch

The nslookup_lede/openwrt applet was introduced in de5b8e5. It was
introduced because:

  Add a new LEDE nslookup applet which is compatible with musl libc
  and providing more features like ability to specify query type.

  In contrast to busybox' builtin nslookup applet, this variant does
  not rely on libc resolver internals but uses explicit send logic
  and the libresolv primitives to parse received DNS responses.

In busybox this applet is added in 0dd3be8. In particular, this commit
introduces the variable NSLOOKUP_BIG. We set the default to true and
so nothing changes.

Signed-off-by: Nick Hainke <vincent@systemli.org>
package/utils/busybox/Config-defaults.in
package/utils/busybox/Makefile
package/utils/busybox/config/networking/Config.in
package/utils/busybox/patches/230-add_nslookup_lede.patch [deleted file]