From 49cee26715bb25c76d09158e1aeba41a21910e40 Mon Sep 17 00:00:00 2001 From: thepeople Date: Wed, 24 Feb 2010 03:39:50 +0000 Subject: [PATCH] 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 --- utils/powertop/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0