Testing
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details

This commit is contained in:
Peter Šurda 2024-01-31 18:50:03 +08:00
parent 8c722b1e2d
commit e4a85ee66c
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-${OPENWRT_BRANCH}/g" feeds.conf
make defconfig
# Enable collectd network encryption
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
echo "CONFIG_KERNEL_HWMON=y" >> .config
echo "CONFIG_KERNEL_NVME_CORE=y" >> .config
echo "CONFIG_KERNEL_BLK_DEV_NVME=y" >> .config
echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config
echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config
# Kernel modules
make target/linux/bcm27xx/bcm2711