diff --git a/hardware/magneto.sh b/hardware/magneto.sh index 99a86db..154fc36 100755 --- a/hardware/magneto.sh +++ b/hardware/magneto.sh @@ -54,4 +54,28 @@ cd /usr/src/linux; ./scripts/config --enable CONFIG_NF_CONNTRACK_EVENTS ./scripts/config --enable CONFIG_NETFILTER_NETLINK_QUEUE ./scripts/config --enable CONFIG_NF_CT_NETLINK_TIMEOUT -./scripts/config --enable CONFIG_NF_CT_NETLINK_HELPER \ No newline at end of file +./scripts/config --enable CONFIG_NF_CT_NETLINK_HELPER + +# OpenCL + +./scripts/config --enable MEMORY_HOTPLUG +./scripts/config --enable MEMORY_HOTREMOVE +./scripts/config --enable MEMORY_HOTPLUG_DEFAULT_ONLINE +#./scripts/config --enable DRM_AMDGPU +./scripts/config --enable DRM_AMDGPU_USERPTR + + +#SQUASHFS +./scripts/config --enable CONFIG_SQUASHFS +./scripts/config --enable CONFIG_SQUASHFS_FILE_CACHE +./scripts/config --enable CONFIG_SQUASHFS_DECOMP_SINGLE +./scripts/config --enable CONFIG_SQUASHFS_ZLIB +./scripts/config --enable CONFIG_SQUASHFS_LZ4 +./scripts/config --enable CONFIG_SQUASHFS_LZO +./scripts/config --enable CONFIG_SQUASHFS_XZ + + +#Messages for package net-dialup/ppp-2.4.8-r1: +#* CONFIG_PPP: missing PPP support (REQUIRED) + +./scripts/config --enable CONFIG_PPP \ No newline at end of file