From: thepeople Date: Wed, 24 Feb 2010 03:39:50 +0000 (+0000) Subject: disable building powertop by default, it causes kernel debug to be on which gets... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=49cee26715bb25c76d09158e1aeba41a21910e40;p=packages.git disable building powertop by default, it causes kernel debug to be on which gets picked up by CONFIG_ALL=y git-svn-id: svn://svn.openwrt.org/openwrt/packages@19828 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/powertop/Makefile b/utils/powertop/Makefile index 6fe80950f..d58114df5 100644 --- a/utils/powertop/Makefile +++ b/utils/powertop/Makefile @@ -24,6 +24,7 @@ define Package/powertop SECTION:=utils CATEGORY:=Utilities TITLE:=PowerTOP + DEFAULT:=n DEPENDS:=+libncurses +libgcc KCONFIG:=CONFIG_DEBUG_KERNEL=y CONFIG_TIMER_STATS=y URL:=http://www.lesswatts.org