Explorar el Código

ethtool: don't specify STRIPPROG

The correct strip program gets picked up at configure time, so no need to
specify it at target install time.
Peter Korsgaard hace 17 años
padre
commit
a83393b2ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/ethtool/ethtool.mk

+ 1 - 1
package/ethtool/ethtool.mk

@@ -10,7 +10,7 @@ ETHTOOL_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gk
 ETHTOOL_AUTORECONF:=no
 ETHTOOL_INSTALL_STAGING:=NO
 ETHTOOL_INSTALL_TARGET:=YES
-ETHTOOL_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) STRIPPROG='$(STRIPCMD)' install-strip
+ETHTOOL_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
 ETHTOOL_UNINSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) uninstall
 
 ETHTOOL_DEPENDENCIES:=uclibc