Signed-off-by: Michael Kurz <[email protected]> --- conf/distro/shr.conf | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index cc64e1d..3143fe9 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -101,9 +101,11 @@ DISTRO_BLUETOOTH_MANAGER = "bluez4" # We want images supporting the following features (for task-base) DISTRO_FEATURES = "wifi ppp ext2 vfat bluetooth usbgadget usbhost" # Following features are for ARM and E500 based machines -DISTRO_FEATURES += " eabi " +DISTRO_FEATURES += "eabi" # Use-like features -DISTRO_FEATURES += " tk " +DISTRO_FEATURES += "tk" +# avoid disable networking applets in busybox +DISTRO_FEATURES += "ipv4 ipv6" ############################################################################# # LIBRARY NAMES -- 1.7.1 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
