Compare commits

..

1 Commits

Author SHA1 Message Date
Lee Miller 66393f6aa1
Don't touch the kernel config for now 2023-11-24 22:49:50 +02:00
1 changed files with 5 additions and 7 deletions

View File

@ -29,15 +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_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
EOF
# cat << "EOF" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10
# CONFIG_HWMON=y
# CONFIG_POWER_SUPPLY_HWMON=y
# CONFIG_THERMAL_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