Author: jogo Date: 2014-07-14 16:39:00 +0200 (Mon, 14 Jul 2014) New Revision: 41645
Modified: trunk/package/kernel/linux/modules/netdevices.mk Log: kernel: remove stray " from igp module title Fixes #17108. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/package/kernel/linux/modules/netdevices.mk =================================================================== --- trunk/package/kernel/linux/modules/netdevices.mk 2014-07-14 13:39:03 UTC (rev 41644) +++ trunk/package/kernel/linux/modules/netdevices.mk 2014-07-14 14:39:00 UTC (rev 41645) @@ -445,7 +445,7 @@ define KernelPackage/igb SUBMENU:=$(NETWORK_DEVICES_MENU) - TITLE:=Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support" + TITLE:=Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support DEPENDS:=@PCI_SUPPORT +kmod-i2c-algo +kmod-i2c-algo-bit KCONFIG:=CONFIG_IGB \ CONFIG_IGB_HWMON=n \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
