Adding more packages #8

Merged
PeterSurda merged 3 commits from lee.miller/openwrt:packages into main 2023-01-26 13:59:42 +01:00
Showing only changes of commit 4aaf2cd35e - Show all commits

View File

@ -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