Author: nbd Date: 2016-01-01 16:20:38 +0100 (Fri, 01 Jan 2016) New Revision: 48025
Modified: trunk/target/linux/ramips/mt7628/config-4.3 Log: ramips: fix kernel configuration for mt7628 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/mt7628/config-4.3 =================================================================== --- trunk/target/linux/ramips/mt7628/config-4.3 2016-01-01 14:33:09 UTC (rev 48024) +++ trunk/target/linux/ramips/mt7628/config-4.3 2016-01-01 15:20:38 UTC (rev 48025) @@ -107,6 +107,7 @@ CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y +CONFIG_IRQ_INTC=y CONFIG_IRQ_MIPS_CPU=y CONFIG_IRQ_WORK=y CONFIG_LIBFDT=y @@ -133,6 +134,11 @@ CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y +CONFIG_NET_MEDIATEK_ESW_RT3050=y +# CONFIG_NET_MEDIATEK_MT7620 is not set +CONFIG_NET_MEDIATEK_RT3050=y +CONFIG_NET_MEDIATEK_SOC=y +CONFIG_NET_VENDOR_MEDIATEK=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y # CONFIG_NO_IOPORT_MAP is not set CONFIG_OF=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
