Author: nbd Date: 2015-03-16 22:00:14 +0100 (Mon, 16 Mar 2015) New Revision: 44849
Modified: trunk/target/linux/x86/geode/config-default Log: x86: enable rtl8139 ethernet support for geode by default Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/x86/geode/config-default =================================================================== --- trunk/target/linux/x86/geode/config-default 2015-03-16 19:51:17 UTC (rev 44848) +++ trunk/target/linux/x86/geode/config-default 2015-03-16 21:00:14 UTC (rev 44849) @@ -1,4 +1,10 @@ # CONFIG_3C515 is not set +CONFIG_8139CP=y +CONFIG_8139TOO=y +CONFIG_8139TOO_8129=y +CONFIG_8139TOO_PIO=y +# CONFIG_8139TOO_TUNE_TWISTER is not set +# CONFIG_8139_OLD_RX_RESET is not set CONFIG_ALIX=y # CONFIG_ATA_PIIX is not set CONFIG_CS5535_CLOCK_EVENT_SRC=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
