mirror of https://github.com/hak5/openwrt.git
kernel: remove stray " from igp module title
Fixes #17108. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41645lede-17.01
parent
7264389699
commit
26a4bdc5cf
|
@ -445,7 +445,7 @@ $(eval $(call KernelPackage,e1000e))
|
||||||
|
|
||||||
define KernelPackage/igb
|
define KernelPackage/igb
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
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
|
DEPENDS:=@PCI_SUPPORT +kmod-i2c-algo +kmod-i2c-algo-bit
|
||||||
KCONFIG:=CONFIG_IGB \
|
KCONFIG:=CONFIG_IGB \
|
||||||
CONFIG_IGB_HWMON=n \
|
CONFIG_IGB_HWMON=n \
|
||||||
|
|
Loading…
Reference in New Issue