From 963bb3df2e7b338a74c6ae80384bc45cedca2468 Mon Sep 17 00:00:00 2001 From: swalker Date: Wed, 26 Oct 2011 03:04:07 +0000 Subject: [PATCH] [packages] perf: correct section & category git-svn-id: svn://svn.openwrt.org/openwrt/packages@28596 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- devel/perf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/perf/Makefile b/devel/perf/Makefile index 0a78fa627..d14629cf6 100644 --- a/devel/perf/Makefile +++ b/devel/perf/Makefile @@ -14,8 +14,8 @@ PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk define Package/perf - SECTION:=utils - CATEGORY:=Utilities + SECTION:=devel + CATEGORY:=Development DEPENDS:= +libdw +libelf1 +libpthread +librt @BROKEN TITLE:=Linux performance monitoring tool VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) -- 2.11.0