Browse Source
Merge pull request #15435 from cotequeiroz/atheepmgr
atheepmgr: avoid libpciaccess dependency
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
utils/atheepmgr/Makefile
|
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=atheepmgr |
|
|
|
PKG_VERSION:=2.1.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE_VERSION:=$(PKG_NAME)-$(PKG_VERSION) |
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
@ -60,7 +60,7 @@ endef |
|
|
|
|
|
|
|
MAKE_VARS += \
|
|
|
|
OS=Linux \
|
|
|
|
HAVE_LIBPCIACCESS=n \
|
|
|
|
CONFIG_CON_PCI=n \
|
|
|
|
CONFIG_I_KNOW_WHAT_I_AM_DOING=$(CONFIG_ATHEEPMGR_DANGEROUS_FUNCTIONS) \
|
|
|
|
|
|
|
|
define Package/atheepmgr/install |
|
|
|