From 024203b0f98e5e8c3ca0f3d680ff092b435d1802 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 27 Aug 2022 13:45:24 +0800
Subject: [PATCH] Update fbtest.c, can support show BMP file

---
 tools/buildroot/buildroot.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tools/buildroot/buildroot.sh b/tools/buildroot/buildroot.sh
index b936b17..878ed57 100755
--- a/tools/buildroot/buildroot.sh
+++ b/tools/buildroot/buildroot.sh
@@ -8,9 +8,11 @@
 
 BR_VER=buildroot-2021.02.7
 BR_PAK=${BR_VER}-packets
-BR_TAR=${BR_PAK}.tar.bz2
 
+BR_TAR=${BR_PAK}.tar.bz2
 BR_CONF=${BR_VER}-cortexA7.config
+
+# This configure file support QT, opencv...
 #BR_CONF=${BR_VER}-cortexA7-multimedia.config
 
 JOBS=`cat /proc/cpuinfo | grep processor | wc -l`

--
Gitblit v1.9.1