From 3a9c62f981a468f168b43824ea6a591722695cb2 Mon Sep 17 00:00:00 2001 From: kailink Date: Wed, 8 Mar 2017 16:43:56 +0900 Subject: [PATCH] qt5 defconfig --- buildroot/buildroot-2016.08.1/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)" -- 2.1.4