Author: nbd Date: 2015-10-30 23:32:19 +0100 (Fri, 30 Oct 2015) New Revision: 47304
Modified: trunk/target/linux/x86/generic/config-default Log: x86/generic: enable pata_atiixp driver This enables booting from devices that use an ATI PATA controller for the boot device, such as the embedded CF cards in Fujitsu-Siemens Futro thin-clients. Signed-off-by: Felix Kaechele <[email protected]> Modified: trunk/target/linux/x86/generic/config-default =================================================================== --- trunk/target/linux/x86/generic/config-default 2015-10-30 22:32:12 UTC (rev 47303) +++ trunk/target/linux/x86/generic/config-default 2015-10-30 22:32:19 UTC (rev 47304) @@ -152,6 +152,7 @@ CONFIG_NO_HZ=y # CONFIG_PANASONIC_LAPTOP is not set CONFIG_PATA_AMD=y +CONFIG_PATA_ATIIXP=y CONFIG_PATA_LEGACY=y CONFIG_PATA_MPIIX=y CONFIG_PATA_OLDPIIX=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
