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() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
gmake defconfig
|
CPUS=1 gmake defconfig
|
||||||
gmake
|
CPUS=1 gmake
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue