aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-19 17:58:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-10-19 17:58:46 +0000
commit826c353963743e09f9f798a69c6ec9ee784a2997 (patch)
tree089b8e1645425689de58aee0f506088fc1cfd3f2 /target
parentfc13c5df1c7c9d4daae9a7666aaf7a4d699ade10 (diff)
downloadmaster-187ad058-826c353963743e09f9f798a69c6ec9ee784a2997.tar.gz
master-187ad058-826c353963743e09f9f798a69c6ec9ee784a2997.tar.bz2
master-187ad058-826c353963743e09f9f798a69c6ec9ee784a2997.zip
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 <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42967 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86_64/config-default7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-default
index f3aabcb5d3..dde8b25499 100644
--- a/target/linux/x86_64/config-default
+++ b/target/linux/x86_64/config-default
@@ -315,7 +315,11 @@ CONFIG_MFD_CORE=y
# 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_MANUAL=y
# 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