mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
add PILLOW
This commit is contained in:
parent
2528282506
commit
0501e73c29
@ -79,6 +79,7 @@ BR2_PACKAGE_PCIUTILS=y
|
||||
BR2_PACKAGE_SMARTMONTOOLS=y
|
||||
BR2_PACKAGE_USBUTILS=y
|
||||
BR2_PACKAGE_PYTHON3=y
|
||||
BR2_PACKAGE_PYTHON_PILLOW=y
|
||||
BR2_PACKAGE_PYTHON_PIP=y
|
||||
BR2_PACKAGE_PYTHON_QRCODE=y
|
||||
BR2_PACKAGE_PYTHON_REQUESTS=y
|
||||
|
@ -31,8 +31,8 @@ cp -Ru files/* .buildroot/
|
||||
|
||||
cd .buildroot
|
||||
echo "Generating default config"
|
||||
make BR2_EXTERNAL=../external -j$(nproc) arpl_defconfig
|
||||
make BR2_EXTERNAL=./external -j$(nproc) arpl_defconfig
|
||||
echo "Version: ${VERSION}"
|
||||
echo "Building... Drink a coffee and wait!"
|
||||
make BR2_EXTERNAL=../external -j$(nproc)
|
||||
make BR2_EXTERNAL=./external -j$(nproc)
|
||||
cd -
|
||||
|
Loading…
x
Reference in New Issue
Block a user