busybox upgrade from 1.34.1-r4 -> 1.34.1-r5 error printouts
The following is seen when upgrading Busybox from 1.34.1-r4 -> 1.34.1-r5 on edge:
(1/34) Upgrading busybox (1.34.1-r4 -> 1.34.1-r5)
Executing busybox-1.34.1-r5.post-upgrade
stat: can't stat 'usr/bin/last': No such file or directory
stat: can't stat 'usr/bin/who': No such file or directory
(2/34) Upgrading ssl_client (1.34.1-r4 -> 1.34.1-r5)
from 511351f2
-# CONFIG_WHO is not set
+CONFIG_WHO=y
-# CONFIG_LAST is not set
+CONFIG_LAST=y
Is this a common issue in our Busybox packaging when we enable new applets?