From 46a6b6c1bf0c49b04184a2ef757bd7788c47ce22 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 14 Apr 2022 20:23:55 +0800
Subject: [PATCH] update linux-imx-igkboard.patch, 40pin header all can work now
---
tools/buildroot/buildroot.sh | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/tools/buildroot/buildroot.sh b/tools/buildroot/buildroot.sh
index 81272bb..878ed57 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 configure file support QT, opencv...
+#BR_CONF=${BR_VER}-cortexA7-multimedia.config
JOBS=`cat /proc/cpuinfo | grep processor | wc -l`
@@ -66,6 +69,7 @@
cd $BR_VER
cp tarballs/buildroot/$BR_CONF .config
+ cp tarballs/busybox/busybox.config package/busybox/
sed -i "s|^BR2_HOST_DIR=.*|BR2_HOST_DIR=\"${INST_PATH}\"|g" .config
cd -
--
Gitblit v1.9.1