Double rootfs partition size, make manifest
All checks were successful
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
buildbot/job/openwrt Build done.

This commit is contained in:
Lee Miller 2023-01-25 02:09:11 +02:00
parent 765d5c372e
commit 4aaf2cd35e
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -40,8 +40,9 @@ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/
make info
make image \
PROFILE=rpi-4 \
# Double the size of the root partition
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
kmod-usb-audio kmod-usb-net-rtl8152 \
alsa-lib pciutils usbutils \
@ -76,7 +77,9 @@ make image \
wireguard-tools wget-ssl \
"
ls -lah packages
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}"
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"
out=../../out