Try editing kernel config

This commit is contained in:
Lee Miller 2023-06-18 18:57:55 +03:00
parent 5f8faea941
commit e889c5ddde
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf
git apply ${pwd}/patches/i2c-tools-revert.patch
echo "CONFIG_HWMON=y" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10
make defconfig
# Enable collectd network encryption
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config