mirror of
https://github.com/fbelavenuto/arpl.git
synced 2025-12-24 14:52:05 +08:00
Adding buildroot external tree
Adding r8125 and r8168 driver for loader
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user