diff options
Diffstat (limited to 'package/pciutils/pciutils.mk')
-rw-r--r-- | package/pciutils/pciutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index a43fb9542..cd318cbdf 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -54,4 +54,4 @@ define PCIUTILS_INSTALL_STAGING_CMDS SHARED=$(PCIUTILS_SHARED) install install-lib endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) |