SAMA5D4 Xplained Ultra Board BSP
guowenxue
2019-08-05 7db66f313c397c80a2aa29a1316b241c988194da
update qt build shell script and update busybox configure file. fix bugs
2 files modified
21 ■■■■■ changed files
3rdparty/busybox/config/busybox-1.31.0.config 10 ●●●● patch | view | raw | blame | history
3rdparty/qt/build_QT5.sh 11 ●●●●● patch | view | raw | blame | history
3rdparty/busybox/config/busybox-1.31.0.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.31.0
# Mon Aug  5 15:50:01 2019
# Mon Aug  5 19:21:11 2019
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -948,10 +948,10 @@
# CONFIG_TELNETD is not set
# CONFIG_FEATURE_TELNETD_STANDALONE is not set
# CONFIG_FEATURE_TELNETD_INETD_WAIT is not set
# CONFIG_TFTP is not set
# CONFIG_FEATURE_TFTP_PROGRESS_BAR is not set
# CONFIG_FEATURE_TFTP_HPA_COMPAT is not set
CONFIG_TFTPD=y
CONFIG_TFTP=y
CONFIG_FEATURE_TFTP_PROGRESS_BAR=y
CONFIG_FEATURE_TFTP_HPA_COMPAT=y
# CONFIG_TFTPD is not set
CONFIG_FEATURE_TFTP_GET=y
CONFIG_FEATURE_TFTP_PUT=y
CONFIG_FEATURE_TFTP_BLOCKSIZE=y
3rdparty/qt/build_QT5.sh
@@ -93,11 +93,14 @@
    cd -
}
cd tslib
  ./build.sh
cd -
cd iconv
if [ ! -f ${LIBS_PATH}/lib/libiconv.so ] ; then
    cd ../iconv
        ./build.sh
    cd -
fi
cd tslib
  ./build.sh
cd -