mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
uci: disable parallel builds again, the lua<->libuci dependency is not safe
SVN-Revision: 34936
This commit is contained in:
parent
ce57efa3ea
commit
fc760260dd
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ PKG_LICENSE_FILES:=
|
|||
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue