Commit 3a9c62f981a468f168b43824ea6a591722695cb2

Authored by 장형기
1 parent 9abbfaeb02
Exists in master and in 2 other branches fhd, fhd-demo

qt5 defconfig

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
buildroot/buildroot-2016.08.1/make.sh
@@ -19,7 +19,7 @@ QT4_GST_DEFCONFIG_FILE=${FA_CHIPSET}_${FA_PRODUCT}_qt4_gst_defconfig @@ -19,7 +19,7 @@ QT4_GST_DEFCONFIG_FILE=${FA_CHIPSET}_${FA_PRODUCT}_qt4_gst_defconfig
19 QT4_GST_DEFCONFIG_FILE=${QT4_GST_DEFCONFIG_FILE/-/_} 19 QT4_GST_DEFCONFIG_FILE=${QT4_GST_DEFCONFIG_FILE/-/_}
20 20
21 QT5_DEFCONFIG_FILE=${FA_CHIPSET}_${FA_PRODUCT}_qt5_defconfig 21 QT5_DEFCONFIG_FILE=${FA_CHIPSET}_${FA_PRODUCT}_qt5_defconfig
22 -QT5_DEFCONFIG_FILE=${QT4_GST_DEFCONFIG_FILE/-/_} 22 +QT5_DEFCONFIG_FILE=${QT5_DEFCONFIG_FILE/-/_}
23 23
24 24
25 OUTPUT_DIR=../output-buildroot-2016.08.1 25 OUTPUT_DIR=../output-buildroot-2016.08.1
@@ -82,7 +82,7 @@ case $1 in @@ -82,7 +82,7 @@ case $1 in
82 echo " defconfig : reload config" 82 echo " defconfig : reload config"
83 echo " toolchain : apply config file for toolchain" 83 echo " toolchain : apply config file for toolchain"
84 echo " qt4_gst : apply config file for QT4/Gstreamer" 84 echo " qt4_gst : apply config file for QT4/Gstreamer"
85 - echo " qt5_gst : apply config file for QT5/Gstreamer" 85 + echo " qt5 : apply config file for QT5"
86 echo " image : generate ramdisk image file" 86 echo " image : generate ramdisk image file"
87 echo " clean-target : clean target directory" 87 echo " clean-target : clean target directory"
88 echo " distclean : delete all non-source files (.config)" 88 echo " distclean : delete all non-source files (.config)"