Fix toybox on systems with lots of cores
This commit is contained in:
parent
29afdfc83d
commit
30bb741143
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ fetch() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
gmake defconfig
|
||||
gmake
|
||||
CPUS=1 gmake defconfig
|
||||
CPUS=1 gmake
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue