From 2ef979e50d755f8ccf52cc1fe7075a2ad343aaad Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 2 Jan 2016 16:19:39 +0000 Subject: [PATCH] perf: select objdump instead of the full binutils package Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48071 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/devel/perf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 65a3e33b01..3a36a7b98f 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/perf SECTION:=devel CATEGORY:=Development - DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +binutils + DEPENDS:= @!USE_UCLIBC +libelf1 +libdw +libpthread +librt +objdump TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) URL:=http://www.kernel.org -- 2.11.0