From: Denys Dmytriyenko <[email protected]> Since tc is now provided by iproute2 and doesn't use alternatives, it breaks tisdk-rootfs-image postinst script when setting up a link.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/busybox/busybox/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig index 5f89bf6..65470bc 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig +++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig @@ -807,6 +807,7 @@ CONFIG_NSLOOKUP=y CONFIG_ROUTE=y # CONFIG_SLATTACH is not set CONFIG_TCPSVD=y +# CONFIG_TC is not set CONFIG_TELNET=y # CONFIG_FEATURE_TELNET_TTYPE is not set CONFIG_FEATURE_TELNET_AUTOLOGIN=y -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
