Don't touch the kernel config for now

This commit is contained in:
Lee Miller 2023-11-24 22:44:27 +02:00
parent 0e4137b3fd
commit 66393f6aa1
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 7 additions and 7 deletions

View File

@ -29,13 +29,13 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf
./scripts/feeds update -a
./scripts/feeds install -a
cat << "EOF" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10
CONFIG_HWMON=y
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_HWMON=y
CONFIG_NVME_MULTIPATH=n
EOF
# cat << "EOF" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10
# CONFIG_HWMON=y
# CONFIG_NVME_CORE=y
# CONFIG_BLK_DEV_NVME=y
# CONFIG_NVME_HWMON=y
# CONFIG_NVME_MULTIPATH=n
# EOF
make defconfig
# Enable collectd network encryption