From: Travis Kemen 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.lede-project.org./?a=commitdiff_plain;h=5623a4a40522331c1efcae393702b946c19425ec;p=openwrt%2Fsvn-archive%2Fpackages.git disable building powertop by default, it causes kernel debug to be on which gets picked up by CONFIG_ALL=y SVN-Revision: 19828 --- 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