openwrt/package/utils/busybox
Jo-Philipp Wich a2ee9b7068 busybox: nslookup_lede: fix compatibility with v1.25
The ":*" optstring syntax was only recently introduced with BusyBox v1.26,
older versions need a corresponding hint in the "opt_complementary" variable
to denote flag values that should be stored as llist entries.

Add the required opt_complementary entry to fix random SIGBUS, SIGILL or
SIGSEGV related crashes on BusyBox 1.25.x when attempting to use the "-q"
flag of the "nslookup_lede" applet.

Ref: https://forum.lede-project.org/t/nslookup-ipv6-in-lede-17-01-1

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-04-27 15:31:07 +02:00
..
config busybox: add musl compatible nslookup replacement 2017-04-15 18:13:45 +02:00
files sysntpd: restore support for peer-less (standalone) mode 2017-04-02 15:09:09 +02:00
patches busybox: nslookup_lede: fix compatibility with v1.25 2017-04-27 15:31:07 +02:00
Config-defaults.in busybox: add musl compatible nslookup replacement 2017-04-15 18:13:45 +02:00
Config.in busybox: include config files relative to the main Config.in (#18522) 2014-12-12 12:33:34 +00:00
convert_defaults.pl busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated 2014-01-31 13:50:16 +00:00
convert_menuconfig.pl busybox: adjust convert_menuconfig.pl to emit relative path references for Config.in files and refresh generated files 2016-01-03 11:38:31 +00:00
Makefile busybox: nslookup_lede: fix compatibility with v1.25 2017-04-27 15:31:07 +02:00