diff --git a/buildroot/buildroot-2016.08.1/make.sh b/buildroot/buildroot-2016.08.1/make.sh index f14bb42..0a25116 100755 --- a/buildroot/buildroot-2016.08.1/make.sh +++ b/buildroot/buildroot-2016.08.1/make.sh @@ -19,7 +19,7 @@ QT4_GST_DEFCONFIG_FILE=${FA_CHIPSET}_${FA_PRODUCT}_qt4_gst_defconfig QT4_GST_DEFCONFIG_FILE=${QT4_GST_DEFCONFIG_FILE/-/_} QT5_DEFCONFIG_FILE=${FA_CHIPSET}_${FA_PRODUCT}_qt5_defconfig -QT5_DEFCONFIG_FILE=${QT4_GST_DEFCONFIG_FILE/-/_} +QT5_DEFCONFIG_FILE=${QT5_DEFCONFIG_FILE/-/_} OUTPUT_DIR=../output-buildroot-2016.08.1 @@ -82,7 +82,7 @@ case $1 in echo " defconfig : reload config" echo " toolchain : apply config file for toolchain" echo " qt4_gst : apply config file for QT4/Gstreamer" - echo " qt5_gst : apply config file for QT5/Gstreamer" + echo " qt5 : apply config file for QT5" echo " image : generate ramdisk image file" echo " clean-target : clean target directory" echo " distclean : delete all non-source files (.config)"