From: Denys Dmytriyenko <[email protected]> Since rtcwake is now provided by util-linux and doesn't use alternatives, it breaks arago-tiny-image postinst script when setting up a link.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig index ce44700..5f89bf6 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig +++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig @@ -583,7 +583,7 @@ CONFIG_PIVOT_ROOT=y CONFIG_RDATE=y # CONFIG_RDEV is not set # CONFIG_READPROFILE is not set -CONFIG_RTCWAKE=y +# CONFIG_RTCWAKE is not set # CONFIG_SCRIPT is not set # CONFIG_SCRIPTREPLAY is not set # CONFIG_SETARCH is not set -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
