Compare commits

..

5 Commits

Author SHA1 Message Date
de4a4c5d87
Trying to install dtbo properly 2023-01-26 18:53:41 +02:00
9dbc34bd2c
Try to add i2p kmod and the files 2023-01-26 18:51:06 +02:00
4aaf2cd35e
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.
2023-01-25 11:03:37 +02:00
765d5c372e
https-dns-proxy for DoH with dnsmasq together with corresponding LuCI app 2023-01-24 22:19:46 +02:00
24ccd9dc42
Add some packages 2023-01-24 22:19:41 +02:00

View File

@ -40,39 +40,55 @@ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/
make info
make image \
PROFILE=rpi-4 \
PACKAGES="kmod-i2c-bcm2835 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 \
asterisk \
asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \
asterisk-codec-alaw asterisk-codec-ulaw \
asterisk-res-rtp-asterisk \
asterisk-chan-quectel \
collectd collectd-mod-contextswitch collectd-mod-cpu \
collectd-mod-curl \
collectd-mod-dhcpleases collectd-mod-disk \
collectd-mod-dns collectd-mod-entropy \
collectd-mod-ethstat collectd-mod-exec \
collectd-mod-filecount collectd-mod-fscache \
collectd-mod-interface collectd-mod-ipstatistics \
collectd-mod-iptables collectd-mod-irq \
collectd-mod-iwinfo collectd-mod-load \
collectd-mod-memory collectd-mod-network \
collectd-mod-nginx collectd-mod-ping \
collectd-mod-processes collectd-mod-protocols \
collectd-mod-sensors collectd-mod-smart \
collectd-mod-sqm collectd-mod-tcpconns \
collectd-mod-thermal collectd-mod-uptime \
collectd-mod-users collectd-mod-vmem \
collectd-mod-wireless \
" \
FILES="overlays"
# Double the size of the root partition
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=208" >> .config
ls -lah packages
# Setup files
mkdir -p files/boot/overlays
cp ${pwd}/overlays/*.dtbo overlays/*.txt files/boot/overlays/
mkdir -p files/etc/uci-defaults
cat << "EOF" > files/etc/uci-defaults/99-custom
echo "dtoverlay=ed-mcp2515-spi1-can0" >> /boot/config.txt
echo "dtoverlay=ed-sdhost" >> /boot/config.txt
EOF
PACKAGES="kmod-i2c-bcm2835 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 \
asterisk-res-rtp-asterisk \
asterisk-chan-quectel \
collectd collectd-mod-contextswitch collectd-mod-cpu \
collectd-mod-curl \
collectd-mod-dhcpleases collectd-mod-disk \
collectd-mod-dns collectd-mod-entropy \
collectd-mod-ethstat collectd-mod-exec \
collectd-mod-filecount collectd-mod-fscache \
collectd-mod-interface collectd-mod-ipstatistics \
collectd-mod-iptables collectd-mod-irq \
collectd-mod-iwinfo collectd-mod-load \
collectd-mod-memory collectd-mod-network \
collectd-mod-nginx collectd-mod-ping \
collectd-mod-processes collectd-mod-protocols \
collectd-mod-sensors collectd-mod-smart \
collectd-mod-sqm collectd-mod-tcpconns \
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}" FILES="files"
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"
out=../../out