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

@@ -50,7 +50,8 @@ echo "Generating default config"
make arpl_defconfig
echo "Version: ${VERSION}"
echo "Building... Drink a coffee and wait!"
make
make BR2_EXTERNAL=../external
cd -
rm -f *.zip
zip -9 "arpl-${VERSION}.img.zip" arpl.img
[ -x test.sh ] && ./test.sh