Author: jow Date: 2014-10-19 19:58:46 +0200 (Sun, 19 Oct 2014) New Revision: 42967
Modified: trunk/target/linux/x86_64/config-default Log: x86_64: unbreak squashfs images Enable the required squashfs and block2mtd support in the kernel in order to be able to actually boot them. Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/target/linux/x86_64/config-default =================================================================== --- trunk/target/linux/x86_64/config-default 2014-10-19 17:46:37 UTC (rev 42966) +++ trunk/target/linux/x86_64/config-default 2014-10-19 17:58:46 UTC (rev 42967) @@ -315,7 +315,11 @@ # CONFIG_MLX5_CORE is not set CONFIG_MODULES_USE_ELF_RELA=y # CONFIG_MPSC is not set -# CONFIG_MTD is not set +CONFIG_MTD_BLOCK2MTD=y +# CONFIG_MTD_NETSC520 is not set +# CONFIG_MTD_SBC_GXX is not set +# CONFIG_MTD_SC520CDP is not set +# CONFIG_MTD_TS5500 is not set CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set CONFIG_NAMESPACES=y @@ -396,7 +400,6 @@ # CONFIG_SPARSEMEM_VMEMMAP is not set CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y CONFIG_SPARSE_IRQ=y -# CONFIG_SQUASHFS is not set CONFIG_STRICT_DEVMEM=y CONFIG_SWIOTLB=y CONFIG_SYSCTL_EXCEPTION_TRACE=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
