Double rootfs partition size, make manifest
This commit is contained in:
parent
765d5c372e
commit
4aaf2cd35e
|
@ -40,9 +40,10 @@ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/
|
|||
|
||||
make info
|
||||
|
||||
make image \
|
||||
PROFILE=rpi-4 \
|
||||
PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
|
||||
# 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 \
|
||||
kmod-usb-net-qmi-wwan libqmi qmi-utils uqmi luci-proto-qmi \
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user