diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 12:30:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 12:31:35 +0200 |
commit | 664cb90d2aa89015431bf319cf868e3b5de6847e (patch) | |
tree | b06ad6310a2e95d0b86eaeadd5bbf6e8bedfc285 | |
parent | 1e39bdbb6bbe5d094772e7ff7e892999c327a080 (diff) |
parallel build is broken
-rw-r--r-- | package/dnsmasq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 695177cc5..80cecd281 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= lightweight dns, dhcp and tftp server PKG_SECTION:= net/dns PKG_URL:= http://thekelleys.org.uk/dnsmasq/ PKG_SITES:= http://thekelleys.org.uk/dnsmasq/ +PKG_NOPARALLEL:= 1 PKG_FLAVOURS_DNSMASQ:= PXE PKGFD_PXE:= enable pxe network boot |