openwrt/package
Rosen Penev 2e745e9be6 treewide: remove BUILD_PARALLEL from CMake packages
It's already default. The only exception is mt76 which has Ninja
disabled.

Found with:

git grep BUILD_PARALLEL | cut -d ':' -f 1 | sort -u > par
git grep cmake.mk | cut -d ':' -f 1 > cmake
comm -1 -2 par cmake

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-19 20:44:59 -10:00
..
base-files base-files: fix typo in config_generate MAC check 2021-06-14 22:29:49 +02:00
boot uboot-rockchip: add NanoPi R4S support 2021-06-10 10:34:44 +02:00
devel binutils: update to 2.35.2 2021-05-23 15:11:38 +02:00
firmware linux-firmware: update to 20210511 2021-06-08 00:38:41 +02:00
kernel mac80211: fix an issue with wds links on 802.11ax devices 2021-06-19 12:17:09 +02:00
libs treewide: remove BUILD_PARALLEL from CMake packages 2021-06-19 20:44:59 -10:00
network treewide: remove BUILD_PARALLEL from CMake packages 2021-06-19 20:44:59 -10:00
system treewide: remove BUILD_PARALLEL from CMake packages 2021-06-19 20:44:59 -10:00
utils ugps: start also in case device is absent 2021-06-15 11:48:20 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00