From 840fcfccaac8450c9234320016e21677e8b8c5c7 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 27 Dec 2021 14:37:29 +0800 Subject: [PATCH] update buildroot.sh --- tools/buildroot/buildroot.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/tools/buildroot/buildroot.sh b/tools/buildroot/buildroot.sh index b936b17..699eeba 100755 --- a/tools/buildroot/buildroot.sh +++ b/tools/buildroot/buildroot.sh @@ -8,9 +8,12 @@ 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 packet and configure file support QT, opencv... +#BR_TAR=${BR_PAK}-multimedia.tar.bz2 #BR_CONF=${BR_VER}-cortexA7-multimedia.config JOBS=`cat /proc/cpuinfo | grep processor | wc -l` -- Gitblit v1.9.1