actionsapi/kerneltools: This is changed to listnewconfig by upstream

This commit is contained in:
Ozan Çağlayan
2010-12-27 19:47:33 +00:00
parent 398d0f60fa
commit c74e19492c
+2 -2
View File
@@ -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