mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #1320 from wongsyrone/patch-1
ethtool: add missing quotation mark in Makefile
This commit is contained in:
@@ -40,7 +40,7 @@ define Package/ethtool/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ethtool/config
|
define Package/ethtool/config
|
||||||
source "$(SOURCE)/Config.in
|
source "$(SOURCE)/Config.in"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(CONFIG_ETHTOOL_PRETTY_DUMP),y)
|
ifeq ($(CONFIG_ETHTOOL_PRETTY_DUMP),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user