diff --git a/patches/openwrt/0111-x86-generic-enable-CONFIG_SATA_VIA.patch b/patches/openwrt/0111-x86-generic-enable-CONFIG_SATA_VIA.patch new file mode 100644 index 00000000..86719ce6 --- /dev/null +++ b/patches/openwrt/0111-x86-generic-enable-CONFIG_SATA_VIA.patch @@ -0,0 +1,25 @@ +From 9b2e09a55c7d68de44a1f34e28732bf7e1ee1263 Mon Sep 17 00:00:00 2001 +From: Florian Klink +Date: Mon, 18 Jul 2016 13:53:25 +0200 +Subject: [PATCH] x86/generic: enable CONFIG_SATA_VIA + +This enables support for VIA SATA. +--- + target/linux/x86/generic/config-default | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default +index 9e963bf..4fc5131 100644 +--- a/target/linux/x86/generic/config-default ++++ b/target/linux/x86/generic/config-default +@@ -174,6 +174,7 @@ CONFIG_PNP_DEBUG_MESSAGES=y + CONFIG_RAS=y + # CONFIG_SAMSUNG_Q10 is not set + CONFIG_SATA_AHCI=y ++CONFIG_SATA_VIA=y + # CONFIG_SCx200_ACB is not set + # CONFIG_SERIAL_8250_FINTEK is not set + CONFIG_SERIAL_8250_PNP=y +-- +2.9.0 +