Trying to apply optimisations from #30

This commit is contained in:
Lee Miller 2023-11-21 00:43:41 +02:00
parent 2a3d437329
commit 479052dd59
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -11,6 +11,9 @@
set -x
renice -n 19 $$
export MAKEOPTS="-j$(nproc)" # FIXME: not sure why export
tar -xJf /Downloads/openwrt-sdk-${OPENWRT_VERSION}-*.tar.xz
cp -r feed openwrt-sdk-*/
@ -38,14 +41,14 @@ make defconfig
# Enable collectd network encryption
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
make package/i2c-tools/compile
make $MAKEOPTS package/i2c-tools/compile
make package/kmod-i2c-mux-pinctrl/compile
make package/kmod-rtc-pcf85063/compile
make package/nvme-cli/compile
make package/ansible-core/compile
make package/asterisk-chan-quectel/compile
make package/collectd/compile
make package/kernel-custom/compile
make $MAKEOPTS package/collectd/compile
make $MAKEOPTS package/kernel-custom/compile
sdkdir=$(pwd)
cd ${pwd}