Compare commits

..

1 Commits

1 changed files with 7 additions and 5 deletions

View File

@ -29,13 +29,15 @@ 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
cat << "EOF" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
EOF
# CONFIG_HWMON=y
# CONFIG_NVME_CORE=y
# CONFIG_BLK_DEV_NVME=y
# CONFIG_POWER_SUPPLY_HWMON=y
# CONFIG_THERMAL_HWMON=y
# CONFIG_NVME_HWMON=y
# CONFIG_NVME_MULTIPATH=n
# EOF
make defconfig
# Enable collectd network encryption