Browse Source

Merge pull request #1320 from wongsyrone/patch-1

ethtool: add missing quotation mark in Makefile
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
54606b19c1
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
endef
define Package/ethtool/config
source "$(SOURCE)/Config.in
source "$(SOURCE)/Config.in"
endef
ifeq ($(CONFIG_ETHTOOL_PRETTY_DUMP),y)


Loading…
Cancel
Save