1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 01:27:28 +02:00

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:
Felix Fietkau 2016-02-15 10:53:23 +00:00
parent 6cfc7db8a2
commit f60cc5df9c

View File

@ -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