422ce6536b
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
419 B
Makefile
15 lines
419 B
Makefile
#############################################################
|
|
#
|
|
# ethtool
|
|
#
|
|
#############################################################
|
|
|
|
ETHTOOL_VERSION:=6
|
|
ETHTOOL_SOURCE:=ethtool-$(ETHTOOL_VERSION).tar.gz
|
|
ETHTOOL_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel/
|
|
ETHTOOL_AUTORECONF:=no
|
|
ETHTOOL_INSTALL_STAGING:=NO
|
|
ETHTOOL_INSTALL_TARGET:=YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,ethtool))
|