perf: add dependency on !LINUX_3_18 to fix builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48720
This commit is contained in:
parent
6cfc7db8a2
commit
f60cc5df9c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define Package/perf
|
||||
SECTION:=devel
|
||||
CATEGORY:=Development
|
||||
DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump
|
||||
DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump @!LINUX_3_18
|
||||
TITLE:=Linux performance monitoring tool
|
||||
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
|
||||
URL:=http://www.kernel.org
|
||||
|
|
Loading…
Reference in a new issue