mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: remove stray " from igp module title
Fixes #17108. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41645 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -445,7 +445,7 @@ $(eval $(call KernelPackage,e1000e))
|
||||
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user