diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 6e4c2229c4..c5b5718317 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -34,6 +34,7 @@ define Build/Compile $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \ BINDIR="/usr/sbin" MANDIR="/usr/man" \ + AWK="awk" \ all endef