Hi,
I want to reduce boot time in my product. I disabled all unnecessary
modules/libraries and scripts which get load at boot time.
After this my boot time is approx 9 sec. I still want to further reduce it.
>From debugs i identified 2 places where approx 1 sec is utilized (total 2
sec).
*a.* Whe
1)
Your file shows awk is missing.
I would recommend adding it, as it's a common tool used by many scripts
this can cause nasty side effects.
2)
Which target device is this?
Some targets with small flash build the kernel for size iso speed by
default.
If you target is such one, you can run "
curl stopped supporting libidn a while back. The configure script instead
looks for libidn2, which was recently added to OpenWrt's package repo.
curl will link to it, causing build failures due to the missing dependency,
because --without-idn is not recognized anymore.
Fix this by amending the dep
On 2018-04-11 00:51, Linus Walleij wrote:
On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote:
I have tested them quickly yesterday on nas4220b board. Although I've
managed to boot it (had to fix rootfs image) ethernet and usb didn't
work.
And I didn't check anything else.
I didn't yet loo
Hi,
I have disabled many core-utils as it was not being used and awk was part
of it.
Target device is IPQ8064. Whatever I could disable through menuconfig &
kernel_menuconfig has been done. Now as mentioned in previous mail only at
that two locations I see some process consuming lot of time.
Is it