1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-27 05:38:30 +00:00
Files
operating-system/buildroot/package/iprutils/iprutils.mk
2018-03-17 23:47:00 +00:00

15 lines
549 B
Makefile

################################################################################
#
# iprutils
#
################################################################################
IPRUTILS_VERSION_MAJOR = 2.4.15
IPRUTILS_VERSION = $(IPRUTILS_VERSION_MAJOR).1
IPRUTILS_SITE = https://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/$(IPRUTILS_VERSION_MAJOR)
IPRUTILS_DEPENDENCIES = ncurses libsysfs pciutils zlib
IPRUTILS_LICENSE = Common Public License Version 1.0
IPRUTILS_LICENSE_FILES = LICENSE
$(eval $(autotools-package))