From: Nicolas Thill Date: Fri, 18 Nov 2011 23:13:51 +0000 (+0000) Subject: packages/powertop: remove dependency on libgcc, unneeded DEFAULT & useless KCONFIG... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c72c2ef1976ea48e2853141230f52ea743441724 packages/powertop: remove dependency on libgcc, unneeded DEFAULT & useless KCONFIG entries, cleanup SVN-Revision: 29250 --- diff --git a/utils/powertop/Makefile b/utils/powertop/Makefile index d58114df5e..5fa1f4d4b8 100644 --- a/utils/powertop/Makefile +++ b/utils/powertop/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=powertop PKG_VERSION:=1.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.lesswatts.org/projects/powertop/download/ @@ -24,15 +24,13 @@ define Package/powertop SECTION:=utils CATEGORY:=Utilities TITLE:=PowerTOP - DEFAULT:=n - DEPENDS:=+libncurses +libgcc - KCONFIG:=CONFIG_DEBUG_KERNEL=y CONFIG_TIMER_STATS=y + DEPENDS:=+libncurses URL:=http://www.lesswatts.org endef define Package/powertop/description -PowerTOP is a Linux tool that helps you find those programs that are misbehaving -while your computer is idle. + PowerTOP is a Linux tool that helps you find those programs that are + misbehaving while your computer is idle. endef define Package/powertop/install @@ -40,4 +38,3 @@ define Package/powertop/install endef $(eval $(call BuildPackage,powertop)) -