ethtool: add missing quotation mark in Makefile
authorSyrone Wong <redacted>
Fri, 29 May 2015 03:15:10 +0000 (11:15 +0800)
committerSyrone Wong <redacted>
Fri, 29 May 2015 03:15:10 +0000 (11:15 +0800)
Signed-off-by: Shuoyao Wang <redacted>
net/ethtool/Makefile

index 818a011ffa99f51c4c8c304caca952d5f1331d32..a3924f4a551e1c45f9f3e32bed8b7be5cdfd1612 100644 (file)
@@ -40,7 +40,7 @@ define Package/ethtool/description
 endef
 
 define Package/ethtool/config
-       source "$(SOURCE)/Config.in
+       source "$(SOURCE)/Config.in"
 endef
 
 ifeq ($(CONFIG_ETHTOOL_PRETTY_DUMP),y)
git clone https://git.99rst.org/PROJECT