Browse Source

ethtool: add missing quotation mark in Makefile

Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
Syrone Wong 9 years ago
parent
commit
c8a8bea8e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/ethtool/Makefile

+ 1
- 1
net/ethtool/Makefile View File

@@ -40,7 +40,7 @@ define Package/ethtool/description
40 40
 endef
41 41
 
42 42
 define Package/ethtool/config
43
-	source "$(SOURCE)/Config.in
43
+	source "$(SOURCE)/Config.in"
44 44
 endef
45 45
 
46 46
 ifeq ($(CONFIG_ETHTOOL_PRETTY_DUMP),y)