From c74e19492cd366484d53717b83b91667fdbce92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Mon, 27 Dec 2010 19:47:33 +0000 Subject: [PATCH] actionsapi/kerneltools: This is changed to listnewconfig by upstream --- pisi/actionsapi/kerneltools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py index b73807cf..16333f2a 100644 --- a/pisi/actionsapi/kerneltools.py +++ b/pisi/actionsapi/kerneltools.py @@ -133,8 +133,8 @@ def configure(abiVersion): # configuration contains new options autotools.make("ARCH=%s oldconfig" % __getKernelARCH()) - # Check configuration with nonint_oldconfig - autotools.make("ARCH=%s nonint_oldconfig" % __getKernelARCH()) + # Check configuration listnewconfig + autotools.make("ARCH=%s listnewconfig" % __getKernelARCH()) def updateKConfig(): # Call this to set newly added symbols to their defaults after sedding some KConfig