Author: nbd Date: 2015-08-05 01:10:18 +0200 (Wed, 05 Aug 2015) New Revision: 46559
Modified: trunk/target/linux/ipq806x/config-4.1 Log: ipq806x: add ethernet (stmmac) support We forgot to enable the stmmac driver for 4.1 kernel, so ethernet interfaces don't show-up on this kernel. Signed-off-by: Mathieu Olivari <[email protected]> Modified: trunk/target/linux/ipq806x/config-4.1 =================================================================== --- trunk/target/linux/ipq806x/config-4.1 2015-08-04 23:10:12 UTC (rev 46558) +++ trunk/target/linux/ipq806x/config-4.1 2015-08-04 23:10:18 UTC (rev 46559) @@ -271,6 +271,7 @@ CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEON=y CONFIG_NET_FLOW_LIMIT=y +CONFIG_NET_PTP_CLASSIFY=y CONFIG_NET_VENDOR_WIZNET=y CONFIG_NO_BOOTMEM=y CONFIG_NO_HZ=y @@ -332,12 +333,14 @@ # CONFIG_POWER_RESET_BRCMSTB is not set CONFIG_POWER_RESET_MSM=y CONFIG_POWER_SUPPLY=y +CONFIG_PPS=y CONFIG_PREEMPT=y CONFIG_PREEMPT_COUNT=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_RCU=y CONFIG_PRINTK_TIME=y CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PTP_1588_CLOCK=y CONFIG_QCOM_BAM_DMA=y CONFIG_QCOM_GSBI=y CONFIG_QCOM_HFPLL=y @@ -379,6 +382,8 @@ CONFIG_SPMI=y CONFIG_SPMI_MSM_PMIC_ARB=y CONFIG_SRCU=y +CONFIG_STMMAC_ETH=y +CONFIG_STMMAC_PLATFORM=y CONFIG_STOP_MACHINE=y # CONFIG_STRIP_ASM_SYMS is not set CONFIG_SUSPEND=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
