Adding more packages #8
|
@ -40,13 +40,15 @@ 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 \
|
||||||
kmod-usb-net-qmi-wwan libqmi qmi-utils uqmi luci-proto-qmi \
|
kmod-usb-net-qmi-wwan libqmi qmi-utils uqmi luci-proto-qmi \
|
||||||
shadow-usermod \
|
shadow-usermod \
|
||||||
|
adguardhome \
|
||||||
asterisk \
|
asterisk \
|
||||||
asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \
|
asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \
|
||||||
asterisk-codec-alaw asterisk-codec-ulaw \
|
asterisk-codec-alaw asterisk-codec-ulaw \
|
||||||
|
@ -69,9 +71,15 @@ make image \
|
||||||
collectd-mod-thermal collectd-mod-uptime \
|
collectd-mod-thermal collectd-mod-uptime \
|
||||||
collectd-mod-users collectd-mod-vmem \
|
collectd-mod-users collectd-mod-vmem \
|
||||||
collectd-mod-wireless \
|
collectd-mod-wireless \
|
||||||
|
curl etherwake fail2ban \
|
||||||
|
luci-app-https-dns-proxy luci-app-mwan3 luci-app-upnp \
|
||||||
|
python3-yaml \
|
||||||
|
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