add new method updateKConfig()

This commit is contained in:
Ozan Çağlayan
2009-12-24 18:30:32 +00:00
parent 80c78e6632
commit e60595bd86
+7
View File
@@ -131,6 +131,13 @@ def configure():
else:
autotools.make("oldconfig")
def updateKConfig():
# Call this to set newly added symbols to their defaults after sedding some KConfig
# variables.
# Grr ugly but no solution.
shelltools.system('yes "" | make silentoldconfig')
###################################
# Building and installation stuff #