forked from Sysdeploy/openwrt
Apply optimisations from #30
This commit is contained in:
parent
42ca3e439b
commit
a3d0b97c8f
|
@ -11,6 +11,9 @@
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
renice -n 19 $$
|
||||||
|
MAKE="make -j$(nproc)"
|
||||||
|
|
||||||
tar -xJf /Downloads/openwrt-sdk-${OPENWRT_VERSION}-*.tar.xz
|
tar -xJf /Downloads/openwrt-sdk-${OPENWRT_VERSION}-*.tar.xz
|
||||||
|
|
||||||
cp -r feed openwrt-sdk-*/
|
cp -r feed openwrt-sdk-*/
|
||||||
|
@ -30,14 +33,14 @@ make defconfig
|
||||||
# Enable collectd network encryption
|
# Enable collectd network encryption
|
||||||
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
|
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
|
||||||
|
|
||||||
make package/i2c-tools/compile
|
${MAKE} package/i2c-tools/compile
|
||||||
make package/kmod-nvme/compile
|
|
||||||
make package/kmod-i2c-mux-pinctrl/compile
|
make package/kmod-i2c-mux-pinctrl/compile
|
||||||
|
make package/kmod-nvme/compile
|
||||||
make package/kmod-rtc-pcf85063/compile
|
make package/kmod-rtc-pcf85063/compile
|
||||||
make package/nvme-cli/compile
|
make package/nvme-cli/compile
|
||||||
make package/ansible-core/compile
|
make package/ansible-core/compile
|
||||||
make package/asterisk-chan-quectel/compile
|
${MAKE} package/asterisk-chan-quectel/compile
|
||||||
make package/collectd/compile
|
${MAKE} package/collectd/compile
|
||||||
|
|
||||||
sdkdir=$(pwd)
|
sdkdir=$(pwd)
|
||||||
cd ${pwd}
|
cd ${pwd}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user