Adding buildroot external tree

Adding r8125 and r8168 driver for loader
This commit is contained in:
Fabio Belavenuto
2022-07-06 17:33:39 -03:00
parent 20e6a1b030
commit 51b4d1666e
14 changed files with 62 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ jobs:
echo "Generating default config"
make arpl_defconfig
echo "First make"
make
make BR2_EXTERNAL=../external
# Build incremental from cache
- name: Build image
@@ -90,7 +90,7 @@ jobs:
make arpl_defconfig
echo "Version: ${VERSION}"
echo "Building..."
make
make BR2_EXTERNAL=../external
cd -
# Zip image