Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-08-17 14:03:27 +02:00
commit 25dc1efdce
3 changed files with 3 additions and 11 deletions

View File

@ -129,11 +129,7 @@
# Display fatal error message
# $1:action which caused error, $2:message
echo "*** Error in $BOOT_STEP: $1: $2 ***"
if [ -z "$DEBUG" ]; then
halt
else
debug_shell
fi
debug_shell
}
break_after() {

View File

@ -46,8 +46,8 @@ fi
PKG_CONFIGURE_SCRIPT="source3/configure"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_file__proc_sys_kernel_core_pattern=yes \
libreplace_cv_HAVE_C99_VSNPRINTF=yes \
libreplace_cv_HAVE_GETADDRINFO=yes \
libreplace_cv_HAVE_IFACE_IFCONF=yes \
libreplace_cv_HAVE_GETADDRINFO=no \
libreplace_cv_HAVE_IFACE_IFCONF=no \
LINUX_LFS_SUPPORT=yes \
samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \

View File

@ -33,10 +33,6 @@
fi
if [ "$SAMBA_ENABLED" = "true" ]; then
# wait for network
wait_for_inet_addr force
progress "Starting Samba server"
SMB_USERCONF="/storage/.config/samba.conf"