WIP: Trying to edit kernel config #60
|
@ -30,13 +30,15 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf
|
||||||
./scripts/feeds install -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_HWMON=y
|
|
||||||
CONFIG_NVME_CORE=y
|
CONFIG_NVME_CORE=y
|
||||||
CONFIG_BLK_DEV_NVME=y
|
CONFIG_BLK_DEV_NVME=y
|
||||||
CONFIG_NVME_HWMON=y
|
|
||||||
CONFIG_NVME_MULTIPATH=n
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# CONFIG_HWMON=y
|
||||||
|
# CONFIG_POWER_SUPPLY_HWMON=y
|
||||||
|
# CONFIG_THERMAL_HWMON=y
|
||||||
|
# CONFIG_NVME_HWMON=y
|
||||||
|
|
||||||
make defconfig
|
make defconfig
|
||||||
# Enable collectd network encryption
|
# Enable collectd network encryption
|
||||||
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
|
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user