Compare commits

..

No commits in common. "4aaf2cd35eda93d0731c6fc5145541207daf4f9a" and "56f403d753aaa183319f8e6de74a9d7abb9cb580" have entirely different histories.

View File

@ -40,15 +40,13 @@ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/
make info
# Double the size of the root partition
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
make image \
PROFILE=rpi-4 \
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 \
shadow-usermod \
adguardhome \
asterisk \
asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \
asterisk-codec-alaw asterisk-codec-ulaw \
@ -71,15 +69,9 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
collectd-mod-thermal collectd-mod-uptime \
collectd-mod-users collectd-mod-vmem \
collectd-mod-wireless \
curl etherwake fail2ban \
luci-app-https-dns-proxy luci-app-mwan3 luci-app-upnp \
python3-yaml \
wireguard-tools wget-ssl \
"
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}"
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"
ls -lah packages
out=../../out