Double rootfs partition size, make manifest
This commit is contained in:
parent
765d5c372e
commit
4aaf2cd35e
|
@ -40,8 +40,9 @@ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/
|
||||||
|
|
||||||
make info
|
make info
|
||||||
|
|
||||||
make image \
|
# Double the size of the root partition
|
||||||
PROFILE=rpi-4 \
|
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
|
||||||
|
|
||||||
PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
|
PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
|
||||||
kmod-usb-audio kmod-usb-net-rtl8152 \
|
kmod-usb-audio kmod-usb-net-rtl8152 \
|
||||||
alsa-lib pciutils usbutils \
|
alsa-lib pciutils usbutils \
|
||||||
|
@ -76,7 +77,9 @@ make image \
|
||||||
wireguard-tools wget-ssl \
|
wireguard-tools wget-ssl \
|
||||||
"
|
"
|
||||||
|
|
||||||
ls -lah packages
|
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}"
|
||||||
|
|
||||||
|
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"
|
||||||
|
|
||||||
out=../../out
|
out=../../out
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user